.school-lunch-settings-panel{display:flex;flex-direction:column;gap:16px}.school-lunch-settings-head{display:flex;gap:16px;align-items:flex-start;justify-content:space-between}.school-lunch-settings-head h3{margin-bottom:4px}.school-lunch-toggle{border:1px solid var(--border,#ddd);background:#fff;border-radius:999px;padding:8px 12px;font:inherit;font-weight:700;white-space:nowrap;cursor:pointer}.school-lunch-toggle span{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:6px;border-radius:50%;background:#eee}.school-lunch-toggle.on span{background:#dff6df}.school-lunch-option-list{display:flex;flex-direction:column;gap:10px}.school-lunch-option-row{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--border,#e6e6e6);border-radius:14px;background:#fff}.school-lunch-option-icon{font-size:26px;text-align:center}.school-lunch-option-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.school-lunch-option-copy small{font-weight:700;opacity:.65}.school-lunch-option-copy p{margin:3px 0 0;font-size:.9rem;opacity:.75}.school-lunch-empty{display:flex;gap:10px;align-items:center;padding:14px;border:1px dashed var(--border,#ddd);border-radius:14px}.school-lunch-empty>span{font-size:26px}.school-lunch-empty div{display:flex;flex-direction:column}.school-lunch-empty small{opacity:.65}.school-lunch-add{align-self:flex-start}.school-lunch-form{display:flex;flex-direction:column;gap:14px;margin-top:12px}.school-lunch-form label{display:flex;flex-direction:column;gap:6px;font-weight:700}.school-lunch-form input,.school-lunch-form textarea{width:100%;box-sizing:border-box;font:inherit;padding:10px 12px;border:1px solid var(--border,#d8d8d8);border-radius:10px}.school-lunch-form textarea{resize:vertical}.school-lunch-form .school-lunch-icon-input{max-width:110px;font-size:1.4rem}.school-lunch-form-label{display:block;font-weight:700;margin-bottom:7px}.school-lunch-days{display:flex;gap:7px;flex-wrap:wrap}.school-lunch-days label{display:block}.school-lunch-days input{position:absolute;opacity:0;pointer-events:none}.school-lunch-days span{display:inline-block;min-width:44px;text-align:center;padding:9px 10px;border-radius:10px;border:1px solid var(--border,#ddd);background:#fff;cursor:pointer}.school-lunch-days input:checked+span{font-weight:800;background:#eef7ff;border-color:#8ebee8}.school-lunch-modal-actions{display:flex;align-items:center}.school-lunch-modal-actions .modal-spacer{flex:1}@media(max-width:600px){.school-lunch-settings-head{flex-direction:column}.school-lunch-option-row{grid-template-columns:36px 1fr auto}.school-lunch-option-copy p{grid-column:2/-1}.school-lunch-modal-actions{flex-wrap:wrap}.school-lunch-modal-actions .modal-spacer{display:none}.school-lunch-modal-actions .danger-btn{margin-right:auto}}
