/* =========================================
   EXPRESS HERO / SPOTLIGHT FIX
   ========================================= */

.section.h-hard.spotlight {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 0 !important;
}

.spotlight-inner {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    align-items: stretch !important;
}

.spotlight-content {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding-top: 45px !important;
    padding-bottom: 35px !important;
}

.spotlight-heading {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-top: 0 !important;
    line-height: 1.15 !important;
    white-space: normal !important;
}


/* =========================================
   EVALUATION HIRE ANCHOR LINKS
   ========================================= */

.evaluation-anchor:hover {
    text-decoration: underline !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {

    .section.h-hard.spotlight,
    .spotlight-inner {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .spotlight-content {
        position: relative !important;
        top: auto !important;
        transform: none !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 40px 25px !important;
    }

    .spotlight-heading {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        white-space: normal !important;
        line-height: 1.15 !important;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .section.h-hard.spotlight {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .spotlight-inner {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        display: block !important;
    }

    .spotlight-content {
        position: relative !important;
        top: auto !important;
        transform: none !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 35px 20px 40px !important;
    }

    .spotlight-heading {
        position: relative !important;
        top: auto !important;
        transform: none !important;
        margin-top: 0 !important;
        margin-bottom: 18px !important;
        padding-top: 0 !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        line-height: 1.15 !important;
    }


    /* =========================================
       MOBILE CONSENT / COOKIE BANNER
       ========================================= */

    .cookie-consent,
    .consent-banner,
    .privacy-banner,
    .cookie-banner {
        max-height: 45vh !important;
        height: auto !important;
        padding: 12px 16px !important;
        overflow-y: auto !important;
    }

    .cookie-consent p,
    .consent-banner p,
    .privacy-banner p,
    .cookie-banner p {
        font-size: 13px !important;
        line-height: 1.35 !important;
        margin: 0 0 8px !important;
    }

    .cookie-consent button,
    .consent-banner button,
    .privacy-banner button,
    .cookie-banner button {
        min-height: 34px !important;
        height: auto !important;
        padding: 7px 12px !important;
        margin: 3px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
    }
}