/* User-confirmed daily hours; shared by the footer and contact page. */
.business-hours{max-width:28rem}
.business-hours h2,.business-hours h3{margin:0 0 1rem;font-size:1.1rem;line-height:1.4}
.business-hours dl{margin:0;display:grid;gap:0}
.business-hours dl>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--line)}
.business-hours dl>div:last-child{border:0}
.business-hours dt,.business-hours dd{margin:0;font-size:.94rem;line-height:1.6}
.business-hours dd{font-weight:500}
.business-hours--footer{margin-top:1.8rem;color:var(--text-invert-soft)}
.business-hours--footer h3{color:var(--paper)}
.business-hours--footer dl>div{border-color:var(--line-invert)}
.business-hours--footer dd{color:var(--paper)}
.business-hours--contact{padding:1.5rem;background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--brand);border-radius:6px;color:var(--text-body)}
.business-hours--contact h2{color:var(--ink-900)}
@media(max-width:380px){.business-hours--contact{padding:1.1rem}.business-hours dl>div{gap:.6rem}}
