/* ============================================================
   Секция 09: Responsive Ad Slots — Стили (Нейтральная версия)
   ============================================================ */

.setka-ad-slot {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.setka-ad-slot__frame {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.setka-ad-slot__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-600);
  margin-bottom: 4px;
}

.setka-ad-slot__box {
  width: 100%;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--r-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.setka-ad-slot__placeholder {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  text-align: left;
}

.ad-mock-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r-xs);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-600);
  flex-shrink: 0;
}

.ad-mock-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-800);
  margin-bottom: 2px;
}

.ad-mock-desc {
  font-size: 12px;
  color: var(--ink-600);
  line-height: 1.35;
  max-width: 65ch;
}

/* Форматы */
.setka-ad-slot--header {
  margin: 18px 0 10px;
}

.setka-ad-slot--header .setka-ad-slot__frame {
  max-width: 970px;
  margin: 0 auto;
}

.setka-ad-slot--header .setka-ad-slot__box {
  min-height: 80px;
}

.setka-ad-slot--sidebar {
  margin: 24px 0 0;
}

.setka-ad-slot--sidebar .setka-ad-slot__box {
  min-height: 240px;
}

.setka-ad-slot--sidebar .setka-ad-slot__placeholder {
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.setka-ad-slot--infeed .setka-ad-slot__box {
  min-height: 90px;
}

@media (max-width: 768px) {
  .setka-ad-slot--header {
    margin: 12px 0 8px;
  }
  .setka-ad-slot--header .setka-ad-slot__box {
    min-height: 90px;
  }
}
