/* Cookie styling */

.trumbowyg-box {
    background-color: #FFF;
}

.ga-help {
    font-size: 0.7em;
    margin-bottom: .5rem;
}

#cookieBar {
    background-color: rgb(0, 0, 0);
    width: 75%;
    left: 0px;
    right: auto;
    text-align: center;
}

#cookieBar a {
    color: #FFF;
    text-decoration: underline;
}

#cookieBar .cookie-bar-text {
    color: var(--light);
}

#cookieBar button {
    white-space: nowrap;
}

#cookieBarMini {
    background-color: rgb(0, 0, 0);
    left: 0px;
    right: auto;
    text-align: center;
    color: #FFF;
    border: none;
    padding: .5rem .5rem 0rem .5rem;
}

#cookieSelectorModalLabel img {
    height: 80px;
    width: auto;
}

/* Geneesi-style "Deny all" button on the dark cookie bar
   (matches the existing #cookieBar .btn-outline-secondary rules) */
#cookieBar .btn-outline-primary,
#cookieBar .btn-outline-primary:hover,
#cookieBar .btn-outline-primary:focus,
#cookieBar .btn-outline-primary:active {
    color: var(--light);
    border-color: var(--light);
    box-shadow: none;
}

/* Privacy policy link inside the cookie settings modal */
.privacy-policy-link {
    color: var(--geneesiGreen);
    text-decoration: underline;
}

.privacy-policy-link:hover {
    color: var(--geneesiYellow);
}

@media (max-width: 991px) {
    #cookieBar {
        width: 100%;
    }
}