/* =========================================
   COOKIE INSTELLINGEN - SHS EUROPA
   ========================================= */

/* Cookie-instellingen knop rechtsonder */
#gdpr-cookie-consent-show-again {
    background-color: #199b00 !important;
    color: #ffffff !important;
    border-color: #199b00 !important;
    display: block !important;
}

/* Tekst in het groene knopje wit */
#gdpr-cookie-consent-show-again span {
    color: #ffffff !important;
}


/* =========================================
   COOKIE POP-UP
   ========================================= */

/* Pop-up kleiner maken */
#gdprmodal {
    max-width: 620px !important;
    max-height: 75vh !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    border-color: #199b00 !important;
}


/* =========================================
   TEKST IN DE POP-UP
   ========================================= */

/* Beschrijvende cookie-tekst */
#gdprmodal .gdpr-about-cookies,
#gdprmodal .gdpr-messagebar-detail {
    font-size: 14px !important;
    line-height: 1.45 !important;
}

/* Titel "Preferences" */
#gdprmodal h2,
#gdprmodal h3 {
    font-size: 19px !important;
}


/* =========================================
   KNOPPEN IN DE POP-UP
   ========================================= */

#gdprmodal button {
    font-size: 14px !important;
    padding: 10px 16px !important;
    min-height: 44px !important;
}


/* =========================================
   SCROLLBALK
   ========================================= */

#gdprmodal .gdpr-groups-container {
    scrollbar-color: #199b00 transparent !important;
}


/* =========================================
   ENGELSE GOOGLE-TEKST VERBERGEN
   ========================================= */

/* Engelse Google-tekst verbergen */
.gdpr-about-cookies:has(a[href*="business.safety.google"]) {
    display: none !important;
}