/* Com11h.com — DESKTOP >= 901px */
@media (min-width: 901px) and (max-width: 960px) {

    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width: 901px) and (max-width: 1100px) {

    .tableRow--partners,
    .tableRow--banners {
        grid-template-columns: 1fr;
    }

}

@media (min-width: 901px) and (max-width: 960px) {

    .tableRow {
        grid-template-columns: 1fr;
    }

}

@media (min-width: 1500px) {
    .sideModule {
        display: block;
        position: fixed;
        top: 96px;
        /* dưới thanh topbar sticky 1 chút */
        width: 230px;
        max-height: 82vh;
        overflow-y: auto;
        z-index: 6;
    }

    .sideModule--left {
        left: calc(50% - 775px);
    }

    .sideModule--right {
        right: calc(50% - 775px);
    }

    .sideModule__inner {
        background: var(--card);
        border: 2px solid var(--primary);
        border-radius: 16px;
        padding: 12px;
    }

    .sideModule__inner h4 {
        margin: 0 0 10px 0;
        text-align: center;
        color: var(--text);
    }

    .sideModule__inner iframe {
        border-radius: 10px;
        display: block;
    }
}


/* CATEGORY NAV: desktop uses the same responsive rail component. */
@media (min-width: 901px) {
    .categoryNav__viewport { cursor: grab; }
}
