/* Operation Hours — Sidebar Zone */

.oh-sidebar-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oh-sidebar-wrap .oh-sidebar-box {
    width: 80cqw;
    height: 80cqh;
    background: linear-gradient(135deg, #fff, var(--bg));
    border: 0.6cqmin solid var(--accent);
    border-radius: 2cqmin;
    padding: 5cqmin 3cqmin;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 0 0.1cqmin rgba(255,255,255,0.05),
                0 1cqmin 3cqmin rgba(0,0,0,0.6);
}

.oh-sidebar-wrap .oh-sidebar-header {
    font-family: Montserrat, sans-serif;
    font-size: 2.5cqmin !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.15em !important;
    color: var(--accent);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.oh-sidebar-wrap .oh-sidebar-title {
    font-family: Montserrat, sans-serif;
    font-size: 5cqmin !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--text);
    text-align: center;
    margin-bottom: 3cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.oh-sidebar-wrap .oh-sidebar-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
    gap: 1.5cqmin;
}

.oh-sidebar-wrap .oh-sidebar-row {
    display: flex;
    align-items: center;
    gap: 2cqmin;
}

.oh-sidebar-wrap .oh-sidebar-day {
    font-family: Montserrat, sans-serif;
    font-size: 3.5cqmin !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--accent);
    width: 8cqw;
    flex-shrink: 0;
    text-align: right;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.oh-sidebar-wrap .oh-sidebar-cell {
    flex: 1;
    border: 0.15cqmin solid var(--accent);
    border-radius: 1cqmin;
    padding: 1cqmin 2cqmin;
    text-align: center;
    font-size: 3.2cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--text);
    background: #fff;
    box-shadow: inset 0 0 0 0.15cqmin var(--accent);
    white-space: nowrap;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
