/* AdSense Smart — show label only when ad is filled */
.as-ads{
  width:100%;
  margin: 18px auto;
  display:block;
  text-align:center;
  position:relative;
  min-height: 0;
}
.as-ads__label{
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0 0 8px;
  display:none;
}
.as-ads[data-filled="1"] .as-ads__label{ display:block; }

/* Smooth container */
.as-ads > ins.adsbygoogle{
  background: transparent;
  display:block;
  min-height: 0;
}

/* Optional: reserve a little space to reduce CLS on auto formats */
.as-ads--banner{ min-height: 90px; }
.as-ads--display{ min-height: 90px; }
.as-ads--square{ min-height: 250px; }
.as-ads--fixed_300{ min-height: 300px; }
.as-ads--in_article{ min-height: 120px; }
.as-ads--fluid{ min-height: 120px; }
