body.zsm-rm #proradio-menu { width: 100%; max-width: none; }
body.zsm-rm #proradio-menu .proradio-menu__cont {
width: min(100%, var(--zsm-rm-shell));
max-width: var(--zsm-rm-shell);
min-height: var(--zsm-rm-header-height);
margin-inline: auto;
padding-inline: clamp(14px, 1.8vw, 28px);
box-sizing: border-box;
gap: clamp(10px, 1.1vw, 20px);
}
body.zsm-rm #proradio-menu .proradio-menubtns,
body.zsm-rm #proradio-menu .proradio-menu-horizontal { min-width: 0; }
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a {
position: relative;
display: inline-flex;
align-items: center;
min-height: var(--zsm-rm-hit);
padding-inline: 10px;
white-space: nowrap;
transition: opacity var(--zsm-rm-fast) ease, color var(--zsm-rm-fast) ease;
}
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a::after {
content: "";
position: absolute;
left: 22%;
right: 22%;
bottom: 6px;
height: 2px;
border-radius: 99px;
background: currentColor;
transform: scaleX(0);
transform-origin: center;
transition: transform var(--zsm-rm-ui) ease;
}
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a:hover,
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a:focus-visible { opacity: .96; }
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a:hover::after,
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a:focus-visible::after,
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > :where(.current-menu-item,.current-menu-ancestor) > a::after,
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a[aria-current="page"]::after { transform: scaleX(1); }
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > :where(.current-menu-item,.current-menu-ancestor) > a,
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a[aria-current="page"] { font-weight: 800; }
body.zsm-rm #proradio-menu .proradio-menubtns .proradio-btn,
body.zsm-rm #proradio-menu .proradio-overlayopen-menu { min-width: var(--zsm-rm-hit); min-height: var(--zsm-rm-hit); }
body.zsm-rm #proradio-copybar .proradio-container {
width: min(calc(100% - (2 * var(--zsm-rm-edge))), var(--zsm-rm-content));
max-width: var(--zsm-rm-content);
margin-inline: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px 32px;
padding-block: 24px;
}
body.zsm-rm #proradio-copybar .proradio-menubar__footer { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 14px; margin: 0; padding: 0; }
body.zsm-rm .zsm-rm-agencybar { border-top: 1px solid rgba(255,255,255,.12); }
body.zsm-rm .zsm-rm-agencybar__inner {
width: min(calc(100% - (2 * var(--zsm-rm-edge))), var(--zsm-rm-content));
margin-inline: auto;
padding-block: 11px;
font-size: 12px;
line-height: 1.45;
opacity: .82;
}
body.zsm-rm .zsm-rm-agencybar a { color: inherit; font-weight: 700; text-underline-offset: 3px; }
body.zsm-rm :where(#proradio-footer,.proradio-footer,#proradio-copybar) { color: rgba(255,255,255,.88); }
body.zsm-rm :where(#proradio-footer,.proradio-footer,#proradio-copybar) :where(a,p,li,span,small,strong) { -webkit-text-fill-color: currentColor; }
body.zsm-rm :where(#proradio-footer,.proradio-footer,#proradio-copybar) a { color: rgba(255,255,255,.88); text-decoration-color: rgba(255,255,255,.38); }
body.zsm-rm :where(#proradio-footer,.proradio-footer,#proradio-copybar) a:hover,
body.zsm-rm :where(#proradio-footer,.proradio-footer,#proradio-copybar) a:focus-visible { color: #fff; text-decoration-color: rgba(244,228,168,.72); } body.zsm-rm.rm-template-home :where(#proradio-footer,.proradio-footer) {
margin-top: 0;
background-color: var(--zsm-rm-canvas);
background-image: none;
}
body.zsm-rm.rm-template-home :where(#proradio-footer,.proradio-footer)::before,
body.zsm-rm.rm-template-home :where(#proradio-footer,.proradio-footer)::after { background-image: none; }
.zsm-radio-toggle,
.zsm-mobile-menu__close,
.zsm-mobile-menu__submenu-toggle,
.zsm-mobile-menu__launcher,
.zsm-mobile-dock__button {
border: 0;
background: transparent;
box-shadow: none;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
font: inherit;
}
.zsm-radio-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
min-height: 44px;
padding: 0 6px;
color: rgba(255,255,255,.92);
font-size: 12px;
font-weight: 820;
letter-spacing: .025em;
transition: color var(--zsm-rm-fast) ease, transform var(--zsm-rm-fast) ease;
}
.zsm-radio-toggle:hover,
.zsm-radio-toggle:focus-visible { color: #fff; transform: none; }
.zsm-radio-toggle svg { width: 15px; height: 15px; fill: currentColor; background: transparent; }
.zsm-radio-toggle__stop { display: none; }
.zsm-radio-toggle.is-playing { color: #ff7b84; }
.zsm-radio-toggle.is-playing .zsm-radio-toggle__play { display: none; }
.zsm-radio-toggle.is-playing .zsm-radio-toggle__stop { display: block; }
.zsm-mobile-menu {
position: fixed;
inset: 0;
width: 100vw;
max-width: none;
box-sizing: border-box;
height: 100dvh;
max-height: none;
margin: 0;
padding: max(18px, env(safe-area-inset-top)) 18px max(82px, calc(18px + env(safe-area-inset-bottom)));
border: 0;
background: transparent;
color: #fff;
overflow: hidden;
font-family: var(--zsm-rm-font);
}
.zsm-mobile-menu:not([open]) { display: none; }
.zsm-mobile-menu[open] { display: grid; place-items: center; }
.zsm-mobile-menu::backdrop {
background: rgba(0,27,32,.50);
backdrop-filter: blur(11px) saturate(.94);
-webkit-backdrop-filter: blur(11px) saturate(.94);
}
html.zsm-mobile-menu-open,
html.zsm-mobile-menu-open body { overflow: hidden; }
.zsm-mobile-menu__panel {
display: grid;
grid-template-rows: auto minmax(0,1fr) auto;
width: min(calc(100vw - 36px), 470px);
height: min(calc(100dvh - 104px), 700px);
overflow: hidden;
border: 1px solid rgba(255,255,255,.15);
border-radius: 28px;
background:
linear-gradient(90deg, rgba(239,51,64,.82) 0 3px, transparent 3px),
linear-gradient(165deg, rgba(5,97,107,.965), rgba(3,56,64,.955));
box-shadow: 0 28px 76px rgba(0,0,0,.30);
opacity: 0;
transform: translateY(8px) scale(.985);
transition: opacity var(--zsm-rm-ui) ease, transform var(--zsm-rm-ui) ease;
}
.zsm-mobile-menu.is-open .zsm-mobile-menu__panel { opacity: 1; transform: none; }
.zsm-mobile-menu__top {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 82px;
padding: 12px 58px 12px 20px;
border-bottom: 1px solid rgba(255,255,255,.085);
}
.zsm-mobile-menu__brand {
position: absolute;
left: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 0;
gap: 12px;
color: #fff;
font-size: 16px;
font-weight: 790;
line-height: 1.1;
max-width: calc(100% - 104px);
white-space: nowrap;
text-align: center;
text-decoration: none;
transform: translateX(-50%);
}
.zsm-mobile-menu__logo {
display: grid;
place-items: center;
flex: 0 0 52px;
width: 52px;
height: 52px;
overflow: hidden;
}
.zsm-mobile-menu__logo img { display:block; max-width:100%; max-height:100%; object-fit:contain; }
.zsm-mobile-menu__close {
position: absolute;
top: 50%;
right: 13px;
display: grid;
place-items: center;
width: 46px;
height: 46px;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
color: rgba(255,255,255,.92);
font-size: 31px;
font-weight: 520;
line-height: 1;
transform: translateY(-50%);
transition: color var(--zsm-rm-fast) ease, opacity var(--zsm-rm-fast) ease, transform var(--zsm-rm-fast) ease;
}
.zsm-mobile-menu__close:hover,
.zsm-mobile-menu__close:focus-visible {
background: transparent;
color: #fff;
opacity: 1;
transform: translateY(-50%);
}
.zsm-mobile-menu__close:focus-visible { outline: 2px solid rgba(255,255,255,.62); outline-offset: 2px; }
.zsm-mobile-menu__nav {
min-height: 0;
overflow-y: auto;
padding: 12px 22px 16px;
overscroll-behavior: contain;
scrollbar-width: none;
}
.zsm-mobile-menu__nav::-webkit-scrollbar { display: none; }
.zsm-mobile-menu__list,
.zsm-mobile-menu__list ul { margin: 0; padding: 0; list-style: none; }
.zsm-mobile-menu__list { counter-reset:rmnav; display:grid; align-content:start; min-height:0; }
.zsm-mobile-menu__list > li {
counter-increment: rmnav;
position: relative;
display: grid;
grid-template-columns: 30px minmax(0,1fr) 38px;
align-items: center;
border-bottom: 1px solid rgba(255,255,255,.075);
}
.zsm-mobile-menu__list > li::before {
content: counter(rmnav, decimal-leading-zero);
grid-column: 1;
color: rgba(255,255,255,.58);
font-size: 11px;
font-weight: 820;
letter-spacing: .055em;
}
.zsm-mobile-menu__list a {
grid-column: 2;
display: flex;
align-items: center;
min-height: 58px;
padding: 9px 5px;
color: rgba(255,255,255,.86);
font-size: clamp(18px,4.8vw,21px);
font-weight: 640;
line-height: 1.16;
letter-spacing: -.018em;
text-decoration: none;
transition: color var(--zsm-rm-fast) ease, transform var(--zsm-rm-fast) ease;
}
.zsm-mobile-menu__list a:hover,
.zsm-mobile-menu__list a:focus-visible { color: #fff; transform: none; }
.zsm-mobile-menu__list a:focus-visible { outline: none; text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: rgba(255,255,255,.52); text-underline-offset: 5px; }
.zsm-mobile-menu__list :where(.current-menu-item,.current-menu-ancestor) > a,
.zsm-mobile-menu__list a[aria-current="page"] { color: #fff; font-weight: 790; }
.zsm-mobile-menu__list :where(.current-menu-item,.current-menu-ancestor) > a::after,
.zsm-mobile-menu__list a[aria-current="page"]::after {
content: "";
width: 7px;
height: 7px;
margin-left: auto;
border-radius: 50%;
background: #ff6d76;
box-shadow: 0 0 0 4px rgba(255,109,118,.13);
}
.zsm-mobile-menu__submenu-toggle {
grid-column: 3;
display: grid;
place-items: center;
justify-self: end;
width: 38px;
height: 38px;
color: rgba(255,255,255,.76);
font-size: 21px;
transition: color var(--zsm-rm-fast) ease;
}
.zsm-mobile-menu__submenu-toggle:hover,
.zsm-mobile-menu__submenu-toggle:focus-visible { color: #fff; }
.zsm-mobile-menu__list ul { grid-column: 1 / -1; display: grid; gap: 1px; padding: 2px 0 10px 35px; }
.zsm-mobile-menu__list ul[hidden] { display: none; }
.zsm-mobile-menu__list ul li { display: grid; grid-template-columns: minmax(0,1fr) 38px; align-items: center; }
.zsm-mobile-menu__list ul a { grid-column: 1; min-height: 44px; color: rgba(255,255,255,.66); font-size: 15.5px; font-weight: 570; }
.zsm-mobile-menu__footer { padding: 11px 22px 17px; border-top: 1px solid rgba(255,255,255,.085); text-align: center; }
.zsm-mobile-menu__footer p { margin: 0; color: rgba(255,255,255,.64); font-size: 12.5px; line-height: 1.5; }
.zsm-mobile-menu__tagline { margin-top: 5px; font-family: var(--zsm-rm-serif); font-size: 14.5px; font-style: italic; color: rgba(255,255,255,.92); }
.zsm-mobile-menu__launcher { display: none; width: 44px; height: 44px; padding: 10px; color: inherit; }
.zsm-mobile-menu__launcher span { display: block; height: 2px; margin: 4px 0; border-radius: 99px; background: currentColor; }
.zsm-mobile-dock {
position: fixed;
z-index: 8700;
left: 50%;
bottom: calc(8px + var(--zsm-rm-safe-bottom));
display: none;
grid-template-columns: repeat(3,minmax(0,1fr));
width: min(calc(100vw - 16px), 430px);
min-height: 62px;
padding: 5px;
border: 1px solid rgba(255,255,255,.22);
border-radius: 22px;
background: rgba(4,65,74,.88);
backdrop-filter: blur(16px) saturate(1.05);
-webkit-backdrop-filter: blur(16px) saturate(1.05);
box-shadow: 0 16px 42px rgba(0,0,0,.24);
transform: translateX(-50%);
}
body.zsm-rm .zsm-mobile-dock__item,
body.zsm-rm .zsm-mobile-dock__button {
display: grid;
place-items: center;
align-content: center;
gap: 3px;
min-width: 0;
min-height: 52px;
padding: 4px 6px;
border-radius: 17px;
background: transparent;
color: #fff;
-webkit-text-fill-color: currentColor;
font-family: var(--zsm-rm-font);
font-size: 11px;
font-weight: 720;
line-height: 1.1;
text-decoration: none;
transition: color var(--zsm-rm-fast) ease, background-color var(--zsm-rm-fast) ease;
}
body.zsm-rm .zsm-mobile-dock__item:hover,
body.zsm-rm .zsm-mobile-dock__item:focus-visible,
body.zsm-rm .zsm-mobile-dock__button:hover,
body.zsm-rm .zsm-mobile-dock__button:focus-visible { color: #fff; background: rgba(255,255,255,.07); transform:none; }
body.zsm-rm .zsm-mobile-dock__item span,
body.zsm-rm .zsm-mobile-dock__button span { color: inherit; -webkit-text-fill-color: currentColor; opacity: 1; }
.zsm-mobile-dock svg { width: 20px; height: 20px; fill: currentColor; background: transparent; }
.zsm-mobile-dock__button[data-zsm-player-toggle] { color: #fff; }
.zsm-mobile-dock__button[data-zsm-player-toggle].is-playing { color: #ff747d; }
.zsm-mobile-dock__button[data-zsm-player-toggle] .zsm-radio-toggle__stop { display: none; }
.zsm-mobile-dock__button[data-zsm-player-toggle].is-playing .zsm-radio-toggle__play { display: none; }
.zsm-mobile-dock__button[data-zsm-player-toggle].is-playing .zsm-radio-toggle__stop { display: block; }
@media (max-width: 1199px) {
body.zsm-rm #proradio-menu .proradio-menu__cont { width: 100%; }
.zsm-mobile-menu__launcher { display: block; }
body.zsm-rm #proradio-copybar .proradio-container { flex-direction: column; align-items: flex-start; }
body.zsm-rm #proradio-copybar .proradio-menubar__footer { width: 100%; justify-content: flex-start; }
body.zsm-rm #proradio-copybar .proradio-menubar__footer__separator { display: none; }
}
@media (max-width: 720px) {
body.zsm-rm #proradio-menu .proradio-menu__cont { min-height: var(--zsm-rm-header-height); padding-inline: 8px; gap: 6px; }
body.zsm-rm #proradio-menu .proradio-menubtns .proradio-btn,
body.zsm-rm #proradio-menu .proradio-overlayopen-menu { box-sizing: border-box; padding-inline: 7px; }
body.zsm-rm #proradio-copybar .proradio-container { gap: 14px; padding-block: 20px; }
body.zsm-rm .zsm-rm-agencybar__inner { padding-bottom: calc(84px + var(--zsm-rm-safe-bottom)); }
.zsm-mobile-dock { display: grid; }
.zsm-mobile-menu { padding: max(16px,env(safe-area-inset-top)) 17px max(82px,calc(16px + env(safe-area-inset-bottom))); }
.zsm-mobile-menu__panel { width: calc(100vw - 34px); height: min(calc(100dvh - 112px),700px); border-radius: 26px; }
.zsm-mobile-menu__top { min-height: 78px; padding: 11px 56px 11px 17px; }
.zsm-mobile-menu__logo { flex-basis: 48px; width:48px; height:48px; }
.zsm-mobile-menu__brand { font-size: 15.5px; gap:10px; }
.zsm-mobile-menu__nav { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
.zsm-mobile-menu__panel,
.zsm-radio-toggle,
.zsm-mobile-menu__close,
.zsm-mobile-menu__list a,
.zsm-mobile-menu__submenu-toggle,
.zsm-mobile-dock__item,
.zsm-mobile-dock__button,
.zsm-header-radio-toggle,
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a,
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a::after { transition: none; }
} body.zsm-rm #proradio-menu .zsm-header-radio-toggle {
display:inline-flex;
align-items:center;
justify-content:center;
gap:7px;
min-width:88px;
min-height:40px;
padding:0 14px;
border:1px solid rgba(255,255,255,.24);
border-radius:999px;
background:rgba(0,73,82,.18);
box-shadow:none;
color:#fff;
appearance:none;
-webkit-appearance:none;
font-family:var(--zsm-rm-font);
font-size:12px;
font-weight:820;
line-height:1;
letter-spacing:.02em;
cursor:pointer;
transition:background-color var(--zsm-rm-fast) ease,border-color var(--zsm-rm-fast) ease,color var(--zsm-rm-fast) ease;
}
body.zsm-rm #proradio-menu .zsm-header-radio-toggle::before,
body.zsm-rm #proradio-menu .zsm-header-radio-toggle::after { content:none; display:none; }
body.zsm-rm .zsm-header-radio-toggle svg { display:block; flex:0 0 16px; width:16px; height:16px; fill:currentColor; background:transparent; }
body.zsm-rm .zsm-header-radio-toggle .zsm-radio-toggle__stop { display:none; }
body.zsm-rm .zsm-header-radio-toggle.is-playing .zsm-radio-toggle__play { display:none; }
body.zsm-rm .zsm-header-radio-toggle.is-playing .zsm-radio-toggle__stop { display:block; }
body.zsm-rm #proradio-menu .zsm-header-radio-toggle:hover,
body.zsm-rm #proradio-menu .zsm-header-radio-toggle:focus-visible { background:rgba(0,73,82,.32); border-color:rgba(255,255,255,.38); }
body.zsm-rm .zsm-header-radio-toggle.is-playing { color:#ff7b84; box-shadow:none; } html.zsm-search-open,html.zsm-search-open body{overflow:hidden}.zsm-search-dialog{position:fixed;z-index:999998;inset:0;display:grid;place-items:start center;padding:clamp(90px,12vh,150px) 16px 30px}.zsm-search-dialog[hidden]{display:none}.zsm-search-dialog__backdrop{position:absolute;inset:0;background:rgba(2,18,28,.76);backdrop-filter:blur(8px)}.zsm-search-dialog__panel{position:relative;width:min(100%,760px);padding:clamp(26px,5vw,48px);border:1px solid rgba(255,255,255,.55);border-radius:22px;background:var(--zsm-rm-surface);box-shadow:0 34px 90px rgba(0,20,32,.38)}.zsm-search-dialog__eyebrow{color:#0b8496;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.zsm-search-dialog h2{margin:5px 0 18px;color:#142a33;font-size:clamp(2rem,5vw,3.6rem);line-height:.95;letter-spacing:-.055em}.zsm-search-dialog form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.zsm-search-dialog input{width:100%;min-height:54px;padding:0 17px;border:1px solid #cbdcdf;border-radius:14px;background:#f8fbfb;color:#182d35;font:inherit;font-size:16px}.zsm-search-dialog form button{min-height:54px;padding:0 20px;border:0;border-radius:14px;background:#087f90;color:#fff;font-weight:850;cursor:pointer}.zsm-search-dialog p{margin:13px 0 0;color:#6a7b82;font-size:13px}.zsm-search-dialog__close{position:absolute;top:15px;right:15px;width:40px;height:40px;border:1px solid #d8e4e7;border-radius:50%;background:#f5f9fa;color:#32474f;font-size:25px;cursor:pointer} body.zsm-rm :where(.post-views,.post_views,.views-count,.entry-views,.proradio-reaktions,.proradio-rating,.post-ratings,.rating-stars,.vote-count,[class*="reaktion"],[class*="rating-stars"]){display:none} .zsm-search-dialog input:focus-visible { border-color:#0b8496; background:#fff; }
.zsm-search-dialog form button:active,
body.zsm-rm .zsm-header-radio-toggle:active { transform:translateY(1px) scale(.99); }
.zsm-search-dialog form button:disabled,
body.zsm-rm .zsm-header-radio-toggle:disabled { opacity:.52; cursor:not-allowed; transform:none; }
@media (hover:none) and (pointer:coarse) {
body.zsm-rm #proradio-menu .proradio-menu-horizontal .proradio-menubar > li > a:hover,
body.zsm-rm .zsm-header-radio-toggle:hover,
.zsm-mobile-dock__item:hover,
.zsm-mobile-dock__button:hover { transform:none; }
}  body.zsm-rm #proradio-menu{margin-bottom:0}
body.zsm-rm main[data-zsm-route]{margin-top:0;padding-top:0}
.rm-sitebar{
position:sticky;
top:var(--zsm-rm-header-sticky-offset,0px);
z-index:80;
width:100%;
margin:0;
border-top:1px solid rgba(20,54,59,.055);
border-bottom:1px solid rgba(20,54,59,.11);
background:#f2f1eb;
color:#294047;
box-shadow:0 1px 0 rgba(255,255,255,.56) inset;
}
body.zsm-rm.admin-bar .rm-sitebar{top:var(--zsm-rm-header-sticky-offset,32px)}
body.zsm-rm.rm-template-home .rm-sitebar{margin-top:0}
.rm-sitebar__inner{
display:grid;
grid-template-columns:minmax(0,1fr) minmax(340px,auto);
align-items:stretch;
gap:18px;
width:min(100%,var(--zsm-rm-shell));
min-height:50px;
margin-inline:auto;
padding:0 clamp(14px,1.8vw,28px);
box-sizing:border-box;
}
.rm-sitebar__trail{display:flex;align-items:center;gap:12px;min-width:0;overflow:hidden;color:#607278;white-space:nowrap}
.rm-sitebar__map-label{flex:0 0 auto;color:#7d898c;font-size:9.5px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.rm-sitebar__crumbs{display:flex;align-items:center;gap:8px;min-width:0;overflow-x:auto;padding:8px 0;scrollbar-width:none}
.rm-sitebar__crumbs::-webkit-scrollbar{display:none}
.rm-sitebar__crumbs :where(a,strong){flex:0 0 auto;color:#304950;font-size:11.5px;font-weight:780;text-decoration:none}
.rm-sitebar__crumbs a:hover,.rm-sitebar__crumbs a:focus-visible{color:#087a88;text-decoration:underline;text-underline-offset:3px}
.rm-sitebar__crumbs strong[aria-current="page"]{max-width:min(42vw,360px);overflow:hidden;color:#17343c;font-weight:900;text-overflow:ellipsis}
.rm-sitebar__separator{flex:0 0 auto;color:#a1abad;font-size:11px}
.rm-sitebar__station{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:5px 0 5px 18px;border-left:1px solid rgba(24,55,61,.12)}
.rm-sitebar__live{display:inline-flex;align-items:center;gap:6px;color:#c72e39;font-size:9.5px;font-weight:900;letter-spacing:.07em;white-space:nowrap}
.rm-sitebar__live::before{content:"";width:7px;height:7px;border-radius:50%;background:#ef3e4a;box-shadow:0 0 0 3px rgba(239,62,74,.12)}
.rm-sitebar__live.is-pilot{color:#087887}
.rm-sitebar__live.is-pilot::before{background:#0aa6b6;box-shadow:0 0 0 3px rgba(10,166,182,.13)}
.rm-sitebar__station-copy{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;column-gap:8px;min-width:0;line-height:1.08}
.rm-sitebar__station-copy small{grid-column:1;color:#7a8589;font-size:9px;font-weight:780;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}
.rm-sitebar__station-copy>:where(strong,a){grid-column:2;min-width:0;overflow:hidden;color:#20363d;font-size:11.5px;font-weight:880;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
.rm-sitebar__station-copy>a:hover,.rm-sitebar__station-copy>a:focus-visible{color:#087887;text-decoration:underline;text-underline-offset:3px}
.rm-sitebar__track{grid-column:1/-1;display:block;min-width:0;overflow:hidden;margin-top:3px;color:#65777d;font-size:10.5px;font-weight:690;text-overflow:ellipsis;white-space:nowrap}
.rm-sitebar[data-zsm-on-air-state="live"] .rm-sitebar__live{color:#c72e39}
.rm-sitebar[data-zsm-on-air-state="live"] .rm-sitebar__live::before{background:#ef3e4a;box-shadow:0 0 0 3px rgba(239,62,74,.12)}
.rm-sitebar[data-zsm-on-air-state="pilot"] .rm-sitebar__live{color:#087887}
.rm-sitebar[data-zsm-on-air-state="pilot"] .rm-sitebar__live::before{background:#0aa6b6;box-shadow:0 0 0 3px rgba(10,166,182,.13)}
@media(max-width:980px){
.rm-sitebar__inner{grid-template-columns:minmax(0,1fr) minmax(300px,auto);gap:10px;padding-inline:10px}
.rm-sitebar__map-label{display:none}
.rm-sitebar__station{padding-left:10px}
.rm-sitebar__crumbs strong[aria-current="page"]{max-width:260px}
}
@media(max-width:820px){
.rm-sitebar__inner{grid-template-columns:1fr;gap:0;padding:0 10px}
.rm-sitebar__trail{min-height:38px;border-bottom:1px solid rgba(24,55,61,.08)}
.rm-sitebar__crumbs{width:100%;padding:6px 0}
.rm-sitebar__crumbs strong[aria-current="page"]{max-width:62vw}
.rm-sitebar__station{grid-template-columns:auto minmax(0,1fr);min-height:45px;padding:6px 0;border-left:0}
.rm-sitebar__station-copy{grid-template-columns:auto minmax(0,1fr)}
.rm-sitebar__station-copy>:where(strong,a){max-width:none}
}
@media(max-width:520px){
.rm-sitebar__crumbs :where(a,strong){font-size:11px}
.rm-sitebar__station{gap:8px}
.rm-sitebar__station-copy small{display:none}
.rm-sitebar__station-copy>:where(strong,a){grid-column:1/-1;font-size:11px}
.rm-sitebar__track{font-size:10px}
} .rm-native-composer{width:100%;min-width:0}
.rm-native-composer>:where(.alignwide){width:min(calc(100% - 24px),var(--zsm-rm-shell));margin-inline:auto}
.rm-native-composer>:where(.alignfull){width:100%}