/* v51: desktop nav inherits the header surface; mobile dropdown stays opaque. */
@media(min-width:981px){
 .version-v50 .header-row .nav-list{background:transparent!important;background-image:none!important}
}
.overview-facts-v51{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.overview-facts-v51 article{border-top:5px solid #eb1674;background:#fff;padding:20px 12px 8px;min-width:0}
.overview-facts-v51 .fact-label{display:block;font-size:22px;font-weight:700;line-height:1.5;margin-bottom:12px}
.overview-facts-v51 strong{display:block;color:#bf0e58;font-size:clamp(22px,1.95vw,28px);font-weight:800;line-height:1.5;white-space:nowrap}
.overview-facts-v51 .support-value{font-size:clamp(20px,1.7vw,25px)}
.overview-facts-v51 small{display:block;color:#060922;font-size:16px;font-weight:400;line-height:1.4;margin-top:3px}
.overview-facts-v51 .activity-value-v51{display:flex;gap:8px;align-items:flex-start}
.overview-facts-v51 .activity-value-v51>span{white-space:nowrap}
.overview-facts-v51 .activity-value-v51 small{white-space:nowrap;text-align:center}
/* The colors are the previously approved plan banner colors from the reference deck. */
.sponsor-slots-v50 .slot-title{background:linear-gradient(115deg,#9d2bbb,#68217f)}
.sponsor-slots-v50 .slot-premium{background:linear-gradient(115deg,#5e4d82 0%,#5e4d82 20%,#8d6b20 100%)}
.sponsor-slots-v50 .slot-standard{background:linear-gradient(115deg,#626573 0%,#626573 20%,#ae4477 100%)}
@media(min-width:1101px) and (max-width:1250px){
 .overview-facts-v51{gap:16px}.overview-facts-v51 article{padding-inline:8px}.overview-facts-v51 .fact-label{font-size:20px}
 .overview-facts-v51 .support-value{font-size:19px}
}
@media(max-width:1100px){
 .overview-facts-v51{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
 .overview-facts-v51 .support-value{font-size:24px}
}
@media(max-width:580px){
 .overview-facts-v51{grid-template-columns:1fr;gap:18px}
 .overview-facts-v51 article{padding:15px 12px 3px}
 .overview-facts-v51 .fact-label{font-size:20px;margin-bottom:8px}
 .overview-facts-v51 strong,.overview-facts-v51 .support-value{font-size:26px}
}
