.dealer-card { height: 100%; }
.dealer-card .dealer-price { font-weight: 700; font-size: 1.1rem; }
.dealer-card .dealer-price-original { color: #888; font-weight: 400; margin-left: .25rem; }
.dealer-savings { color: #1a7f37; font-weight: 600; font-size: .85rem; }
.dealer-badge { display: inline-block; padding: .15rem .5rem; border-radius: .5rem; font-size: .8rem; }
.dealer-badge.is-really-good { background: #fdecc8; }
.dealer-badge.is-average { background: #e7f0fd; }
.dealer-badge.is-niche { background: #eee; }
.dealer-value { color: #f5a623; letter-spacing: 1px; }
.dealer-expiry { font-size: .8rem; padding: .1rem .4rem; border-radius: .4rem; }
.dealer-expiry.is-soon { background: #fff3cd; }
.dealer-expiry.is-urgent { background: #f8d7da; color: #842029; }
.dealer-coupon { font-family: monospace; background: #f1f3f5; padding: .1rem .4rem; border-radius: .3rem; }

/* Module 3c — detail pages */
.dealer-sparkline { display: block; color: var(--bs-danger, #dc3545); margin: .25rem 0 .5rem; }
.dealer-savings-calc__result { font-weight: 600; }
.dealer-share .btn { margin-bottom: .25rem; }
.dealer-alternatives ul li, .dealer-stack-tiers td { padding-block: .15rem; }
.dealer-price-history { margin-block: 1rem; }
