/* === AD CONTAINERS === */
.ad-container {
  min-height: 50px;
  overflow: hidden;
}

.ad-container ins {
  background: transparent !important;
}

/* Masquer les conteneurs vides quand AdSense n'est pas encore approuvé */
.ad-container:empty {
  display: none;
}

@media (max-width: 768px) {
  .ad-container {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}

/* === EXTRA ANIMATIONS === */
.fade-up:nth-child(7) { animation-delay: 0.35s; }
.fade-up:nth-child(8) { animation-delay: 0.4s; }
.fade-up:nth-child(9) { animation-delay: 0.45s; }
.fade-up:nth-child(10) { animation-delay: 0.5s; }
