#cookieConsentModal .logo {
    max-width: 200px;
}

#cookieConsentModal .logo svg path {
    fill: #223A88;
}

#cookieConsentModal #refuseCookiesBtn {
    color: #191919
}

#cookieConsentModal .modal-dialog {
    max-width: unset;
}

#cookieConsentModal .modal-body {
    max-height: 70vh;
    overflow-y: scroll;
}

@media screen and (min-width: 565px) {
    #cookieConsentModal .modal-content {
        width: 50vw;
        margin: auto;
    }

    #cookieConsentModal .modal-body {
        max-height: 50vh;

        padding: 2rem;
    }
}



