/* cerez-onay.css — çerez onay bandının görünümü */
#gzt-cerez-bandi{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:9999;
  background:#101828;
  color:#e2e8f0;
  padding:14px 18px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  justify-content:space-between;
  font-family:system-ui,-apple-system,'Segoe UI',sans-serif;
  font-size:.85rem;
  line-height:1.5;
  box-shadow:0 -2px 12px rgba(0,0,0,.25);
}
#gzt-cerez-bandi .gzt-cerez-metin{
  flex:1 1 320px;
  min-width:0;
}
#gzt-cerez-bandi .gzt-cerez-metin a{
  color:#93c5fd;
  text-decoration:underline;
}
#gzt-cerez-bandi .gzt-cerez-butonlar{
  display:flex;
  gap:8px;
  flex:0 0 auto;
}
#gzt-cerez-bandi button{
  font-family:inherit;
  font-size:.82rem;
  font-weight:700;
  padding:9px 16px;
  border-radius:8px;
  border:1px solid transparent;
  cursor:pointer;
  white-space:nowrap;
}
#gzt-cerez-bandi #gzt-cerez-kabul{
  background:#2563eb;
  color:#fff;
}
#gzt-cerez-bandi #gzt-cerez-kabul:hover{background:#1d4ed8}
#gzt-cerez-bandi #gzt-cerez-reddet{
  background:transparent;
  color:#e2e8f0;
  border-color:#475569;
}
#gzt-cerez-bandi #gzt-cerez-reddet:hover{background:rgba(255,255,255,.08)}

@media (max-width:560px){
  #gzt-cerez-bandi{padding:12px 14px;gap:10px}
  #gzt-cerez-bandi .gzt-cerez-metin{flex-basis:100%;font-size:.8rem}
  #gzt-cerez-bandi .gzt-cerez-butonlar{flex-basis:100%;justify-content:stretch}
  #gzt-cerez-bandi button{flex:1}
}
