.dutyPanel{display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:850px;margin-top:28px;padding:30px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 14px 36px #54201910}.dutyPanel h2{margin:4px 0 8px}.dutyPanel p{margin:0}.dutyPanel small{font-weight:700;letter-spacing:.12em}.dutyStatusDot{display:inline-block;width:12px;height:12px;margin-right:9px;border-radius:50%}.dutyOn .dutyStatusDot{background:#25904d;box-shadow:0 0 0 6px #25904d20}.dutyOff .dutyStatusDot{background:#b92d35;box-shadow:0 0 0 6px #b92d3520}.bookingClosed{max-width:760px;margin:35px auto;padding:48px;text-align:center;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:0 18px 48px #54201914}.bookingClosedIcon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:#faedcf;color:var(--wine);font-size:33px}.bookingClosed h1{font-size:clamp(35px,5vw,52px)}.bookingClosed p{max-width:580px;margin:0 auto 24px;font-size:17px}.bookingClosedActions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.bookingClosedActions .whatsappButton{border-color:#198848;background:#198848}.bookingClosedNote{display:block;margin-top:20px;color:#876a5d}@media(max-width:650px){.dutyPanel{align-items:stretch;flex-direction:column}.bookingClosed{padding:34px 20px}.bookingClosedActions{display:grid}.bookingClosedActions .btn{width:100%}}