/* assets/ads.css — reserved ad containers.
   Kept deliberately plain and clearly labelled: AdSense policy requires that
   ads are not presented as site content or navigation, and a bordered block
   captioned "Advertisement" is the least ambiguous way to do that. */
.acv-ad {
  display: block; margin: 34px auto; max-width: 100%;
  text-align: center; position: relative;
}
.acv-ad-label {
  display: block; font-size: 10px; letter-spacing: .09em; text-transform: uppercase;
  color: #94A0B4; margin-bottom: 6px; font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.acv-ad .adsbygoogle { display: block; width: 100%; }
.acv-ad[data-ad="sidebar"] { margin: 0 0 20px; }
@media print { .acv-ad { display: none !important; } }
