/* Hesapica merkezi reklam slot görünümü */
.hc-ad-slot{
  display:none;
  width:100%;
  min-height:0;
  opacity:1;
  overflow:hidden;
}

html[data-hc-environment="live"][data-cookie-marketing="granted"]
.hc-ad-slot:not([data-hc-ad-state="unfilled"]):not([data-hc-ad-state="timeout"]):not([data-hc-ad-state="missing-ad-unit"]):not([data-hc-ad-state="consent-denied"]){
  display:block;
  height:auto;
  min-height:0;
  opacity:1;
  overflow:visible;
}

/*
 * Responsive AdSense birimi genişliğini buradan alır; yüksekliğini reklam dolduğunda
 * AdSense belirler. Pending durumda yapay 240/250 px ayırmamak, reklam gelmeyen
 * sayfalarda birkaç saniyelik büyük boşluk oluşmasını engeller.
 */
.hc-ad-slot .adsbygoogle{
  display:block;
  width:100%;
  min-width:0;
  min-height:0;
}

/* Eski sayfa-içi reklam stilleri pending aşamada boş alan üretmesin. */
html[data-hc-environment="live"][data-cookie-marketing="granted"]
.hc-ad-slot[data-hc-ad-state="pending"]{
  height:auto !important;
  min-height:0 !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  border-top-width:0 !important;
  border-bottom-width:0 !important;
}

html[data-hc-environment="live"][data-cookie-marketing="granted"]
.hc-ad-slot[data-hc-ad-state="pending"] .adsbygoogle{
  min-height:0 !important;
}

html[data-hc-environment="live"][data-cookie-marketing="granted"] .hc-ad-slot.hc-ad-loaded{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
  opacity:1;
  overflow:visible;
}

@media print{
  .hc-ad-slot{display:none !important}
}
