.tppb-delivery-promise { --tppb-delivery-accent: var(--tppb-accent, #ff003b); color: var(--tppb-text, #202633); font-family: inherit; }
.tppb-delivery-promise-product { padding: 16px; border: 1px solid var(--tppb-border, #e5e7eb); border-radius: var(--tppb-radius, 10px); background: var(--tppb-card, #fff); box-shadow: 0 5px 18px rgba(17,24,39,.06); }
.tppb-delivery-title { margin: 0 0 12px; font-size: 17px; line-height: 1.3; }
.tppb-delivery-methods { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.tppb-delivery-method { min-height: 36px; padding: 7px 11px; border: 1px solid var(--tppb-border, #d8dde5); border-radius: 999px; color: var(--tppb-muted, #6b7280); background: #fff; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease; }
.tppb-delivery-method:hover { border-color: color-mix(in srgb, var(--tppb-delivery-accent) 65%, #7a8492); }
.tppb-delivery-method.is-active { border-color: color-mix(in srgb, var(--tppb-delivery-accent) 80%, #6f5a00); color: #202020; background: color-mix(in srgb, var(--tppb-delivery-accent) 16%, #fff); box-shadow: 0 0 0 2px color-mix(in srgb, var(--tppb-delivery-accent) 15%, transparent); }
.tppb-delivery-output { padding: 12px 13px; border-radius: calc(var(--tppb-radius, 10px) * .75); background: #f8fafc; }
.tppb-delivery-countdown-line { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 12px; color: var(--tppb-muted, #6b7280); font-size: 12px; }
.tppb-delivery-countdown-line strong { color: #14813b; font-size: 15px; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.tppb-delivery-result-line { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; color: var(--tppb-muted, #6b7280); font-size: 11px; }
.tppb-delivery-result-line span { padding-top: 7px; border-top: 1px solid var(--tppb-border, #e5e7eb); }
.tppb-delivery-result-line strong { display: block; margin-top: 2px; color: var(--tppb-text, #202633); font-size: 12px; }
.tppb-delivery-promise-checkout { margin: 7px 0 3px 24px; }
.tppb-delivery-promise-checkout .tppb-delivery-output { max-width: 430px; padding: 9px 11px; border: 1px solid #e6e9ee; background: #f8fafc; }
.tppb-delivery-promise-checkout .tppb-delivery-countdown-line { font-size: 11px; }
.tppb-delivery-promise-checkout .tppb-delivery-countdown-line strong { font-size: 12px; }
.tppb-delivery-promise-checkout .tppb-delivery-result-line { margin-top: 5px; }
.tppb-delivery-promise-embedded { width: 100%; margin-top: 9px; }
.tppb-trust-card-delivery .tppb-delivery-promise-embedded { margin-top: 0; }
.tppb-delivery-promise-embedded .tppb-delivery-methods { gap: 5px; margin-bottom: 8px; }
.tppb-delivery-promise-embedded .tppb-delivery-method { min-height: 30px; padding: 5px 8px; font-size: 10px; }
.tppb-delivery-promise-embedded .tppb-delivery-output { padding: 9px; }
.tppb-delivery-promise-embedded .tppb-delivery-countdown-line { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 8px; white-space: nowrap; font-size: 10px; }
.tppb-delivery-promise-embedded .tppb-delivery-countdown-line strong { margin-top: 0; font-size: 12px; }
.tppb-delivery-promise-embedded .tppb-delivery-result-line { grid-template-columns: 1fr; gap: 5px; margin-top: 6px; font-size: 10px; }
.tppb-delivery-promise-embedded .tppb-delivery-result-line span { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; white-space: nowrap; }
.tppb-delivery-promise-embedded .tppb-delivery-result-line strong { display: inline; margin-top: 0; font-size: 11px; }
.tppb-delivery-note { margin: 9px 0 0; color: var(--tppb-muted, #6b7280); font-size: 10px; line-height: 1.45; }
@media (max-width: 520px) {
  .tppb-delivery-result-line { grid-template-columns: 1fr; }
  .tppb-delivery-promise-checkout { margin-left: 0; }
}
