/* Shared More Than Mini announcement strip with continuous CSS-only motion. */
.mtm-promo{box-sizing:border-box;position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:0;width:100%;min-width:0;margin:0;padding:0;overflow:hidden;border:0;border-bottom:1px solid #d6d8db;background:#f7f9fc;color:#101114;font:600 12px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0;text-transform:none}
.mtm-promo *{box-sizing:border-box}
.mtm-promo__sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.mtm-promo__viewport{grid-column:1;grid-row:1;overflow:hidden;min-width:0;width:100%}
.mtm-promo__track{display:flex;width:max-content;max-width:none;transform:translateX(0);animation:mtm-promo-left 22s linear infinite;will-change:transform}
.mtm-promo__group{display:flex;flex:0 0 auto;align-items:center;justify-content:space-around;gap:0;min-width:100vw;min-height:44px}
.mtm-promo__item{display:inline-flex;align-items:center;flex:0 0 auto;gap:clamp(24px,3vw,54px);margin:0;padding:0 clamp(12px,1.5vw,27px);white-space:nowrap}
.mtm-promo__dot{color:#7d8288;font-size:12px;line-height:1}
@keyframes mtm-promo-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* Keep the owner-requested autoplay active even when the browser asks for reduced motion. */
@media(prefers-reduced-motion:reduce){.mtm-promo__track{animation:mtm-promo-left 26s linear infinite!important}}
