
#lvxSec .lvm-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px;
  margin:16px 0 0; }
#lvxSec .lvm-block{ padding:16px 18px; border-radius:18px;
  background:#fff !important; border:1px solid #E3E7EC !important; min-width:0; }
#lvxSec .lvm-bh{ margin:0 0 10px; font-size:.68rem; font-weight:800; letter-spacing:.13em;
  text-transform:uppercase;
  color:#9AA2AD !important; -webkit-text-fill-color:#9AA2AD !important; }
#lvxSec .lvm-rows{ list-style:none; margin:0; padding:0;
  display:flex; flex-direction:column; gap:9px; }
#lvxSec .lvm-rows li{ display:flex; justify-content:space-between; gap:12px; align-items:baseline;
  font-size:.9rem; color:#3F4753 !important; -webkit-text-fill-color:#3F4753 !important; }
#lvxSec .lvm-rows em{ font-style:normal; font-size:.78rem;
  color:#9AA2AD !important; -webkit-text-fill-color:#9AA2AD !important; }
#lvxSec .lvm-rows strong{ flex:none; font-weight:800;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important; }
#lvxSec .lvm-rows strong.is-owe{ color:#9A4B4B !important; -webkit-text-fill-color:#9A4B4B !important; }
#lvxSec .lvm-rows strong.is-owed{ color:#3F6B3A !important; -webkit-text-fill-color:#3F6B3A !important; }
#lvxSec .lvm-none{ margin:0; font-size:.85rem; line-height:1.55;
  color:#8B94A0 !important; -webkit-text-fill-color:#8B94A0 !important; }
@media (max-width:760px){ #lvxSec .lvm-grid{ grid-template-columns:1fr; } }
