.cookie-consent {
    position: fixed;
    z-index: 1000000;
    right: 8px;
    bottom: 8px;
    left: 8px;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 32px;
    background: #0a473b;
    color: #000;
}

.cookie-consent[hidden] {
    display: none !important;
}

.cookie-consent #closeIcon {
    display: none;
}

.cookie-consent .cookiebox {
    box-sizing: border-box;
    padding: 48px 50px 50px;
    border-radius: 26px;
    background: #ffd557;
}

.cookie-consent .title-wrap h4 {
    margin: 0 0 8px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.cookie-consent .msg-wrap p {
    max-width: 920px;
    margin: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(18px, 2.15vw, 30px);
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0;
}

.cookie-consent .msg-wrap p a {
    color: #115cfa;
    text-decoration: none;
}

.cookie-consent .msg-wrap p a:hover,
.cookie-consent .msg-wrap p a:focus {
    color: #0645c8;
    text-decoration: underline;
}

.cookie-consent .btn-wrap {
    margin-top: 30px;
}

.cookie-consent .button {
    min-width: 200px;
    padding: 16px 38px;
    border: 0;
    border-radius: 999px;
    background: #0a6354;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cookie-consent .button:hover,
.cookie-consent .button:focus {
    background: #084a3f;
    color: #fff;
}

.cookie-consent .button:focus-visible,
.cookie-consent .msg-wrap p a:focus-visible {
    outline: 3px solid #115cfa;
    outline-offset: 4px;
}

@media only screen and (max-width: 767px) {
    .cookie-consent {
        right: 5px;
        bottom: 5px;
        left: 5px;
        padding: 5px;
        border-radius: 24px;
    }

    .cookie-consent .cookiebox {
        padding: 28px 24px 30px;
        border-radius: 19px;
    }

    .cookie-consent .title-wrap h4 {
        font-size: 28px;
    }

    .cookie-consent .msg-wrap p {
        font-size: 17px;
        line-height: 1.45;
    }

    .cookie-consent .btn-wrap {
        margin-top: 22px;
    }

    .cookie-consent .button {
        min-width: 160px;
        padding: 13px 28px;
        font-size: 18px;
    }
}

/* The home-page site notice reuses the consent design and uses its own cookie. */
.cookie-consent.site-notice .button {
    display: inline-block;
    text-decoration: none;
}

.cookie-consent.site-notice .button:hover,
.cookie-consent.site-notice .button:focus {
    text-decoration: none;
}
