.ehn-hours{ font-size: var(--ehn-hours-font-size); }
.ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table{ width:100%; border-collapse: collapse; overflow:hidden; border:1px solid var(--ehn-hours-border-color); border-radius: var(--ehn-hours-radius); }
.ehn-hours:not(.ehn-hours--bulma) .ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table td{ padding: var(--ehn-hours-cell-padding); border-top:1px solid var(--ehn-hours-border-color); vertical-align:top; background: var(--ehn-hours-row-bg); }
.ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table tbody tr:nth-child(even) td{ background: var(--ehn-hours-row-alt-bg); }
.ehn-hours-day{ display:flex; flex-direction:column; gap:2px; }
.ehn-hours-weekday{ font-weight: var(--ehn-hours-weekday-weight); }
.ehn-hours-date{ opacity: var(--ehn-hours-date-opacity); font-size: .95em; }
.ehn-hours-list{ list-style:none; padding:0; margin:0; border:1px solid var(--ehn-hours-border-color); border-radius: var(--ehn-hours-radius); overflow:hidden; }
.ehn-hours-item{ padding: var(--ehn-hours-cell-padding); border-top:1px solid var(--ehn-hours-border-color); background: var(--ehn-hours-row-bg); }
.ehn-hours-item:nth-child(even){ background: var(--ehn-hours-row-alt-bg); }
.ehn-hours-item:first-child{ border-top:none; }
.ehn-hours-times{ font-weight: var(--ehn-hours-times-weight); margin-top:6px; }
.ehn-hours-note{ margin-top:4px; opacity:.85; }
.ehn-hours-pill{ display:inline-block; padding:4px 10px; border-radius:999px; background: var(--ehn-hours-pill-bg); color: var(--ehn-hours-pill-fg); font-weight:600; font-size: .95em; }
.ehn-hours-pill--open{ background: var(--ehn-hours-open-color); }
.ehn-hours-pill--closed{ background: var(--ehn-hours-closed-color); }
.ehn-hours-pill--appointment{ background: var(--ehn-hours-pill-bg); }
.ehn-hours-next{ margin:8px 0; font-weight:600; }
.ehn-hours-next--open{ color: var(--ehn-hours-open-color); }
.ehn-hours-next--closed{ color: var(--ehn-hours-closed-color); } @media (max-width: 640px){
.ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table, .ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table tbody, .ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table td, .ehn-hours:not(.ehn-hours--bulma) .ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table tr{ display:block; width:100%; }
.ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table tr{ border-top:1px solid var(--ehn-hours-border-color); }
.ehn-hours:not(.ehn-hours--bulma) .ehn-hours:not(.ehn-hours--bulma) .ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table td{ border:none; border-top:1px solid var(--ehn-hours-border-color); }
.ehn-hours:not(.ehn-hours--bulma) .ehn-hours-table td:first-child{ border-top:none; }
}
.ehn-hours-date--inline{ display:inline; margin-left:8px; }
.ehn-hours-date--below{ display:block; }