/* Sergi paleti; seçimler aynı boyut, kontrast ve görsel ağırlıkta. */
#icz-consent[hidden], #icz-consent-open[hidden], #icz-consent [hidden] { display: none !important; }
#icz-consent { box-sizing: border-box; position: fixed; z-index: 950; inset-inline: max(18px, 4vw); bottom: max(18px, env(safe-area-inset-bottom)); max-width: 1060px; margin-inline: auto; padding: 25px 28px; display: flex; align-items: center; gap: 28px; color: #30261d; background: #f7f1e6; border: 1px solid #b9a587; box-shadow: 0 8px 48px #24181126; border-radius: 3px; font: 15px/1.55 Georgia, serif; text-align: start; }
#icz-consent * { box-sizing: border-box; }
#icz-consent h2 { margin: 0 0 8px; font: normal 22px/1.25 Georgia, serif; color: #30261d; letter-spacing: 0; text-transform: none; }
#icz-consent p { margin: 0 0 9px; font: inherit; }
#icz-consent .icz-consent-note { font-size: 13px; color: #5c5041; }
#icz-consent a { color: #4f3922; font-size: 13px; text-underline-offset: 3px; }
.icz-consent-copy { flex: 1; }
.icz-consent-actions { flex: 0 0 228px; display: grid; gap: 10px; }
#icz-consent button, .icz-policy-language button { min-height: 44px; padding: 11px 16px; border: 1px solid #7c6649; border-radius: 2px; background: #f7f1e6; color: #30261d; cursor: pointer; font: 14px/1.4 Georgia, serif; text-transform: none; letter-spacing: 0; }
#icz-consent button:hover, .icz-policy-language button:hover { background: #e9ddc9; }
#icz-consent button:focus-visible, #icz-consent a:focus-visible, #icz-consent-open:focus-visible, .icz-policy-language button:focus-visible { outline: 3px solid #815d27; outline-offset: 3px; }
#icz-consent-open { position: fixed; z-index: 800; inset-inline-start: max(12px, env(safe-area-inset-left)); bottom: max(12px, env(safe-area-inset-bottom)); max-width: calc(100vw - 24px); min-height: 44px; padding: 9px 13px; color: #483720; background: #f7f1e6; border: 1px solid #b9a587; border-radius: 2px; box-shadow: 0 2px 12px #24181112; font: 12px/1.4 Georgia, serif; cursor: pointer; }
.icz-policy-language { scroll-margin-top: 90px; margin-block: 24px; padding-block: 18px; border-top: 1px solid #b9a587; }
#icz-consent[dir="rtl"], #icz-consent[dir="rtl"] h2, #icz-consent[dir="rtl"] button { font-family: Amiri, Georgia, serif; }
#icz-consent[dir="rtl"] { font-size: 18px; line-height: 1.75; }
#icz-consent[dir="rtl"] .icz-consent-note, #icz-consent[dir="rtl"] a, #icz-consent[dir="rtl"] button { font-size: 16px; }
@media (max-width: 680px) {
  #icz-consent { inset-inline: 12px; bottom: max(12px, env(safe-area-inset-bottom)); padding: 19px; display: block; max-height: 70vh; overflow-y: auto; }
  #icz-consent h2 { font-size: 20px; }
  .icz-consent-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 14px; gap: 10px; }
  #icz-consent .icz-consent-close { grid-column: 1 / -1; }
  #icz-consent button { padding: 10px; }
}
@media (max-width: 360px) { .icz-consent-actions { grid-template-columns: 1fr; } }
@media print { #icz-consent, #icz-consent-open { display: none !important; } }
