/* SimpleBytes Transfer Discount — Badge producto + Teaser checkout */

/* ── Badge ficha de producto ────────────────────────────────── */
.sbtd-product-badge {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 1px solid #a5d6a7;
  border-left: 4px solid #2e7d32;
  border-radius: 6px;
  padding: 10px 14px;
  margin: 10px 0;
  font-size: 0.92rem;
}
.sbtd-badge-icon {
  font-size: 1.3rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 1px;
}
.sbtd-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sbtd-pay-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1b5e20;
}
.sbtd-savings {
  font-size: 0.82rem;
  color: #388e3c;
  opacity: 0.9;
}

/* ── Teaser resumen checkout ────────────────────────────────── */
.sbtd-checkout-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e9 100%);
  border: 1px solid #90caf9;
  border-left: 4px solid #1565c0;
  border-radius: 6px;
  padding: 10px 14px;
  margin: 0 0 16px 0;
  font-size: 0.88rem;
  color: #0d47a1;
}
.sbtd-teaser-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.sbtd-checkout-teaser strong {
  color: #1b5e20;
}
.sbtd-teaser-sub {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  color: #1565c0;
  opacity: 0.85;
  margin-top: 2px;
}
.sbtd-checkout-teaser .sbtd-save {
  color: #c62828;
  font-weight: 700;
}
.sbtd-checkout-teaser .sbtd-final {
  color: #1b5e20;
  font-weight: 700;
  font-size: 1.05em;
}
