/**
 * 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: 280px;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #av_top {
    min-height: 400px;
  }
}
