/* RadioPoint 3.4.0 — one font family, no imports, filters or animation loops. */
.rp-stream-player-shell,.rp-stream-player-shell *{box-sizing:border-box}
.rp-stream-player-shell{width:100%;max-width:760px;margin:15px auto;font-family:"Montserrat Alternates",system-ui,sans-serif;color:#272331}
.rp-stream-player-tagline{margin:0 0 12px;padding:0 10px;color:#696171;font-size:13px;font-weight:600;line-height:1.4;text-transform:none}
.rp-stream-player{--rp-purple:#7357d6;--rp-deep:#5d3fc3}
.rp-stream-player [hidden]{display:none!important}
.rp-stream-player__surface{display:flex;align-items:center;gap:20px;padding:16px 18px;border:1px solid #e8e2ee;border-radius:10px;background:linear-gradient(135deg,#fffefd,#f8f5ff);box-shadow:0 10px 30px #4939760f}
.rp-stream-player__artwork{flex:0 0 100px;width:100px;height:100px;margin:0;border-radius:8px;overflow:hidden;box-shadow:0 6px 15px #00000014}
.rp-stream-player__cover{display:block;width:100%;height:100%;object-fit:cover}
.rp-stream-player__info{flex:1;min-width:0}
.rp-stream-player__topline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}
.rp-stream-player__station{font-size:15px;font-weight:700;color:var(--rp-purple)}
.rp-stream-player__status-text{font-size:10px;font-weight:700;line-height:1.4;padding:3px 8px;border-radius:20px;color:#51485d;background:#e8e2ee}
.rp-stream-player[data-state=playing] .rp-stream-player__status-text{color:#fff;background:var(--rp-purple)}
.rp-stream-player__title,.rp-stream-player__artist{display:block;overflow-wrap:anywhere;text-transform:none;line-height:1.3}
.rp-stream-player__title{font-size:20px;font-weight:600;color:#272331}
.rp-stream-player__artist{font-size:15px;color:#696171;margin-top:3px}
.rp-stream-player__controls,.rp-stream-player__volume-group{display:flex;align-items:center;gap:12px;flex-shrink:0}
.rp-stream-player__volume-group{gap:4px}
.rp-stream-player__button,.rp-stream-player__play{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0;padding:0;border:0;cursor:pointer;line-height:1;min-height:44px;min-width:44px}
.rp-stream-player__button{background:transparent;color:#696171;border-radius:8px}
.rp-stream-player__button:hover,.rp-stream-player__button:focus{background:#eee8f8;color:var(--rp-deep)}
.rp-stream-player__button svg{width:22px;height:22px}
.rp-stream-player__play,.rp-stream-player__play:hover,.rp-stream-player__play:focus{width:62px;height:62px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#8569dd,var(--rp-deep));box-shadow:0 5px 15px #5d3fc34d}
.rp-stream-player__play:active{transform:scale(.96)}
.rp-stream-player__play svg{display:block;width:32px;height:32px;color:inherit}
.rp-stream-player__volume{width:65px;min-width:0;height:28px;margin:0;padding:0;accent-color:var(--rp-purple);cursor:pointer}
.rp-stream-player button:focus-visible,.rp-stream-player input:focus-visible{outline:3px solid #402092;outline-offset:4px}
.rp-stream-player-shell.rp-is-mobile{max-width:380px;padding:0 12px}
.rp-is-mobile .rp-stream-player-tagline{text-align:center;padding:0;font-size:13px}
.rp-is-mobile .rp-stream-player__surface{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;padding:14px}
.rp-is-mobile .rp-stream-player__artwork{grid-row:1;width:100%;height:auto;aspect-ratio:1;border-radius:8px}
.rp-is-mobile .rp-stream-player__controls{grid-row:2;justify-content:center}
.rp-is-mobile .rp-stream-player__volume-group{display:none}
.rp-is-mobile .rp-stream-player__info{grid-row:3;text-align:center}
.rp-is-mobile .rp-stream-player__topline{justify-content:center;margin-bottom:8px}
.rp-is-mobile .rp-stream-player__station{display:none}
.rp-is-mobile .rp-stream-player__play,.rp-is-mobile .rp-stream-player__play:hover,.rp-is-mobile .rp-stream-player__play:focus{width:68px;height:68px}
.rp-is-mobile .rp-stream-player__title{font-size:19px}
.rp-is-mobile .rp-stream-player__artist{font-size:15px}
body.rp-player-window {
  box-sizing: border-box;
  margin: 0;
  padding: 8px 12px;
  background: #ece8df;
  min-height: 0;
}
body.rp-player-window .rp-stream-player-shell{margin:8px auto}
body.rp-player-window #wpadminbar{display:none}
@media(max-width:620px){.rp-stream-player-shell:not(.rp-is-mobile) .rp-stream-player__volume-group{display:none}.rp-stream-player-shell:not(.rp-is-mobile) .rp-stream-player__surface{gap:14px}.rp-stream-player-shell:not(.rp-is-mobile) .rp-stream-player__title{font-size:17px}}
@media(max-width:360px){.rp-stream-player-shell:not(.rp-is-mobile) .rp-stream-player__artwork{flex-basis:60px;width:60px;height:60px}.rp-stream-player-shell:not(.rp-is-mobile) .rp-stream-player__surface{padding:10px;gap:10px}}
