/* Fresh versioned override file to beat stale live spotlight CSS */

#order-standard_cart .spotlight-tlds {
    padding: 18px !important;
    border: 1px solid #eadfcd !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, #fffdf9 0%, #f6ede1 100%) !important;
    box-shadow: 0 22px 46px rgba(16, 25, 44, 0.08) !important;
}

#order-standard_cart .spotlight-tlds-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#order-standard_cart .spotlight-tld-container,
#order-standard_cart .spotlight-tld-container-1,
#order-standard_cart .spotlight-tld-container-2,
#order-standard_cart .spotlight-tld-container-3,
#order-standard_cart .spotlight-tld-container-4,
#order-standard_cart .spotlight-tld-container-5,
#order-standard_cart .spotlight-tld-container-6,
#order-standard_cart .spotlight-tld-container-7,
#order-standard_cart .spotlight-tld-container-8 {
    float: none !important;
    width: calc(33.333% - 11px) !important;
    min-width: 165px !important;
    max-width: calc(33.333% - 11px) !important;
    flex: 1 1 calc(33.333% - 11px) !important;
    padding: 0 !important;
}

#order-standard_cart .spotlight-tld {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 190px !important;
    height: auto !important;
    padding: 22px 18px !important;
    border: 1px solid #eadfcd !important;
    border-radius: 26px !important;
    background: #ffffff !important;
    box-shadow: 0 22px 46px rgba(16, 25, 44, 0.08) !important;
    text-align: center !important;
    overflow: hidden !important;
}

#order-standard_cart .spotlight-tld > span {
    display: block !important;
    padding: 0 !important;
}

#order-standard_cart .btn-add-to-cart span {
    display: none;
    padding: 0 !important;
}

#order-standard_cart .btn-add-to-cart span.to-add {
    display: inline;
}

#order-standard_cart .spotlight-tld .domain-lookup-result {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 16px !important;
}

#order-standard_cart .spotlight-tld .available.price {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    margin-top: 18px !important;
    padding: 12px 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #21426f 0%, #10192c 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#order-standard_cart .spotlight-tld .btn:not(.domain-contact-support) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 11px 14px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff7a00 0%, #ff5b00 100%) !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
}

#order-standard_cart .spotlight-tld .btn span {
    padding: 0 !important;
}

#order-standard_cart .suggested-domains .extension {
    color: #10192c !important;
    font-weight: 800 !important;
}

#order-standard_cart .suggested-domains .price {
    color: #10192c !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

#order-standard_cart .suggested-domains .btn:not(.domain-contact-support) {
    padding: 10px 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff7a00 0%, #ff5b00 100%) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

@media only screen and (max-width: 991px) {
    #order-standard_cart .spotlight-tld-container,
    #order-standard_cart .spotlight-tld-container-1,
    #order-standard_cart .spotlight-tld-container-2,
    #order-standard_cart .spotlight-tld-container-3,
    #order-standard_cart .spotlight-tld-container-4,
    #order-standard_cart .spotlight-tld-container-5,
    #order-standard_cart .spotlight-tld-container-6,
    #order-standard_cart .spotlight-tld-container-7,
    #order-standard_cart .spotlight-tld-container-8 {
        width: calc(50% - 8px) !important;
        min-width: 0 !important;
        max-width: calc(50% - 8px) !important;
        flex-basis: calc(50% - 8px) !important;
    }
}

@media only screen and (max-width: 640px) {
    #order-standard_cart .spotlight-tld-container,
    #order-standard_cart .spotlight-tld-container-1,
    #order-standard_cart .spotlight-tld-container-2,
    #order-standard_cart .spotlight-tld-container-3,
    #order-standard_cart .spotlight-tld-container-4,
    #order-standard_cart .spotlight-tld-container-5,
    #order-standard_cart .spotlight-tld-container-6,
    #order-standard_cart .spotlight-tld-container-7,
    #order-standard_cart .spotlight-tld-container-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}

/* 2026-07-31: keep WHMCS hidden loaders hidden after custom spotlight styling. */
#order-standard_cart .domain-lookup-loader[style*="display: none"],
#order-standard_cart .domain-lookup-loader[style*="display:none"],
#order-standard_cart .loading[style*="display: none"],
#order-standard_cart .loading[style*="display:none"] {
    display: none !important;
}

/* 2026-07-31: do not leave the long WHMCS suggestions spinner visible after exact result loads. */
#order-standard_cart #suggestionsLoader,
#order-standard_cart .domain-lookup-suggestions-loader {
    display: none !important;
}
