/* Cookie styling */

.trumbowyg-box {
    background-color: #FFF;
}

.ga-help {
    font-size: 0.7em;
    margin-bottom: .5rem;
}

#cookieBar {
    width: 75%;
    left: 0px;
    right: auto;
    text-align: center;
    bottom: 0;
    position: fixed;
}

#cookieBar a {
    color: #FFF;
    text-decoration: underline;
}

.modal-title {
    max-width: 80%;
    float: left;
}

#cookieBar .btn-secondary {
    color: #000;
    border-radius: 0px;
    margin: 15px 0px;
    padding: 7px 30px;
}

.modal-footer .btn,
.modal-footer .btn+.btn {
    border-radius: 0px;
    margin: 15px 0px;
    padding: 7px 30px;
}

#cookieBar button {
    white-space: nowrap;
}

#cookieBarMini {
    left: 0px;
    right: auto;
    text-align: center;
    color: #FFF;
    border: none;
    padding: .5rem .5rem 0rem .5rem;
}

#cookieSelectorModalLabel img {
    height: 80px;
    width: auto;
}

#toastLand {
    max-width: calc(100vw - 4rem);
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

@media (max-width: 991px) {
    #cookieBar {
        width: 100%;
    }
}