/* Article-end ad unit — single fixed 300x250 below bottom feedback.
   Size is hard-coded (no responsive/auto formats); box renders identically
   whether or not an ad fills, so the layout never shifts. */

.articleAd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  margin: var(--sp-12) 0 var(--sp-8);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--border-subtle);
}

.articleAd__label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.articleAd__slot {
  width: 300px;
  height: 250px;
  max-width: 100%;
  overflow: hidden;
}

.articleAd__slot .adsbygoogle {
  display: inline-block;
  width: 300px;
  height: 250px;
}
