.bell-schedule-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.bell-schedule-breaks { display: grid; gap: 10px; margin-top: 14px; }
.bell-schedule-break-row { display: grid; grid-template-columns: 1fr 110px; align-items: center; gap: 10px; }
.bell-schedule-break-row label { color: #233445; font-weight: normal; }
.bell-schedule-break-row input { box-sizing: border-box; width: 100%; padding: 8px 10px; border: 1px solid #bdcbd4; border-radius: 4px; font: inherit; }
.bell-schedule-break-row input:focus { border-color: #3c9ac7; outline: 3px solid rgba(60,154,199,.2); }
.bell-schedule-quick-actions { display: grid; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px dashed #dce5eb; }
.bell-schedule-quick-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; }
.bell-schedule-quick-row label { color: #233445; font-weight: normal; white-space: nowrap; }
.bell-schedule-quick-row input { box-sizing: border-box; width: 80px; padding: 8px 10px; border: 1px solid #bdcbd4; border-radius: 4px; font: inherit; }
.bell-schedule-quick-row input:focus { border-color: #3c9ac7; outline: 3px solid rgba(60,154,199,.2); }
.bell-schedule-secondary { background: #fff; color: #247da8; border: 1px solid #3c9ac7; }
.bell-schedule-error { min-height: 18px; margin: 10px 0 0; color: #b42318; }
.bell-schedule-result h2 { margin-top: 0; color: #233445; font-size: 22px; }
.bell-schedule-table-wrap { overflow-x: auto; }
.bell-schedule-table { min-width: 420px; }
.bell-schedule-table th, .bell-schedule-table td { text-align: center; }
.bell-schedule-table th:first-child, .bell-schedule-table td:first-child { text-align: left; }
.bell-schedule-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin: 20px 0 0; }
.bell-schedule-summary > div { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid #eef2f6; }
.bell-schedule-summary dt { margin: 0; color: #71808c; font-weight: normal; }
.bell-schedule-summary dd { margin: 0; color: #233445; font-weight: 600; }
.bell-schedule-status { min-height: 20px; margin: 12px 0 0; color: #247da8; }
.bell-schedule-explanation { max-width: 760px; }
.bell-schedule-explanation h3 { margin-top: 20px; color: #233445; font-size: 17px; }

@media (max-width: 700px) {
    .bell-schedule-options { grid-template-columns: 1fr; }
    .bell-schedule-summary { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .bell-schedule-break-row { grid-template-columns: 1fr; }
    .bell-schedule-break-row input { width: 110px; }
    .bell-schedule-quick-row input { width: 70px; }
}

@media print {
    .front-navbar, .front-footer, .front-breadcrumbs, .front-tools-sidebar, .front-tools-local-note,
    .bell-schedule-form, .bell-schedule-result-actions, .bell-schedule-status, .bell-schedule-explanation {
        display: none !important;
    }
    .front-tools-layout { display: block; }
    .bell-schedule-result:not([hidden]) { display: block; border: 0; padding: 0; margin: 0; }
    .bell-schedule-table-wrap { overflow: visible; }
    .bell-schedule-table { width: 100%; min-width: 0; }
}
