/* RTA Shipping Manager — promoted-method progress counter (cart page, mini-cart drawer, checkout rail).
   Storefront canon: #ff4444 for lines and text only; fills use the crimson gradient; no grey text on black. */
.rta-sm-progress-slot:empty { display: none; }
.woocommerce-cart .entry-content > .woocommerce > .rta-sm-progress-slot { grid-column: 1 / -1; }
.rta-sm-progress { border: 1px solid #ff4444; background: #000; color: #fff; padding: 10px 14px; margin: 0 0 14px; }
.rta-sm-progress-text { margin: 0 0 8px; font-size: 15px; line-height: 1.4; color: #fff; }
.rta-sm-progress-text strong, .rta-sm-progress-check { color: #ff4444; }
.rta-sm-progress-text .woocommerce-Price-amount { color: #fff; font-weight: 700; }
.rta-sm-progress-bar { height: 8px; border: 1px solid #ff4444; background: #000; overflow: hidden; }
.rta-sm-progress-fill { display: block; height: 100%; max-width: 100%; background: linear-gradient(90deg, #7a0000, #c8102e); transition: width .3s ease; }
@media (prefers-reduced-motion: reduce) { .rta-sm-progress-fill { transition: none; } }
