
.sllc .sllc-bottom-total{
  display:flex;
  align-items:center;
  gap:12px;
  margin:20px 0 15px;
  padding:13px 15px;
  border:1px solid #c3d9fb;
  border-radius:8px;
  background:#eaf3ff;
  color:#0b2559;
}
.sllc .sllc-bottom-total span{font-weight:bold}
.sllc .sllc-bottom-total-value{margin-left:auto;font-size:22px;white-space:nowrap}
.sllc .sllc-bottom-breakdown{display:block;font-size:12px;color:#5b7193;width:100%}
@media(max-width:480px){
  .sllc .sllc-bottom-total{position:sticky;bottom:8px;z-index:10;box-shadow:0 3px 15px rgba(8,123,255,.18)}
  .sllc .sllc-bottom-total-value{font-size:20px}
}
