/* === Yandex РСЯ ad banner === */
.yandex-ad {
  width: 100%;
  margin: 16px 0;
  display: flex;
  justify-content: center;
}
.yandex-ad__slot {
  width: 100%;
  min-height: 90px;
}
.yandex-ad:empty,
.yandex-ad__slot:empty {
  min-height: 0;
}

/* Если пользователь платный — слоты остаются пустыми; убираем их из layout,
   чтобы не было лишних отступов через gap/margin у родителей. */
#calendar-ad-slot:empty,
.upr-ad-slot:empty,
.fyz-ad-slot:empty,
.gdzs-ad-slot:empty,
.conspects__ad-li:empty,
.staff-ad-slot:empty,
.foam-ad-slot:empty,
.usl-ad-slot:empty,
.oxpa-ad-slot:empty,
.med-ad-slot:empty,
.articles-ad-slot:empty,
.newdocs-ad-li:empty,
.rtp-ad-slot:empty,
.ptv-ad-slot:empty,
.obyaz-ad-slot:empty,
.norma-ad-slot:empty,
.fuel-ad-slot:empty,
.map2-ad-slot:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.newdocs-ad-li {
  list-style: none;
  margin: 8px 0;
}
.newdocs-ad-li .yandex-ad { margin: 0; }

.obyaz-ad-slot { display: block; }
.obyaz-ad-slot--intro { margin: 12px 0 16px; }
.obyaz-ad-slot--inside { margin-top: 12px; }
.obyaz-ad-slot .yandex-ad { margin: 0; }

