.ar-cookie-consent[hidden],
.ar-cookie-consent__panel[hidden] {
    display: none !important;
}
.ar-cookie-consent {
    position: fixed;
    z-index: 10000;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #092128;
    background: #fff;
    border-top: 1px solid #dce3e5;
    box-shadow: 0 -8px 24px rgba(8, 31, 37, 0.12);
}
.ar-cookie-consent__panel {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    align-items: center;
    gap: 24px;
}
.ar-cookie-consent__copy {
    flex: 1 1 620px;
}
.ar-cookie-consent h2 {
    margin: 0 0 6px;
    color: #092128;
    font-size: 20px;
    line-height: 1.25;
}
.ar-cookie-consent p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.ar-cookie-consent a {
    color: #b65326;
    text-decoration: underline;
}

.ar-cookie-consent__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.ar-cookie-consent button {
    min-height: 44px;
    padding: 10px 18px;
    color: #fff;
    font: inherit;
    font-weight: 700;
    background: #ee7937;
    border: 2px solid #ee7937;
    border-radius: 4px;
    cursor: pointer;
}

.ar-cookie-consent button:hover,
.ar-cookie-consent button:focus-visible {
    background: #d9652b;
    border-color: #d9652b;
}

.ar-youtube-consent-required {
    display: flex;
    min-height: 260px;
    padding: 24px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #092128;
    background: #fafdfe;
    text-align: center;
}

@media (max-width: 760px) {
    .ar-cookie-consent__panel,
    .ar-cookie-consent__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ar-cookie-consent__panel {
        gap: 14px;
    }
}
