
/* SPACE2047 COMMERCE HOTSPOTS DIRECTLY UNDER YELLOW BAR */
@media (min-width: 701px) {
    .s2047-hotspot.hs-buy-books,
    .s2047-hotspot.hs-merch {
        top: 2.2% !important;
        bottom: auto !important;
        z-index: 120 !important;
        min-width: 230px !important;
        max-width: 300px !important;
        min-height: 66px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .s2047-hotspot.hs-buy-books {
        left: 3.5% !important;
        right: auto !important;
    }

    .s2047-hotspot.hs-merch {
        right: 3.5% !important;
        left: auto !important;
    }
}

/* Mobile: keep both at the top under the yellow bar, side by side and separated. */
@media (max-width: 700px) {
    .s2047-hotspot.hs-buy-books,
    .s2047-hotspot.hs-merch {
        top: 1.5% !important;
        bottom: auto !important;
        z-index: 120 !important;
        width: 43vw !important;
        min-width: 0 !important;
        max-width: 43vw !important;
        min-height: 58px !important;
        padding: 7px 8px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .s2047-hotspot.hs-buy-books {
        left: 3% !important;
        right: auto !important;
    }

    .s2047-hotspot.hs-merch {
        right: 3% !important;
        left: auto !important;
    }
}
