#cookieConsent {
    z-index: 2147483647;
    margin-bottom: 0;
    padding: 20px 25px 20px 25px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 7px;
}

#cookieConsent.alert-info {
    color: #000;
    background-color: #E2E2E2;
    border-color: #CCCCCC;
}

.cookieConsent input[type="checkbox"] {
    margin-left: 10px;
}

#cookieConsent p {
    padding: 0 0 7px 0;
}

#cookieConsent button,
#cookieConsentContent button {
    cursor: pointer;
}

#cookieConsentDetailContainer {
    display: none;
}

#cookieConsentOnlyInternalWarningContainer {
    display: none;
}

#container #cookieConsentDetailContainer,
.showDetail #cookieConsentDetailContainer {
    display: inline-block;
}

.showDetail #cookieConsentBaseContainer {
    display: none;
}

.cookieConsentLink,
.cookieConsentLink:visited {
    color: inherit;
    text-decoration: underline;
}

.cookieConsentLink:hover {
    color: inherit;
}

#cookieConsentCookieSettingsLink {
    cursor: pointer;
}

.cookieConsentButtonContainer {
    margin-top: 20px;
}

#cookieConsent button {
    margin: 0;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #B2B2B2;
}

#cookieConsent button:hover {
    background-color: #C6C6C6;
}

.cookieTitle {
    font-weight: bold;
}

#essentialCookiesContainer
{
    margin-bottom: 20px;
}

#nonEssentialCookiesContainer {
    margin-bottom: 20px;
}

#thridPartyCookiesContainer {
    margin-bottom: 20px;
}

#essentialCookiesContainer p:last-child,
#nonEssentialCookiesContainer p:last-child,
#thridPartyCookiesContainer p:last-child {
    padding-bottom: 0;
}

#cookieConsent #cookieSettingsSaveButton.button,
#cookieConsentContent #cookieSettingsSaveButton.button {
    margin-right: 20px;
}

.externalContentConsent {
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 10px;
}

#cookieSettingsButton {
    background-color: #aaa;
}

#cookieSettingsButton:hover {
    background-color: #EFEFEF;
}

@media (min-width: 360px) {
    #cookieConsent button {
        margin-bottom: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {

        #cookieConsent {
            position: fixed;
            left: 20px;
            right: 20px;
            bottom: 20px;
            max-width: 1700px;
            margin: 0 auto 0 auto;
            font-size: 15px;
        }

        #cookieConsent {
            font-size: 17px;
        }

        #cookieConsent p {
            padding: 0 0 15px 0;
        }

        .cookieConsentButtonContainer {
            margin-top: 0;
            margin-left: 0;
            display: flex;
            justify-content: space-between;
            column-gap: 10px;
        }

        #cookieConsent button {
            font-size: 13px;
            white-space: nowrap;
            height: fit-content;
            padding: 8px 12px 8px 12px;
            margin-right: 0;
        }

        #cookieConsentBaseContainer {
            display: flex;
            justify-content: space-between;
            column-gap: 30px;
        }
    }
