/* Sıla — çerez bildirimi (odo-cookie) renk ve tipografi uyumu */
.idel-cy-banner,
.idel-cy-toggle {
    font-family: var(--sila-font);
    -webkit-font-smoothing: antialiased;
}

.idel-cy-banner {
    background: #faf6ef !important;
    color: #2c1f14 !important;
    border: 1px solid rgba(156, 93, 51, 0.22) !important;
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(44, 31, 20, 0.14);
}

.idel-cy-banner-title {
    font-family: var(--sila-font);
    font-size: 1.35rem;
    font-weight: 600;
    color: #2c1f14;
    letter-spacing: 0.01em;
}

.idel-cy-banner-text {
    color: #5c4f45;
    line-height: 1.55;
}

.idel-cy-btn-accept {
    background: #a87552 !important;
    color: #ffffff !important;
    border: 2px solid #a87552 !important;
}

.idel-cy-btn-reject {
    background: #f5efe3 !important;
    color: #5c4f45 !important;
    border: 2px solid rgba(156, 93, 51, 0.28) !important;
}

.idel-cy-btn-accept:hover,
.idel-cy-btn-accept:focus-visible {
    background: #956647 !important;
    border-color: #956647 !important;
    color: #ffffff !important;
}

.idel-cy-btn-reject:hover,
.idel-cy-btn-reject:focus-visible {
    background: #2c1f14 !important;
    border-color: #2c1f14 !important;
    color: #f5efe3 !important;
}

.idel-cy-policy a {
    color: #9c6b3c !important;
    text-decoration-color: rgba(156, 107, 60, 0.45);
}

.idel-cy-policy a:hover {
    color: #6b4a35 !important;
}

.idel-cy-toggle {
    background: #a87552 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 28px rgba(44, 31, 20, 0.2);
}

.idel-cy-toggle:hover,
.idel-cy-toggle:focus-visible {
    background: #956647 !important;
    color: #ffffff !important;
}
