.ds-news-ticker{position:relative;z-index:20;width:100%;overflow:hidden;background:var(--ds-ticker-bg);color:var(--ds-ticker-text);font-size:.94rem}
.ds-news-ticker__inner{display:flex;min-height:42px;align-items:stretch}
.ds-news-ticker__label{position:relative;z-index:2;flex:0 0 auto;display:flex;align-items:center;padding:0 20px;background:var(--ds-ticker-label-bg);color:#fff;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.ds-news-ticker__viewport{flex:1 1 auto;min-width:0;overflow:hidden;display:flex;align-items:center}
.ds-news-ticker__track{display:flex;width:max-content;min-width:100%;will-change:transform}
.ds-news-ticker__group{flex:0 0 auto;display:flex;align-items:center}
.ds-news-ticker__item{display:inline-flex;align-items:center;white-space:nowrap;padding:0 24px}
.ds-news-ticker__item+.ds-news-ticker__item:before{content:'•';margin-right:24px;opacity:.55}
.ds-news-ticker__item a{color:var(--ds-ticker-link);text-decoration:none}.ds-news-ticker__item a:hover,.ds-news-ticker__item a:focus{text-decoration:underline}
@media(max-width:700px){.ds-news-ticker{font-size:.88rem}.ds-news-ticker__inner{min-height:40px}.ds-news-ticker__label{padding-inline:12px;font-size:.8rem}.ds-news-ticker__item{padding-inline:18px}.ds-news-ticker__item+.ds-news-ticker__item:before{margin-right:18px}}
@media(prefers-reduced-motion:reduce){.ds-news-ticker__track{transform:none!important}.ds-news-ticker__group[aria-hidden=true]{display:none}.ds-news-ticker__viewport{overflow-x:auto}}
/* DS News Ticker 0.1.4 — theme-safe sizing while inheriting font family */
.ds-news-ticker,
.ds-news-ticker *{box-sizing:border-box}
.ds-news-ticker__label,
.ds-news-ticker__item,
.ds-news-ticker__item a{
    font-size:inherit !important;
    line-height:inherit !important;
}
.ds-news-ticker__item a{font-family:inherit !important}
.ds-news-ticker-fallback-placement{width:100%}

/* DS News Ticker 0.1.5 automatic placement */
.ds-news-ticker-auto-slot{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    clear:both;
}

/* DS News Ticker 0.1.6 placement safety */
.ds-news-ticker-auto-slot{
    position:relative !important;
    z-index:25 !important;
}

/* DS News Ticker 0.2.1 — overlay-header compensation */
.ds-news-ticker-native-slot{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    position:relative !important;
}
.ds-news-ticker-native-slot--above{
    z-index:100001 !important;
}
.ds-news-ticker-native-slot--above .ds-news-ticker{
    position:relative !important;
    z-index:100002 !important;
}
.ds-news-ticker-offset-target.ds-header-is-stuck{
    top:0 !important;
}
.admin-bar .ds-news-ticker-offset-target.ds-header-is-stuck{
    top:32px !important;
}
@media(max-width:782px){
    .admin-bar .ds-news-ticker-offset-target.ds-header-is-stuck{
        top:46px !important;
    }
}

/* DS News Ticker 0.2.2 — true top-row placement */
.ds-news-ticker-native-slot--above{
    position:relative !important;
    z-index:100010 !important;
}
.ds-news-ticker-native-slot--above .ds-news-ticker{
    position:relative !important;
    z-index:100011 !important;
}
