
/* SPACE2047 HOTSPOT HOVER + MERCH POSITION FIX */

/* Stop hotspot text disappearing on hover/focus/active. */
.s2047-hotspot:hover,
.s2047-hotspot:focus,
.s2047-hotspot:active,
.s2047-hotspot:hover strong,
.s2047-hotspot:hover span,
.s2047-hotspot:focus strong,
.s2047-hotspot:focus span,
.s2047-hotspot:active strong,
.s2047-hotspot:active span {
    opacity: 1 !important;
    visibility: visible !important;
}

.s2047-hotspot:hover strong,
.s2047-hotspot:focus strong,
.s2047-hotspot:active strong {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    text-shadow: none !important;
}

.s2047-hotspot:hover span,
.s2047-hotspot:focus span,
.s2047-hotspot:active span {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    text-shadow: none !important;
}

/* Keep the hover background bright enough for black text. */
.s2047-hotspot:hover,
.s2047-hotspot:focus,
.s2047-hotspot:active {
    background: rgba(233,196,106,.95) !important;
    border-color: #e9c46a !important;
}

/* Move Buy My Merchandising above the Window hotspot. */
.s2047-hotspot.hs-merch {
    left: 58% !important;
    top: 33% !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 85 !important;
}

/* Keep Buy My Books visible and separated. */
.s2047-hotspot.hs-buy-books {
    left: 6% !important;
    top: 56% !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 85 !important;
}

@media (max-width: 700px) {
    .s2047-hotspot.hs-merch {
        left: 52% !important;
        top: 34% !important;
        right: auto !important;
        bottom: auto !important;
    }

    .s2047-hotspot.hs-buy-books {
        left: 4% !important;
        top: 55% !important;
    }
}
