.hours-table { width: 100%; border-collapse: collapse; }
.hours-table tr { border-bottom: 1px solid var(--border); }
.hours-table tr:last-child { border-bottom: none; }
.hours-table td { padding: .9rem 1rem; font-size: .95rem; }
.hours-table td:first-child { font-weight: 600; color: var(--navy); width: 100px; }
.hours-table td:nth-child(2) { color: var(--text-muted); }
.hours-table .closed td { color: #c0c8d8; }
.hours-table .closed td:first-child { color: #c0c8d8; }
.badge-open { background: #dcfce7; color: #15803d; padding: .2rem .6rem; border-radius: 20px; font-size: .75rem; font-weight: 700; }
.badge-closed { background: #fee2e2; color: #b91c1c; padding: .2rem .6rem; border-radius: 20px; font-size: .75rem; font-weight: 700; }
.hours-note { background: rgba(30,95,168,.05); border: 1px solid rgba(30,95,168,.15); border-radius: 10px; padding: 1rem 1.25rem; font-size: .9rem; color: var(--blue); margin-top: 1.5rem; display: flex; align-items: center; gap: .65rem; }