/* === Тул-специфичные обёртки слотов === */
.staff-ad-slot,
.foam-ad-slot,
.oxpa-ad-slot,
.med-ad-slot,
.rashod-ad-slot {
  display: block;
  margin: 12px 0;
}
.staff-ad-slot .yandex-ad,
.foam-ad-slot .yandex-ad,
.oxpa-ad-slot .yandex-ad,
.med-ad-slot .yandex-ad,
.rashod-ad-slot .yandex-ad { margin: 0; }

.usl-ad-slot { display: block; }
.usl-ad-slot--top { margin: 0 0 16px; }
.usl-ad-slot--section { margin-top: 12px; }
.usl-ad-slot .yandex-ad { margin: 0; }

.rtp-ad-slot { display: block; }
.rtp-ad-slot--top { margin: 0 0 16px; }
.rtp-ad-slot--section { margin-top: 12px; }
.rtp-ad-slot .yandex-ad { margin: 0; }

.ptv-ad-slot { display: block; }
.ptv-ad-slot--top { margin: 0 0 16px; }
.ptv-ad-slot .yandex-ad { margin: 0; }

/* articles: баннер-карточка занимает grid-ячейку */
.articles-card--ad {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  cursor: default;
  width: 100%;
  aspect-ratio: 2 / 1;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: none;
}
.articles-card--ad:hover {
  transform: none;
  box-shadow: none;
}
.articles-card--ad .yandex-ad {
  width: 100%;
  margin: 0;
  align-items: stretch;
}
.articles-card--ad .yandex-ad__slot {
  width: 100%;
  min-height: 0;
}
.articles-ad-slot--detail {
  display: block;
  margin: 16px 0 20px;
}
.articles-ad-slot--detail .yandex-ad { margin: 0; }
.yandex-ad__slot--placeholder {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px dashed color-mix(in srgb, var(--color-primary) 45%, transparent);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
  color: var(--color-on-surface-secondary);
  padding: 16px;
  text-align: center;
}
.yandex-ad__placeholder-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-on-surface);
}
.yandex-ad__placeholder-sub {
  font-size: 12px;
  color: var(--color-on-surface-secondary);
}

