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

.analytics-consent {
    position: fixed;
    z-index: 10050;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    max-height: calc(100% - 24px);
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    border: 0;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    box-shadow: none;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
}

.analytics-consent__copy {
    flex: 1;
    min-width: 0;
}

.analytics-consent h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.analytics-consent p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.analytics-consent .analytics-consent__status {
    margin-top: 0;
}

.analytics-consent a {
    color: #d6a638;
    text-decoration: underline;
}

.analytics-consent__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    flex-shrink: 0;
}

.analytics-consent button {
    min-width: 100px;
    min-height: 44px;
    padding: 10px 18px;
    border: 2px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font: 400 12px/14px Montserrat, Arial, sans-serif;
    text-transform: none;
    transition: background-color .2s, color .2s;
}

.analytics-consent button:hover {
    background: #fff;
    color: #061626;
}

.analytics-consent button:focus-visible,
.analytics-consent a:focus-visible,
#footer .cookie-settings:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

#footer .cookie-settings {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-transform: inherit;
}

#footer .cookie-settings:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .analytics-consent {
        display: block;
        padding: 20px;
    }

    .analytics-consent__actions {
        margin-top: 15px;
    }
}
