/* Phase 9: Ad quality + policy safety styling */

.indya-ad {
  margin: 16px 0;
  padding: 8px 0;
  text-align: center;
}

/* Make sure empty wrappers don't leave visual gaps */
.indya-ad:empty {
  display: none;
}

.fix-bottom-ad:empty {
  display: none;
}

/* Sticky anchor container: keep clear separation from nav, avoid accidental clicks */
.fix-bottom-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 90px;
  overflow: hidden;
  z-index: 1000;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
}

.fix-bottom-ad ins.adsbygoogle {
  max-height: 90px !important;
}

/* Avoid cramped layouts around the bottom sticky nav */
.bottom_space {
  height: 70px;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 70px;
  }
}
