/* STEP 119 — verified against www(7) */
.store-hours-public{margin:16px 0 22px;padding:20px 22px}
.store-hours-public-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.store-hours-public-title{display:flex;align-items:center;gap:9px;margin:0;font-size:18px;font-weight:950;color:#201526}
.store-hours-public-status{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:950}
.store-hours-public-status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
.store-hours-public-status.open{background:#ecfdf3;color:#15803d}
.store-hours-public-status.closed{background:#fff1f2;color:#be123c}
.store-hours-group+.store-hours-group{margin-top:18px;padding-top:18px;border-top:1px solid #ece8f0}
.store-hours-group-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}
.store-hours-group-head strong{font-size:12px;font-weight:950;color:#35283d}
.store-hours-group-head small{font-size:12px;color:#94889b}
.store-hours-week{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.store-hours-day{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:8px;min-height:50px;padding:9px 11px;border:1px solid #e8e3ec;border-radius:12px;background:#fcfbfd}
.store-hours-day.today{border-color:#c4b5fd;background:#f8f5ff;box-shadow:inset -3px 0 #7c3aed}
.store-hours-day-name{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:950;color:#44374c}
.store-hours-today{padding:3px 5px;border-radius:999px;background:#7c3aed;color:#fff;font-size:7px}
.store-hours-times{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}
.store-hours-shift{direction:ltr;display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid #e5deeb;border-radius:8px;background:#fff;font-size:12px;font-weight:900;color:#4f4258}
.store-hours-shift b{direction:rtl;font-size:12px;color:#94899b}
.store-hours-off{font-size:12px;font-weight:900;color:#be123c}
.store-hours-empty{padding:12px 13px;border:1px dashed #d8d0dd;border-radius:11px;background:#fafafa;color:#766b7b;font-size:12px}
html[data-theme="dark"] .store-hours-public-title,
html[data-theme="dark"] .store-hours-group-head strong,
html[data-theme="dark"] .store-hours-day-name{color:#f2ebf5!important}
html[data-theme="dark"] .store-hours-group+.store-hours-group{border-color:#332b3b!important}
html[data-theme="dark"] .store-hours-day,
html[data-theme="dark"] .store-hours-empty{background:#17131c!important;border-color:#362d3e!important}
html[data-theme="dark"] .store-hours-day.today{background:#21192e!important;border-color:#6d4daf!important}
html[data-theme="dark"] .store-hours-shift{background:#201a26!important;border-color:#3b3144!important;color:#ddd3e1!important}
@media(max-width:700px){
 .store-hours-public{margin:11px 0 16px;padding:15px 13px}
 .store-hours-public-head{align-items:flex-start;flex-direction:column}
 .store-hours-public-title{font-size:15px}
 .store-hours-week{grid-template-columns:1fr}
 .store-hours-day{grid-template-columns:82px 1fr;padding:8px 9px}
}
