/**
 * Top ad slot styles — works with any theme when JobPress is not installed.
 */
#av_top_wrapper.single-article__top-ad {
  margin: 1.25rem auto 1.5rem;
  max-width: 100%;
  text-align: center;
}

#av_top_wrapper .single-article__ad-label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 0.35rem;
}

#av_top {
  min-height: 0;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
}

#av_top_wrapper:not(:empty) #av_top {
  min-height: 250px;
}

@media (min-width: 768px) {
  #av_top_wrapper:not(:empty) #av_top {
    min-height: 280px;
  }
}

/* Keep top banner visible above offer-wall blur (rec direct + cow after MCQ) */
body.is-offerwall-open #av_top_wrapper {
  position: relative;
  z-index: 1000001;
  filter: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
