/* ERŞE BREEZE çerez çubuğu — site renkleri (v2.3) */
.ersebreeze-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom));
    background: #f9f5f0;
    color: #2c1a0e;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    border-top: 2px solid #c9a84c;
}
.ersebreeze-cookie-banner[hidden] {
    display: none !important;
}
.ersebreeze-cookie-banner__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.ersebreeze-cookie-banner__text {
    margin: 0;
    flex: 1 1 auto;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #2c1a0e;
}
.ersebreeze-cookie-banner__link {
    color: #c9a84c;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}
.ersebreeze-cookie-banner__link:hover,
.ersebreeze-cookie-banner__link:focus {
    color: #b8923d;
}
.ersebreeze-cookie-banner__accept.button {
    background: #c9a84c !important;
    color: #ffffff !important;
    border: 1px solid #c9a84c !important;
    padding: 0.55rem 1.5rem !important;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
}
.ersebreeze-cookie-banner__accept.button:hover,
.ersebreeze-cookie-banner__accept.button:focus {
    background: #b8923d !important;
    border-color: #b8923d !important;
    color: #ffffff !important;
}
html[dir="rtl"] .ersebreeze-cookie-banner__inner {
    flex-direction: row-reverse;
}
@media (max-width: 1024px) {
    .ersebreeze-cookie-banner__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
    }
    .ersebreeze-cookie-banner__accept.button {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 0.3rem !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .ersebreeze-cookie-banner__link {
        pointer-events: auto !important;
        position: relative;
        z-index: 999999;
    }
}
