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

.indya-ad {
  margin: 16px 0;
  padding: 8px 0;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

html, body {
  overflow-x: hidden;
}

/* 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: 60px;
  background: #fff;
  z-index: 1000;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}

.fix-bottom-ad ins.adsbygoogle {
  max-width: 100% !important;
}

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

body {
  padding-bottom: 70px;
}
