
/* SPACE2047 BUY HOTSPOTS RESTORED + CEDRIC REMOVED */
.s2047-hotspot strong,
.s2047-hotspot span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.15 !important;
}

.s2047-hotspot strong {
    margin-bottom: 4px !important;
    color: #e9c46a !important;
    -webkit-text-fill-color: #e9c46a !important;
}

.s2047-hotspot span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.s2047-hotspot:hover strong,
.s2047-hotspot:hover span {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
}

/* Restore these as normal one-line-over-another homepage hotspots */
.s2047-hotspot.hs-buy-books,
.s2047-hotspot.hs-merch {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 60 !important;
    min-width: 230px !important;
    min-height: 70px !important;
    padding: 10px 14px !important;
    box-sizing: border-box !important;
}

.s2047-hotspot.hs-buy-books {
    left: 6% !important;
    top: 56% !important;
    right: auto !important;
    bottom: auto !important;
}

.s2047-hotspot.hs-merch {
    left: 6% !important;
    top: 67% !important;
    right: auto !important;
    bottom: auto !important;
}

/* Hide any Cedric bubble that may remain cached or injected elsewhere. */
.s2047-character-bubble,
.s2047-hotspot.hs-cedric {
    display: none !important;
}

@media (max-width: 700px) {
    .s2047-hotspot.hs-buy-books,
    .s2047-hotspot.hs-merch {
        min-width: 170px !important;
        max-width: 44vw !important;
        min-height: 56px !important;
        padding: 8px 10px !important;
    }

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

    .s2047-hotspot.hs-merch {
        left: 4% !important;
        top: 65% !important;
    }

    .s2047-hotspot strong {
        font-size: .78rem !important;
    }

    .s2047-hotspot span {
        font-size: .68rem !important;
    }
}
