/* Operation Hours — Main Zone */

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

.oh-main-wrap .oh-main-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-main-wrap .oh-main-title {
    height: 10cqmin;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.oh-main-wrap .oh-main-title-text {
    font-family: Montserrat, sans-serif;
    font-size: 6cqmin !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: var(--text);
    white-space: nowrap;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.oh-main-wrap .oh-main-grid {
    flex: 1;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    grid-template-rows: repeat(7, 1fr);
    gap: 0.5cqmin 1.5cqmin;
    align-items: center;
    justify-content: center;
}

.oh-main-wrap .oh-main-header {
    font-family: Montserrat, sans-serif;
    font-size: 3cqmin !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-main-wrap .oh-main-day {
    font-family: Montserrat, sans-serif;
    font-size: 4.5cqmin !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--text);
    text-align: left;
    white-space: nowrap;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.oh-main-wrap .oh-main-cell {
    border: 0.15cqmin solid var(--accent);
    border-radius: 1cqmin;
    padding: 0.2cqmin 0;
    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;
}

.oh-main-wrap .oh-main-cell-closed {
    grid-column: span 3;
}

.oh-main-wrap .oh-main-to {
    font-size: 3cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--text);
    opacity: 0.6;
    text-align: center;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
