/* Sadece çerez sayfası: #cookie scope'u ile global temaya çakışmaz */
#cookie{max-width:980px;margin:48px auto;padding:0 20px}
#cookie .card{
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  padding:28px;
  backdrop-filter:blur(2px);
}
#cookie h1{font-size:2rem;margin:0 0 12px}
#cookie h2{font-size:1.15rem;margin:28px 0 10px}
#cookie p,#cookie li{line-height:1.7;opacity:.94}
#cookie .meta{font-size:.92rem;opacity:.8;margin-bottom:18px}
#cookie ul{margin:8px 0 0 22px}
#cookie a{text-decoration:underline;text-underline-offset:2px}
#cookie .muted{opacity:.8}

#cookie .table-wrap{overflow:auto;margin:12px 0 6px}
#cookie .tbl{
  width:100%; border-collapse:collapse; font-size:.95rem
}
#cookie .tbl th,#cookie .tbl td{
  padding:10px 12px; border:1px solid rgba(255,255,255,0.08)
}
#cookie .tbl th{opacity:.9; text-align:left}
#cookie .browsers{margin-top:6px}

@media (max-width:600px){
  #cookie{margin:28px auto}
  #cookie .card{padding:20px}
}
