.consent-banner,
.consent-dialog,
.consent-reopen,
.consent-media-placeholder { font-family: 'DM Sans', system-ui, sans-serif; }
.consent-banner {
  position: fixed; z-index: 10000; left: 1rem; right: 1rem; bottom: 1rem;
  max-width: 1120px; margin: auto; padding: 1.15rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  color: #1c1a18; background: #fff; border: 1px solid #ded6ca; border-radius: 14px;
  box-shadow: 0 16px 50px rgba(28, 26, 24, .2);
}
.consent-banner[hidden], .consent-panel[hidden] { display: none !important; }
.consent-banner-copy { max-width: 680px; }
.consent-banner-copy strong { display: block; margin-bottom: .3rem; font-size: 1rem; }
.consent-banner-copy p { margin: 0; color: #5d5853; font-size: .82rem; line-height: 1.55; }
.consent-banner-copy a, .consent-policy-links a { color: #253830; text-decoration: underline; text-underline-offset: 3px; font-size: .78rem; }
.consent-actions { display: grid; grid-template-columns: repeat(3, minmax(100px, 1fr)); gap: .55rem; }
.consent-actions button, .consent-media-placeholder button {
  min-height: 42px; padding: .65rem .85rem; border: 1px solid #253830; border-radius: 7px;
  color: #253830; background: #fff; font: inherit; font-size: .78rem; font-weight: 600; cursor: pointer;
}
.consent-actions button:hover, .consent-actions button:focus-visible, .consent-media-placeholder button:hover { background: #f0e8d8; outline: none; }
.consent-panel { position: fixed; z-index: 10020; inset: 0; display: grid; place-items: center; padding: 1rem; }
.consent-backdrop { position: absolute; inset: 0; background: rgba(20, 27, 24, .62); }
.consent-dialog { position: relative; width: min(680px, 100%); max-height: calc(100vh - 2rem); overflow: auto; padding: 1.5rem; background: #fff; color: #1c1a18; border-radius: 14px; box-shadow: 0 22px 70px rgba(0,0,0,.25); }
.consent-dialog h2 { margin: 0 2.5rem .5rem 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.25rem); font-weight: 500; }
.consent-intro { margin: 0 0 1rem; color: #5d5853; font-size: .85rem; line-height: 1.6; }
.consent-close { position: absolute; top: .8rem; right: .9rem; width: 38px; height: 38px; border: 1px solid #ded6ca; border-radius: 50%; background: #fff; color: #253830; font-size: 1.45rem; cursor: pointer; }
.consent-category { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid #e4ded7; }
.consent-category strong { display: block; margin-bottom: .25rem; font-size: .9rem; }
.consent-category p { margin: 0; color: #6a6560; font-size: .78rem; line-height: 1.5; }
.consent-category input { width: 44px; height: 24px; flex: 0 0 auto; accent-color: #253830; cursor: pointer; }
.consent-always { flex: 0 0 auto; color: #253830; font-size: .72rem; font-weight: 600; }
.consent-policy-links { margin: .8rem 0 1rem; color: #6a6560; font-size: .76rem; }
.consent-reopen { position: fixed; z-index: 9990; left: 1rem; bottom: 1rem; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; color: #fff; background: #253830; font-size: .7rem; cursor: pointer; box-shadow: 0 5px 20px rgba(28,26,24,.15); }
.consent-media-placeholder { min-height: 280px; width: 100%; padding: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .7rem; text-align: center; background: #f0ede8; color: #253830; }
.consent-media-placeholder span { max-width: 440px; color: #6a6560; font-size: .8rem; line-height: 1.55; }
.footer-legal-links { flex-basis: 100%; display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem 1rem; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.08); }
.footer-legal-links a, .footer-legal-links button { color: rgba(255,255,255,.55); background: none; border: 0; font: inherit; font-size: .7rem; cursor: pointer; }
.footer-legal-links a:hover, .footer-legal-links button:hover { color: #fff; }
body.consent-panel-open { overflow: hidden; }
@media (max-width: 760px) {
  .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-actions { width: 100%; }
  .consent-dialog-actions { grid-template-columns: 1fr; }
  .consent-reopen { bottom: .75rem; left: .75rem; }
}
@media (max-width: 480px) {
  .consent-banner { left: .55rem; right: .55rem; bottom: .55rem; }
  .consent-actions { grid-template-columns: 1fr; }
  .consent-category { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { .consent-banner, .consent-dialog { scroll-behavior: auto; } }

/* Onay verildikten sonra harita yer tutucusunu gizle (inline display:flex, hidden'i eziyordu) */
.consent-media-placeholder[hidden] { display: none !important; }
