/* Radio Patrick Player */
.rpp-player{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:rgba(255,255,255,.97);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -8px 30px rgba(0,0,0,.12);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#16301f;backdrop-filter:blur(12px)}
.rpp-inner{max-width:1280px;margin:0 auto;min-height:78px;padding:10px 20px;display:grid;grid-template-columns:1.1fr 1.4fr 1.3fr;gap:22px;align-items:center}
.rpp-brand,.rpp-controls{display:flex;align-items:center}.rpp-brand{gap:11px}.rpp-live-dot{width:12px;height:12px;border-radius:50%;background:var(--rpp-accent,#159447);box-shadow:0 0 0 5px rgba(21,148,71,.12);animation:rpppulse 1.8s infinite}.rpp-brand-copy{display:flex;flex-direction:column}.rpp-brand-copy strong{font-size:15px;letter-spacing:.06em}.rpp-brand-copy span{font-size:11px;color:var(--rpp-accent,#159447);font-weight:800;letter-spacing:.1em}.rpp-now{min-width:0;display:flex;flex-direction:column}.rpp-label{font-size:9px;letter-spacing:.13em;color:#718079;font-weight:800}.rpp-programme{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.rpp-presenter{font-size:11px;color:#718079}.rpp-controls{justify-content:flex-end;gap:12px}.rpp-play{width:46px;height:46px;border:0;border-radius:50%;background:var(--rpp-accent,#159447);color:#fff;cursor:pointer;font-size:16px;display:grid;place-items:center;box-shadow:0 6px 18px rgba(21,148,71,.25)}.rpp-pause-icon{display:none}.rpp-player.is-playing .rpp-play-icon{display:none}.rpp-player.is-playing .rpp-pause-icon{display:block}.rpp-volume-wrap{display:flex;align-items:center;gap:7px}.rpp-volume{width:85px;accent-color:var(--rpp-accent,#159447)}.rpp-schedule{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#eff8f2;color:#13753b;border:1px solid #cde9d7;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:800;letter-spacing:.06em}.rpp-expand{display:none}.rpp-status{display:none;max-width:1280px;margin:auto;padding:0 20px 7px;color:#8a9690;font-size:11px}.rpp-player.has-error .rpp-status{display:block;color:#b42318}@keyframes rpppulse{50%{opacity:.45;transform:scale(.82)}}body{padding-bottom:88px}.rpp-audio{display:none}
@media(max-width:800px){body{padding-bottom:70px}.rpp-inner{min-height:64px;padding:8px 12px;grid-template-columns:1fr auto;gap:8px}.rpp-brand-copy strong{font-size:12px}.rpp-brand-copy span{font-size:9px}.rpp-now{grid-column:1/2}.rpp-controls{grid-column:2/3;grid-row:1/3;gap:7px}.rpp-volume-wrap,.rpp-schedule{display:none}.rpp-play{width:46px;height:46px}.rpp-expand{display:grid;place-items:center;border:0;background:transparent;color:#52645a;font-size:20px;width:30px;height:30px}.rpp-player.expanded .rpp-inner{grid-template-columns:1fr}.rpp-player.expanded .rpp-controls{grid-column:1;grid-row:auto;justify-content:space-between}.rpp-player.expanded .rpp-volume-wrap,.rpp-player.expanded .rpp-schedule{display:flex}.rpp-player.expanded .rpp-schedule{display:inline-flex}.rpp-status{padding:0 12px 5px}.rpp-programme{font-size:12px}}
@media(max-width:420px){.rpp-brand{gap:7px}.rpp-live-dot{width:9px;height:9px}.rpp-now{max-width:210px}}
