/*
 * ACAD1 Review Center — print
 * Kept deliberately small: hide site chrome, force black-on-white, expose
 * link URLs. Uses --a1-text/--a1-contrast (existing tokens) for black-on-
 * white rather than a raw hex literal, per Global Constraint 1.
 */

.a1-header,
.a1-stickybar,
.a1-footer,
.a1-nav-toggle,
.a1-chips,
.a1-tabs-scroll,
.woocommerce-store-notice {
  display: none !important;
}

* {
  background: var(--a1-contrast) !important;
  color: var(--a1-text) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

a { color: var(--a1-text) !important; text-decoration: underline; }

a[href^="http"]::after,
a[href^="https"]::after {
  content: " (" attr(href) ")";
  font-size: var(--a1-caption);
  color: var(--a1-secondary) !important;
}

.a1-table,
.a1-table th,
.a1-table td { border-color: var(--a1-border) !important; }
