.business-hours-editor{display:grid;gap:18px}.business-hours-editor__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.business-hours-editor__heading h2,.business-hours-editor__heading p{margin-top:0}.business-hours-editor__heading p{margin-bottom:0;color:#746d66;font-size:.92rem}.business-hours-editor__add,.business-hours-editor__remove{flex:0 0 auto;padding:10px 15px;border:1px solid #cfc7be;border-radius:9px;background:#fff;color:#24211e;font:inherit;font-weight:700;cursor:pointer}.business-hours-editor__list{display:grid;gap:14px}.business-hours-editor__row{display:grid;gap:16px;margin:0;padding:18px;border:1px solid #ded8d0;border-radius:12px;background:#faf9f7}.business-hours-editor__row legend{padding:0 8px;font-weight:800}.business-hours-editor__times{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.business-hours-editor__times label,.business-hours-editor__closure label{display:grid;gap:7px;font-weight:700}.business-hours-editor__times input,.business-hours-editor__closure input{width:100%;box-sizing:border-box}.business-hours-editor__days{display:grid;grid-template-columns:repeat(9,minmax(58px,1fr));gap:8px}.business-hours-editor__days label{display:flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:7px;border:1px solid #ded8d0;border-radius:9px;background:#fff;font-weight:600;cursor:pointer}.business-hours-editor__days input{width:auto}.business-hours-editor__days label:has(input:checked){border-color:#a8752c;background:#f7eddf;color:#7d5118}.business-hours-editor__remove{justify-self:start;color:#8e382d}.business-hours-editor__closures{display:grid;gap:10px}.business-hours-editor__closure{display:grid;grid-template-columns:minmax(145px,1fr) auto minmax(145px,1fr) auto auto;align-items:end;gap:12px;padding:14px;border:1px solid #ded8d0;border-radius:12px;background:#faf9f7}.business-hours-editor__closure>span{padding-bottom:12px}.business-hours-editor__display{display:flex!important;align-items:center;gap:7px;padding-bottom:11px;white-space:nowrap}.business-hours-editor__display input{width:auto}.business-hours-editor__closure .business-hours-editor__remove{align-self:end}@media(max-width:900px){.business-hours-editor__days{grid-template-columns:repeat(5,minmax(58px,1fr))}.business-hours-editor__closure{grid-template-columns:1fr auto 1fr}.business-hours-editor__display,.business-hours-editor__closure .business-hours-editor__remove{grid-column:auto}}@media(max-width:620px){.business-hours-editor__heading{align-items:stretch;flex-direction:column}.business-hours-editor__add{align-self:flex-start}.business-hours-editor__times{grid-template-columns:1fr}.business-hours-editor__days{grid-template-columns:repeat(3,1fr)}.business-hours-editor__closure{grid-template-columns:1fr}.business-hours-editor__closure>span{display:none}.business-hours-editor__display{padding-bottom:0}.business-hours-editor__row{padding:14px}}
