.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}.ts-hours-today .ts-open-status{align-items:center;flex-wrap:nowrap}.ts-hours-today .ts-open-status i{font-size:26px;color:var(--ts-shade-1);margin-right:10px}.ts-hours-today .ts-open-status img,.ts-hours-today .ts-open-status svg{width:26px;height:26px;-o-object-fit:contain;object-fit:contain;fill:var(--ts-shade-1);margin-right:10px}.ts-hours-today .ts-open-status p{font-weight:600;font-size:var(--e-global-typography-text-font-size);margin-right:10px}.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:10px 0}.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{border-radius:5px;flex-wrap:wrap;background:#fff}.ts-work-hours-list li{padding:15px 20px;border-top:1px solid #d5dce2;width:50%}.ts-work-hours-list li:nth-child(odd){border-right:1px solid #d5dce2}.ts-work-hours-list li p{font-size:var(--e-global-typography-text-font-size);color:var(--ts-shade-1);margin-bottom:5px;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{padding-right:10px;display:block}