.tlm-listing-magnifier-wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 14px;
  color: #102033;
}

.tlm-listing-magnifier-wrap * { box-sizing: border-box; }

.tlm-mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0d5dab;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.tlm-price-magnifier {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(90, 160, 255, 0.25);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 12px 30px rgba(30, 80, 140, 0.08), 0 0 0 5px rgba(58, 145, 255, 0.035), inset 0 1px 0 rgba(255,255,255,0.92);
}

.tlm-price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.tlm-price-head h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: #0e2033;
}

.tlm-total-badge { background: #eef7ff; }

.tlm-total-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 0;
  padding: 12px 22px;
  min-height: 58px;
  border-radius: 14px;
  background: linear-gradient(90deg, #4ca1ff 0%, #3467f0 100%);
  color: #ffffff;
}

.tlm-total-line span {
  color: rgba(255,255,255,0.82);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.tlm-total-line strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.tlm-price-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 0;
}

.tlm-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 7px 0;
  border-bottom: 1px solid rgba(16, 50, 83, 0.07);
  color: #40576e;
  font-size: 12px;
}

.tlm-price-row span { min-width: 0; }

.tlm-price-row strong {
  color: #102033;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.tlm-delivery-line strong { color: #2377d5; }

.tlm-price-note {
  margin: 9px 0 0;
  color: #60758a;
  font-size: 11px;
  line-height: 1.35;
}

.tlm-has-delivery .tlm-total-badge {
  color: #12623c;
  background: #eafaf1;
}

.tlm-manual-delivery .tlm-total-badge {
  color: #8a4a00;
  background: #fff4df;
}

@media (max-width: 640px) {
  .tlm-price-head { display: block; }
  .tlm-mini-badge { margin-top: 8px; }
  .tlm-price-rows { grid-template-columns: 1fr; }
  .tlm-total-line strong { font-size: 20px; }
}

.tlm-total-line-bottom { margin-top: 18px; }
