/* Bridge Schedule Widget — График разводки моста */
.bs-widget{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #f1f5f9}

/* Шапка */
.bs-head{padding:18px;display:flex;align-items:center;gap:14px}
.bs-head-open{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%);color:#fff}
.bs-head-closed{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);color:#fff}

.bs-head-icon{font-size:32px;line-height:1}
.bs-head-text{flex:1}
.bs-head-status{font-size:18px;font-weight:800;line-height:1.2}
.bs-head-name{font-size:13px;opacity:0.85;margin-top:2px}

/* Тело */
.bs-body{padding:16px 18px}
.bs-info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.bs-info-row:last-child{border-bottom:none}
.bs-label{color:#64748b}
.bs-value{font-weight:600;color:#1e293b}

.bs-next{
    margin-top:12px;padding:12px;
    background:#eff6ff;border-radius:8px;
    font-size:14px;font-weight:600;color:#2563eb;
    display:flex;align-items:center;gap:8px;
}
.bs-next .fa{color:#3b82f6}

.bs-winter{
    padding:16px;text-align:center;
    background:#f0f9ff;border-radius:8px;
    font-size:14px;color:#475569;line-height:1.6;
}
.bs-winter .fa{color:#94a3b8;font-size:24px;display:block;margin-bottom:8px}

/* График на неделю */
.bs-schedule{padding:16px 18px;border-top:1px solid #f1f5f9}
.bs-schedule-title{font-size:13px;font-weight:700;color:#475569;margin-bottom:10px;text-transform:uppercase;letter-spacing:0.5px}
.bs-day{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:6px;margin-bottom:4px;font-size:13px;transition:background 0.15s}
.bs-day:last-child{margin-bottom:0}
.bs-day:hover{background:#f8fafc}
.bs-day-today{background:#eff6ff;font-weight:600}
.bs-day-name{color:#64748b;width:30px}
.bs-day-today .bs-day-name{color:#2563eb}
.bs-day-time{color:#1e293b;font-weight:500}
