/* ============================================================================
   AMAADOR Operational Excellence — compatibility shim

   The former blueprint theme accumulated global layout, typography, floating
   controls and a second token system. Those responsibilities now live in
   amaador-design-system.css and amaador-opex-overrides.css. This file remains
   because the existing static pages reference it, and only carries the small
   structural contracts used by the advertising runtime.
   ============================================================================ */

[data-ad],
.ad-wrap {
  width: 100%;
}

.ad-wrap {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ad-slot {
  width: 100%;
  display: grid;
  place-items: center;
  color: var(--ink-muted);
}

.adsbygoogle {
  width: 100%;
}

@media print {
  .ad-wrap,
  .ad-slot,
  .adsbygoogle,
  .blend-ad {
    display: none !important;
  }
}
