/* Operation Hours — Banner Zone */

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

.oh-banner-wrap .oh-banner-box {
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, #fff, var(--bg));
    border: 0.6cqmin solid var(--accent);
    border-radius: 2cqmin;
    padding: 10cqh 2cqw;
    display: flex;
    align-items: center;
    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-banner-wrap .oh-banner-title-section {
    width: 12cqw;
    flex-shrink: 0;
    margin-right: 3cqw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.oh-banner-wrap .oh-banner-title {
    font-family: Montserrat, sans-serif;
    font-size: 8cqh !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: normal !important;
    color: var(--text);
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.oh-banner-wrap .oh-banner-divider {
    width: 0.3cqw;
    height: 60%;
    background: var(--accent);
    flex-shrink: 0;
    margin: 0 1cqw;
}

.oh-banner-wrap .oh-banner-grid {
    flex: 1;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto 1fr;
    gap: 1cqh 1cqw;
    overflow: hidden;
}

.oh-banner-wrap .oh-banner-day {
    font-family: Montserrat, sans-serif;
    font-size: 8cqh !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: var(--accent);
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.oh-banner-wrap .oh-banner-cell {
    border: 0.15cqmin solid var(--accent);
    border-radius: 1cqmin;
    padding: 1cqh 0.5cqw;
    text-align: center;
    font-size: 8cqh !important;
    font-weight: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: var(--text);
    background: #fff;
    box-shadow: inset 0 0 0 0.15cqmin var(--accent);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.oh-banner-wrap .oh-banner-cell span {
    font-size: 8cqh !important;
}

.oh-banner-wrap .oh-banner-to {
    font-size: 8cqh !important;
    opacity: 0.5;
}
