.ts-work-hours{border:1px solid #d5dce2;border-radius:5px;overflow:hidden}.ts-hours-today{display:flex;padding:12px 15px;align-items:center;background:#fff;gap:10px}.ts-hours-today .ts-open-status{align-items:center;flex-wrap:nowrap;gap:5px}.ts-hours-today .ts-open-status i{font-size:24px;color:var(--ts-shade-1)}.ts-hours-today .ts-open-status img,.ts-hours-today .ts-open-status svg{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;fill:var(--ts-shade-1)}.ts-hours-today .ts-open-status p{font-weight:600;font-size:var(--e-global-typography-text-font-size)}.ts-hours-today .ts-open-status.open i{color:#6bd28d}.ts-hours-today .ts-open-status.open svg{fill:#6bd28d}.ts-hours-today .ts-open-status.closed i{color:#e83f3f}.ts-hours-today .ts-open-status.closed svg{fill:#e83f3f}.ts-hours-today .ts-open-status.opening-soon i{color:#f3b34c}.ts-hours-today .ts-open-status.opening-soon svg{fill:#f3b34c}.ts-hours-today .ts-open-status.closing-soon i{color:#f3b34c}.ts-hours-today .ts-open-status.closing-soon svg{fill:#f3b34c}.ts-hours-today .ts-open-status.appt-only i{color:#3ac1ee}.ts-hours-today .ts-open-status.appt-only svg{fill:#3ac1ee}.ts-hours-today .ts-current-period{font-size:var(--e-global-typography-text-font-size);margin:0;color:var(--ts-shade-2)}.ts-hours-today .ts-expand-hours{margin-left:auto}.ts-work-hours.active .ts-work-hours-list{display:block}.ts-work-hours.active .ts-expand-hours{transform:rotate(180deg)}.ts-work-hours.wh-expanded .ts-work-hours-list{display:block}.ts-work-hours-list,.ts-work-hours.wh-expanded .ts-expand-hours{display:none}.ts-work-hours-list ul{flex-wrap:wrap;background:#fff;flex-direction:column}.ts-work-hours-list li{padding:12px 15px;border-top:1px solid #d5dce2;display:flex;justify-content:space-between;align-items:center;gap:10px}.ts-work-hours-list li p{font-size:var(--e-global-typography-text-font-size);color:var(--ts-shade-1);margin:0;word-break:break-all}.ts-work-hours-list li small{font-size:var(--e-global-typography-text-font-size);color:var(--ts-shade-2);display:block}.ts-work-hours-list li span{text-align:right;display:block}