/* Harthwyn 26.01.273 — clean desktop-only ticker authority.
   Mobile, tablet, and smart-device ticker slider/marquee code is intentionally removed.
   Desktop retains the live ticker styling and runtime above 1280px. */
.harthwyn-live-ticker{display:flex!important;align-items:center;width:100%;min-height:46px;background:linear-gradient(90deg,#123e68,#1e594f 58%,#8b6424);color:#fff;border-block:1px solid rgba(15,40,60,.22);overflow:hidden;position:relative;z-index:20}
.harthwyn-live-ticker__pause{margin:0 12px;border:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.14);color:#fff!important;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800;z-index:2;min-width:54px;line-height:1.1}
.harthwyn-live-ticker__pause:focus-visible{outline:2px solid #fff;outline-offset:2px}
.harthwyn-live-ticker__viewport{overflow:hidden;flex:1;white-space:nowrap;min-width:0}
.harthwyn-live-ticker__track{display:inline-flex;width:max-content;min-width:200%;will-change:transform;transform:translate3d(0,0,0)}
.harthwyn-live-ticker__sequence{display:inline-flex;align-items:center;gap:18px;flex:none}
.harthwyn-live-ticker__sequence--desktop{display:inline-flex!important}
.harthwyn-live-ticker__sequence--mobile,.harthwyn-live-ticker__dots{display:none!important}
.harthwyn-live-ticker__item{display:inline-flex;align-items:center;gap:6px;color:#fff!important;text-decoration:none;padding:0 34px;white-space:nowrap;font-size:15px;min-height:46px;font-weight:650;line-height:1.15}.harthwyn-live-ticker__item strong{color:#ffe3a2}.harthwyn-live-ticker__item:hover,.harthwyn-live-ticker__item:focus-visible{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.harthwyn-live-ticker__status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.harthwyn-live-ticker__qa{position:absolute;right:8px;bottom:4px;font-size:10px;color:#111827;background:#fff;padding:2px 5px;border-radius:4px}

/* Harthwyn 26.01.273 — legacy mobile ticker CSS removed.
   Removed obsolete universal/smart-device/mobile-slide ticker selectors from 26.01.265–26.01.268. */

/* Harthwyn 26.01.269 — final desktop-only ticker authority. Mobile, tablet, and smart-device ticker output is removed. */
.harthwyn-live-ticker[data-harthwyn-desktop-only-ticker-260269="1"]{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}
@media(max-width:1280px){
  body.harthwyn-managed-page .harthwyn-below-header-ticker-slot-260267,
  body.harthwyn-managed-page .harthwyn-below-header-ticker-slot-260268,
  body.harthwyn-managed-page .harthwyn-below-header-ticker-slot-260269{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }
  body.harthwyn-managed-page .harthwyn-live-ticker,
  body.harthwyn-managed-page [data-harthwyn-live-ticker],
  body.harthwyn-managed-page .harthwyn-live-ticker[data-harthwyn-desktop-only-ticker-260269="1"]{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
    transform:none!important;
    animation:none!important;
  }
}
