/* Radio Bercik / Radio Kwidzyn - Ramówka frontend */
.rbsp-ramowka{--rbsp-bg:#050505;--rbsp-card:#151515;--rbsp-border:#2a2a2a;--rbsp-white:#fff;--rbsp-red:#ff3b3b;--rbsp-muted:#999;--rbsp-accent:#7c62ff;color:var(--rbsp-white);background:var(--rbsp-bg);font-family:inherit}
.rbsp-ramowka *{box-sizing:border-box}
.rbsp-days{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;padding:12px 10px}
.rbsp-day-button{appearance:none;border:0;border-radius:999px;background:#7c62ff;color:#fff;padding:10px 18px;line-height:1.1;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;transition:.18s ease}
.rbsp-day-button:hover,.rbsp-day-button.is-active{background:#ff6464;color:#fff}
.rbsp-section-label{font-size:20px;line-height:1.1;font-weight:800;color:var(--rbsp-red);text-align:left;text-transform:uppercase;margin-bottom:12px}
.rbsp-section-label-light{color:#fff}
.rbsp-now,.rbsp-next,.rbsp-full-day{background:var(--rbsp-card);border:1px solid var(--rbsp-border);border-radius:12px;padding:20px;margin:0 0 14px}
.rbsp-now-card,.rbsp-next-item,.rbsp-day-item{width:100%;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;padding:0}
.rbsp-now-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:16px}
.rbsp-now-title{font-size:30px;font-weight:800;line-height:1.15}
.rbsp-now-time{font-size:18px;font-weight:700;white-space:nowrap}
.rbsp-now-image{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;border-radius:10px;background:#0c0c0c;margin:0 auto 14px}
.rbsp-presenter{display:flex;align-items:center;gap:10px;font-size:16px}
.rbsp-presenter-image{width:42px;height:42px;object-fit:cover;border-radius:50%;flex:0 0 42px}
.rbsp-empty-now,.rbsp-empty-next,.rbsp-empty-day{color:var(--rbsp-muted);padding:10px 0}
.rbsp-next-list{display:grid;gap:8px}
.rbsp-next-item{display:flex;align-items:center;gap:12px;background:#0f0f0f;border:1px solid #242424;border-radius:8px;padding:8px 10px;transition:.18s ease}
.rbsp-next-item:hover,.rbsp-day-item:hover{border-color:#555;background:#1b1b1b}
.rbsp-next-image{width:54px;height:42px;object-fit:cover;border-radius:5px;flex:0 0 54px}
.rbsp-next-main{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}
.rbsp-next-main strong{font-size:16px}
.rbsp-next-main small{font-size:14px;color:#bbb;white-space:nowrap}
.rbsp-day-info{background:#101010;border:1px solid var(--rbsp-border);border-radius:8px;padding:11px 14px;margin:0 0 14px;color:#aaa;text-align:center;font-size:14px}
.rbsp-full-day-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px;font-size:20px;font-weight:800}
.rbsp-full-day-count{font-size:14px;color:#999;font-weight:500}
.rbsp-day-list{display:grid;gap:7px}
.rbsp-day-item{display:grid;grid-template-columns:64px 150px 1fr;align-items:center;gap:14px;background:#0f0f0f;border:1px solid #242424;border-radius:8px;padding:7px 10px}
.rbsp-day-thumb{width:64px;height:44px;display:block;object-fit:cover;border-radius:5px;background:#202020}
.rbsp-day-thumb-empty{border:1px solid #303030}
.rbsp-day-item-time{font-weight:700;font-size:14px;white-space:nowrap}
.rbsp-day-item-title{font-size:16px;font-weight:700}
.rbsp-modal[hidden]{display:none}
.rbsp-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}
.rbsp-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78)}
.rbsp-modal-dialog{position:relative;z-index:1;width:min(760px,100%);max-height:90vh;overflow:auto;background:#151515;border:1px solid #333;border-radius:14px;padding:24px;color:#fff;box-shadow:0 20px 80px rgba(0,0,0,.55)}
.rbsp-modal-close{position:absolute;top:8px;right:12px;border:0;background:transparent;color:#fff;font-size:32px;line-height:1;cursor:pointer}
.rbsp-modal-show-head{display:flex;gap:18px;align-items:flex-start;padding-right:28px}
.rbsp-modal-show-image{width:180px;height:130px;object-fit:contain;background:#0d0d0d;border-radius:8px;flex:0 0 180px}
.rbsp-modal-title{font-size:28px;font-weight:800;margin:0 0 8px}
.rbsp-modal-description{color:#c5c5c5;line-height:1.55;margin:16px 0}
.rbsp-modal-emissions{display:grid;gap:6px;margin-top:12px}
.rbsp-modal-emission{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:6px;background:#0e0e0e;border:1px solid #242424}
.rbsp-modal-presenter{display:flex;align-items:center;gap:10px;margin-top:18px}
.rbsp-modal-presenter img{width:56px;height:56px;border-radius:50%;object-fit:cover}
@media (max-width:767px){
 .rbsp-day-button{padding:8px 12px;font-size:14px}
 .rbsp-now,.rbsp-next,.rbsp-full-day{padding:14px}
 .rbsp-now-heading{display:block}
 .rbsp-now-title{display:block;font-size:24px;margin-bottom:5px}
 .rbsp-now-time{font-size:15px}
 .rbsp-next-main{display:block}
 .rbsp-next-main small{display:block;margin-top:3px}
 .rbsp-day-item{grid-template-columns:54px 1fr;gap:8px}
 .rbsp-day-item-time{grid-column:2;grid-row:1;font-size:13px}
 .rbsp-day-item-title{grid-column:2;grid-row:2}
 .rbsp-day-thumb{grid-column:1;grid-row:1 / span 2;width:54px;height:54px}
 .rbsp-full-day-heading{display:block}
 .rbsp-full-day-count{display:block;margin-top:4px}
 .rbsp-modal-show-head{display:block}
 .rbsp-modal-show-image{width:100%;height:auto;max-height:300px;margin-bottom:14px}
}
