:root{--radio-yellow:#ffc800;--radio-bg:#060606;--radio-card:#111;--radio-line:#252525;--radio-muted:#aaa}body.radio-body{background:radial-gradient(circle at top,#1d1b0c 0,#070707 48%,#000 100%);min-height:100vh;color:#fff;display:flex;flex-direction:column}.radio-page{width:100%;max-width:1240px;margin:0 auto;padding:18px 14px 38px;flex:1;display:grid;place-items:center}.radio-hero{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:stretch}.radio-card{background:rgba(10,10,10,.88);border:1px solid #252525;border-radius:24px;box-shadow:0 18px 42px rgba(0,0,0,.35);overflow:hidden}.radio-main{padding:24px;display:flex;flex-direction:column;justify-content:center;gap:18px;min-height:365px}.radio-title{font-size:34px;line-height:1.02;margin:0;font-weight:950;letter-spacing:-.03em}.radio-stage{display:grid;grid-template-columns:190px minmax(0,1fr) 210px;gap:22px;align-items:center}.vinyl-wrap{width:190px;height:190px;border-radius:999px;background:repeating-radial-gradient(circle,#0b0b0b 0 5px,#191919 6px 10px,#070707 11px 14px);display:grid;place-items:center;box-shadow:0 0 0 10px #0b0b0b,0 20px 42px rgba(0,0,0,.55);position:relative;overflow:hidden}.vinyl-wrap::before{content:'';position:absolute;inset:18px;border-radius:50%;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 0 24px rgba(255,255,255,.05)}.vinyl-wrap::after{content:'';position:absolute;width:26px;height:26px;border-radius:50%;background:#050505;border:4px solid #333}.vinyl-wrap.playing{animation:spinVinyl 4s linear infinite}.vinyl-wrap img{width:88px;height:88px;object-fit:cover;border-radius:999px;filter:saturate(1.05)}@keyframes spinVinyl{to{transform:rotate(360deg)}}.now-meta{min-width:0}.now-label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.now-title{font-size:29px;font-weight:950;margin:7px 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-sub{color:#d5d5d5;font-size:15px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-tags{display:flex;gap:8px;flex-wrap:wrap}.now-chip{background:#191919;border:1px solid #2c2c2c;border-radius:999px;padding:6px 10px;font-size:12px;color:#f0f0f0}.radio-visualizer{min-width:0;height:138px;border-radius:18px;background:linear-gradient(180deg,rgba(255,200,0,.10),rgba(255,255,255,.035));border:1px solid #282828;padding:12px;display:flex;align-items:center;justify-content:center}.radio-visualizer canvas{width:100%;height:100%;display:block}.radio-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.radio-btn{appearance:none;border:0;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900;cursor:pointer;color:#000;background:var(--radio-yellow);display:inline-flex;align-items:center;gap:8px;text-decoration:none}.radio-btn.dark{background:#202020;color:#fff;border:1px solid #333}.radio-btn.small{padding:8px 11px;font-size:12px}.radio-progress{height:10px;border-radius:99px;background:#222;overflow:hidden;border:1px solid #2d2d2d}.radio-progress-fill{height:100%;width:0%;background:linear-gradient(90deg,#ffc800,#ff8c00);transition:width .3s linear}.radio-side{padding:18px;display:flex;flex-direction:column;gap:12px}.radio-side-title{font-size:16px;font-weight:900;margin:0}.radio-queue{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow:auto;padding-right:2px}.radio-queue-item{display:grid;grid-template-columns:38px 1fr;gap:9px;align-items:center;padding:8px;border-radius:12px;background:#0f0f0f;border:1px solid #222;cursor:pointer}.radio-queue-item.active{border-color:var(--radio-yellow);background:#1b1706}.radio-queue-item img{width:38px;height:38px;border-radius:999px;object-fit:cover}.queue-title{font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-sub{font-size:11px;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.radio-status{font-size:12px;color:#aaa;min-height:16px}.radio-station-panel{margin-top:4px;margin-bottom:4px;background:#0d0d0d;border:1px solid #242424;border-radius:16px;padding:12px;display:grid;gap:8px}.radio-station-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.radio-station-title{font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#ffc800}.radio-station-name{font-size:13px;font-weight:900;color:#fff}.radio-station-meta{font-size:11px;color:#aaa}.radio-station-slider{width:100%;accent-color:#ffc800;cursor:pointer}.radio-station-labels{display:flex;justify-content:space-between;color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.radio-snippet{display:none !important}body.theme-light.radio-body{background:#f4f4f4;color:#111}body.theme-light .radio-card{background:#fff;color:#111;border-color:#ddd;box-shadow:0 14px 35px rgba(0,0,0,.08)}body.theme-light .now-sub,body.theme-light .radio-status{color:#333}body.theme-light .radio-btn.dark{background:#111;color:#fff}body.theme-light .now-chip,body.theme-light .radio-queue-item{background:#f7f7f7;color:#111;border-color:#ddd}body.theme-light .queue-sub{color:#555}body.theme-light .radio-progress{background:#e8e8e8;border-color:#ccc}body.theme-light .radio-visualizer{background:linear-gradient(180deg,rgba(255,200,0,.18),rgba(0,0,0,.035));border-color:#ddd}@media(max-width:1020px){.radio-hero{grid-template-columns:1fr;max-width:840px;margin:0 auto}.radio-stage{grid-template-columns:170px minmax(0,1fr) 180px}.vinyl-wrap{width:170px;height:170px}.vinyl-wrap img{width:80px;height:80px}.radio-title{font-size:31px}.now-title{font-size:25px}}@media(max-width:720px){.radio-page{padding:14px 12px 28px;align-items:center}.radio-main{padding:18px;min-height:auto}.radio-stage{grid-template-columns:1fr;justify-items:center;text-align:center;gap:16px}.now-tags{justify-content:center}.vinyl-wrap{width:180px;height:180px}.radio-visualizer{width:100%;max-width:320px;height:120px}.now-title{font-size:23px;white-space:normal}.now-sub{white-space:normal}}@media(max-width:520px){.radio-controls .radio-btn{flex:1;justify-content:center}.radio-side{padding:14px}.radio-title{font-size:28px;text-align:center}}.radio-main{position:relative;overflow:hidden}.radio-main.is-playing{animation:mainCardBlink 1.2s ease-in-out infinite;box-shadow:0 0 0 1px rgba(34,211,238,.28),0 0 24px rgba(244,114,182,.18),0 0 44px rgba(34,211,238,.16)}@keyframes mainCardBlink{0%,100%{transform:translateY(0);filter:brightness(1)}50%{transform:translateY(-1px);filter:brightness(1.08)}}.radio-stage{align-items:center}.vinyl-wrap{width:320px;height:320px;position:relative;display:grid;place-items:center;overflow:visible;border:none;box-shadow:none;background:none}.vinyl-wrap::before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at center,#05070d 0 14%,#111827 14% 32%,#030712 33% 100%);box-shadow:0 24px 44px rgba(0,0,0,.44),inset 0 0 0 2px rgba(255,255,255,.05),inset 0 0 32px rgba(255,255,255,.05)}.vinyl-wrap::after{content:"";position:absolute;inset:8px;border-radius:50%;background:repeating-radial-gradient(circle at center,rgba(255,255,255,.08) 0 2px,rgba(255,255,255,0) 3px 8px);mix-blend-mode:screen;opacity:.42;pointer-events:none;z-index:2}.vinyl-wrap .radio-avatar{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:50%;border:none;box-shadow:none;display:block;z-index:1;filter:saturate(1.06) contrast(1.04)}.vinyl-wrap .record-hole{position:absolute;left:50%;top:50%;width:28px;height:28px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#dbeafe 0 28%,#0ea5e9 29% 60%,#082f49 61% 100%);box-shadow:0 0 0 6px rgba(0,0,0,.42),0 0 0 11px rgba(255,255,255,.05);z-index:4}.turntable-arm{position:absolute;right:-8px;top:18px;width:150px;height:150px;pointer-events:none;transform-origin:84% 12%;transition:transform .5s ease;z-index:5}.radio-main.is-playing .turntable-arm{transform:rotate(18deg)}.radio-main:not(.is-playing) .turntable-arm{transform:rotate(0deg)}.turntable-arm .arm-base{position:absolute;right:8px;top:0;width:28px;height:28px;border-radius:50%;background:radial-gradient(circle,#cbd5e1 0 45%,#475569 46% 100%);box-shadow:0 3px 10px rgba(0,0,0,.35)}.turntable-arm .arm-bar{position:absolute;right:18px;top:18px;width:10px;height:94px;border-radius:999px;background:linear-gradient(180deg,#f8fafc,#64748b);transform:rotate(31deg);transform-origin:top center;box-shadow:0 2px 10px rgba(0,0,0,.25)}.turntable-arm .arm-head{position:absolute;left:18px;bottom:17px;width:54px;height:16px;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#94a3b8);transform:rotate(-15deg);box-shadow:0 2px 10px rgba(0,0,0,.25)}.turntable-arm .arm-needle{position:absolute;left:12px;bottom:9px;width:20px;height:4px;border-radius:999px;background:#fb923c;transform:rotate(-28deg);box-shadow:0 0 10px rgba(251,146,60,.45)}.radio-visualizer{position:relative}.radio-queue-item.active{position:relative;border-color:rgba(244,114,182,.56);box-shadow:0 0 0 1px rgba(244,114,182,.34),0 0 18px rgba(244,114,182,.16);animation:queueBlink 1.05s ease-in-out infinite}.radio-queue-item.active::after{content:"PLAYING";position:absolute;top:10px;right:10px;font-size:10px;font-weight:800;letter-spacing:.12em;color:#0b1020;background:linear-gradient(135deg,#22d3ee,#f472b6);padding:4px 8px;border-radius:999px}@keyframes queueBlink{0%,100%{transform:translateY(0);filter:brightness(1)}50%{transform:translateY(-1px);filter:brightness(1.08)}}.radio-note,.radio-protected-note,.protected-note,.protected-radio-note,.mix-note{display:none!important}@media (max-width:900px){.vinyl-wrap{width:270px;height:270px}.turntable-arm{right:-10px;top:10px;scale:.9}}@media (max-width:640px){.vinyl-wrap{width:220px;height:220px}.turntable-arm{right:-18px;top:0;scale:.78}}.radio-note,.radio-protected-note,.protected-note,.protected-radio-note,.radio-mix-note,.mix-note,#radio-protected-note{display:none !important}.radio-queue{overflow-y:auto !important;overflow-x:hidden !important;max-width:100%}.radio-queue-item{max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.radio-queue-item>div{min-width:0;max-width:100%;overflow:hidden}.queue-title,.queue-sub{display:block;max-width:100%;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.radio-queue-item.active::after{right:8px}.radio-queue-item.active .queue-title,.radio-queue-item.active .queue-sub{padding-right:72px}.radio-stage{grid-template-columns:170px minmax(0,1fr) 260px !important;gap:18px !important;align-items:center !important}.vinyl-wrap{width:168px !important;height:168px !important;min-width:168px !important;position:relative !important;display:grid !important;place-items:center !important;overflow:hidden !important;border-radius:50% !important;background:#050505 !important;box-shadow:0 14px 28px rgba(0,0,0,.45),inset 0 0 0 2px rgba(255,255,255,.04) !important;flex:0 0 168px !important}.vinyl-wrap::before{content:"" !important;position:absolute !important;inset:0 !important;border-radius:50% !important;background:repeating-radial-gradient(circle at center,rgba(255,255,255,.10) 0 1px,rgba(255,255,255,0) 2px 7px),radial-gradient(circle at center,rgba(0,0,0,.15) 0 36%,rgba(0,0,0,.45) 37% 100%) !important;mix-blend-mode:screen !important;opacity:.38 !important;pointer-events:none !important;z-index:2 !important}.vinyl-wrap::after{content:"" !important;position:absolute !important;left:50% !important;top:50% !important;width:18px !important;height:18px !important;transform:translate(-50%,-50%) !important;border-radius:50% !important;background:#070707 !important;border:4px solid rgba(255,255,255,.16) !important;box-shadow:0 0 0 5px rgba(0,0,0,.45) !important;z-index:5 !important}.vinyl-wrap .radio-avatar{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;border-radius:50% !important;border:0 !important;box-shadow:none !important;z-index:1 !important}.record-hole{display:none !important}.turntable-arm{display:none !important}.radio-visualizer{min-width:0 !important;height:150px !important;border-radius:18px !important;background:#010404 !important;border:1px solid #171717 !important;padding:10px !important;overflow:hidden !important;box-shadow:inset 0 0 18px rgba(0,0,0,.7) !important}.radio-visualizer canvas{width:100% !important;height:100% !important;display:block !important;border-radius:12px !important;background:#010404 !important}.radio-queue{overflow-x:hidden !important;overflow-y:auto !important;max-width:100% !important;padding-right:8px !important;scrollbar-width:thin;scrollbar-color:#ffc800 #050505}.radio-queue::-webkit-scrollbar{width:10px;height:0}.radio-queue::-webkit-scrollbar-track{background:#050505;border-radius:999px}.radio-queue::-webkit-scrollbar-thumb{background:#ffc800;border-radius:999px;border:2px solid #050505}.radio-queue::-webkit-scrollbar-corner{background:#050505}.radio-queue-item{grid-template-columns:38px minmax(0,1fr) !important;max-width:100% !important;min-width:0 !important;min-height:56px !important;overflow:hidden !important;box-sizing:border-box !important;align-items:center !important}.radio-queue-item>div{min-width:0 !important;max-width:100% !important;overflow:hidden !important}.queue-title,.queue-sub{display:block !important;max-width:100% !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;line-height:1.25 !important;padding-right:0 !important}.radio-queue-item.active::after{display:none !important;content:none !important}.radio-queue-item.active .queue-title,.radio-queue-item.active .queue-sub{padding-right:0 !important}@media(max-width:1020px){.radio-stage{grid-template-columns:150px minmax(0,1fr) 220px !important}.vinyl-wrap{width:148px !important;height:148px !important;min-width:148px !important;flex-basis:148px !important}.radio-visualizer{height:138px !important}}@media(max-width:720px){.radio-stage{grid-template-columns:1fr !important;justify-items:center !important;text-align:center !important}.vinyl-wrap{width:140px !important;height:140px !important;min-width:140px !important;flex-basis:140px !important}.radio-visualizer{width:100% !important;max-width:340px !important;height:130px !important}}.radio-main{background:radial-gradient(circle at 20% 0%,rgba(255,0,166,.12),transparent 34%),radial-gradient(circle at 95% 20%,rgba(0,229,255,.12),transparent 36%),rgba(10,10,10,.90) !important;border-color:rgba(255,200,0,.22) !important}.radio-main.is-playing{animation:liveCardPulse 1.35s ease-in-out infinite !important;box-shadow:0 0 0 1px rgba(255,200,0,.28),0 0 22px rgba(255,0,120,.18),0 0 46px rgba(0,229,255,.14) !important}@keyframes liveCardPulse{0%,100%{filter:brightness(1)}50%{filter:brightness(1.09)}}.live-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:-8px;margin-bottom:2px}.live-pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;background:#120707;border:1px solid rgba(255,38,38,.55);color:#ff4040;box-shadow:0 0 14px rgba(255,38,38,.16)}.live-pill.muted{background:#121212;border-color:#303030;color:#d8d8d8;box-shadow:none}.live-pill i,.now-label .live-dot{width:8px;height:8px;border-radius:50%;background:#ff2626;box-shadow:0 0 12px #ff2626;animation:liveDot 1s infinite;display:inline-block}@keyframes liveDot{0%,100%{opacity:.55;transform:scale(.86)}50%{opacity:1;transform:scale(1.18)}}.now-label{color:#ff4040 !important;display:flex;align-items:center;gap:7px}.radio-stage{grid-template-columns:150px minmax(0,1fr) 300px !important;gap:18px !important}.vinyl-wrap{width:150px !important;height:150px !important;min-width:150px !important;flex-basis:150px !important}.vinyl-wrap.playing{animation:spinVinyl 4.8s linear infinite !important}.record-hole,.turntable-arm{display:none !important}.radio-visualizer{height:162px !important;padding:28px 12px 12px !important;position:relative !important;background:linear-gradient(180deg,#020202,#040807) !important;border-color:#181818 !important;box-shadow:inset 0 0 28px rgba(0,0,0,.82),0 0 18px rgba(0,229,255,.08) !important}.radio-visualizer::before{content:'LIVE SOUND METER';position:absolute;left:12px;top:8px;font-size:10px;font-weight:950;color:#ffc800;letter-spacing:.14em;text-transform:uppercase;text-shadow:0 0 10px rgba(255,200,0,.36)}.radio-visualizer::after{content:'';position:absolute;right:13px;top:11px;width:8px;height:8px;border-radius:50%;background:#ff2626;box-shadow:0 0 12px #ff2626;animation:liveDot 1s infinite}.radio-visualizer canvas{background:#010404 !important}.radio-btn.live-onair{background:#170707 !important;color:#ff4040 !important;border:1px solid rgba(255,38,38,.58) !important;box-shadow:0 0 16px rgba(255,38,38,.22) !important;cursor:default !important}.radio-status{color:#ffc800 !important;font-weight:800}.radio-queue{scrollbar-width:thin !important;scrollbar-color:#ffc800 #050505 !important}.radio-queue::-webkit-scrollbar{width:10px !important;height:0 !important}.radio-queue::-webkit-scrollbar-track{background:#050505 !important;border-radius:999px !important}.radio-queue::-webkit-scrollbar-thumb{background:#ffc800 !important;border-radius:999px !important;border:2px solid #050505 !important}.radio-queue-item{min-height:58px !important}.queue-title,.queue-sub{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}@media(max-width:1020px){.radio-stage{grid-template-columns:135px minmax(0,1fr) 250px !important}.vinyl-wrap{width:135px !important;height:135px !important;min-width:135px !important}.radio-visualizer{height:145px !important}}@media(max-width:720px){.radio-stage{grid-template-columns:1fr !important}.vinyl-wrap{width:128px !important;height:128px !important;min-width:128px !important}.radio-visualizer{width:100% !important;max-width:360px !important;height:142px !important}.live-badges{justify-content:center}.now-label{justify-content:center}}.live-pill:empty{display:none!important}.radio-queue-item{cursor:default !important;pointer-events:none !important;user-select:none}.radio-queue-item.active{background:#14110a !important}.radio-btn#radio-detach{background:#101010 !important;color:#ffc800 !important;border:1px solid rgba(255,200,0,.35) !important}body.radio-detached{min-height:100vh}body.radio-detached .radio-page{padding:12px !important;max-width:760px !important}body.radio-detached .radio-hero{grid-template-columns:1fr !important;max-width:720px !important}body.radio-detached .radio-side{display:none !important}body.radio-detached .radio-main{min-height:auto !important}body.radio-detached .radio-title{font-size:26px !important;text-align:center}body.radio-detached .live-badges{justify-content:center}body.radio-detached .radio-stage{grid-template-columns:130px minmax(0,1fr) !important}body.radio-detached .radio-visualizer{grid-column:1 / -1;max-width:100% !important;width:100% !important}body.radio-detached .radio-controls{justify-content:center}@media(max-width:620px){body.radio-detached .radio-stage{grid-template-columns:1fr !important;text-align:center;justify-items:center}}.radio-icon-btn{width:46px !important;height:46px !important;min-width:46px !important;padding:0 !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.radio-icon-btn .radio-ico,.radio-icon-btn .ap-ico{width:28px !important;height:28px !important;display:block !important;color:currentColor !important}.radio-cart-icon .ap-ico-plus{display:none !important}.radio-cart-icon.is-added .ap-ico-cart{display:none !important}.radio-cart-icon.is-added .ap-ico-plus{display:block !important;color:#ffc800 !important}#radio-next.radio-icon-btn{color:#ffc800 !important}#radio-cart.radio-icon-btn{color:#ffffff !important}#radio-cart.radio-icon-btn.is-added{background:#101010 !important;color:#ffc800 !important;border-color:rgba(255,200,0,.45) !important}.vinyl-wrap{contain:layout paint !important;transform:translateZ(0) !important;backface-visibility:hidden !important}.vinyl-wrap.playing{animation:none !important}.vinyl-wrap.playing .radio-avatar{animation:spinVinyl 5.8s linear infinite !important;will-change:transform !important;transform:translateZ(0) !important;backface-visibility:hidden !important}.radio-visualizer{contain:layout paint !important}.radio-visualizer canvas{transform:translateZ(0) !important;backface-visibility:hidden !important}@media(max-width:720px){.radio-main.is-playing{animation:none !important;box-shadow:0 0 0 1px rgba(255,200,0,.20),0 0 18px rgba(0,229,255,.08) !important}.radio-queue-item.active{animation:none !important}.live-pill i,.now-label .live-dot{animation:liveDot 1.8s ease-in-out infinite !important}.vinyl-wrap{width:112px !important;height:112px !important;min-width:112px !important;flex-basis:112px !important;box-shadow:0 8px 18px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.04) !important}.vinyl-wrap::before{opacity:.22 !important}.vinyl-wrap::after{opacity:.70 !important}.vinyl-wrap.playing .radio-avatar{animation-duration:7.2s !important}.radio-visualizer{width:100% !important;max-width:320px !important;height:108px !important;padding:8px !important;box-shadow:inset 0 0 12px rgba(0,0,0,.62) !important}.radio-visualizer::before{display:none !important}.radio-stage{gap:12px !important}}@media(max-width:720px),(pointer:coarse){body.radio-body{--radio-topbar-height:64px}body.radio-body:not(.radio-topbar-hidden) .radio-page{padding-top:calc(var(--radio-topbar-height) + 12px) !important}#radio-detach{display:none !important}body.radio-body header,body.radio-body .topbar,body.radio-body .top-bar,body.radio-body .site-header,body.radio-body .main-header,body.radio-body .app-header,body.radio-body .header,body.radio-body .navbar,body.radio-body .nav-bar,body.radio-body .top-nav,body.radio-body .topbar-wrap{transition:transform .28s ease,opacity .22s ease !important;will-change:transform,opacity !important;z-index:9999 !important}body.radio-body.radio-topbar-hidden header,body.radio-body.radio-topbar-hidden .topbar,body.radio-body.radio-topbar-hidden .top-bar,body.radio-body.radio-topbar-hidden .site-header,body.radio-body.radio-topbar-hidden .main-header,body.radio-body.radio-topbar-hidden .app-header,body.radio-body.radio-topbar-hidden .header,body.radio-body.radio-topbar-hidden .navbar,body.radio-body.radio-topbar-hidden .nav-bar,body.radio-body.radio-topbar-hidden .top-nav,body.radio-body.radio-topbar-hidden .topbar-wrap{transform:translateY(-115%) !important;opacity:0 !important;pointer-events:none !important}body.radio-body.radio-topbar-hidden .radio-page{padding-top:12px !important}body.radio-body.radio-topbar-hidden .radio-title{margin-top:0 !important}}
