.countdown-banner{align-items:center;background:linear-gradient(180deg,#006cb8,#00beee);border-radius:10px;color:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;gap:8px;margin:0 auto 1em;padding:10px 16px;text-align:center;width:70%}.countdown-header{color:#ffe599;font-size:1.25em;font-weight:700}.countdown-subheader{font-size:.9em;font-weight:500}.countdown-boxes{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.count-box{background:#fff;border-radius:6px;color:#d21b32;font-size:1.1em;font-weight:700;line-height:1;min-width:38px;padding:6px 10px;text-align:center}.count-label{color:#888;display:block;font-size:.65em;font-weight:500;margin-top:2px}@media (max-width:768px){.countdown-banner{width:90%}.countdown-boxes{justify-content:center}}