.summary-kicker,
.document-year,
.document-header .document-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
}

.buyboard-hero-copy h1,
.gsa-hero-copy h1,
.peppm-hero-copy h1,
.epc-hero-copy h1,
.escnj-hero-copy h1,
.la-hero-copy h1,
.dir-hero-copy h1,
.sourcewell-hero-copy h1,
.tips-hero-copy h1 {
  color: var(--white);
}

.pdf-download-button {
  font: inherit;
  cursor: pointer;
}

.national-contract-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(6, 27, 73, 0.45);
}

.flag-star {
  width: 1in;
  height: 1in;
  flex: 0 0 1in;
  position: relative;
  display: inline-block;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background:
    radial-gradient(circle at 18% 18%, #fff 0 2px, transparent 2.4px),
    radial-gradient(circle at 30% 29%, #fff 0 2px, transparent 2.4px),
    radial-gradient(circle at 18% 40%, #fff 0 2px, transparent 2.4px),
    radial-gradient(circle at 31% 51%, #fff 0 2px, transparent 2.4px),
    linear-gradient(90deg, #183a72 0 42%, transparent 42%),
    repeating-linear-gradient(180deg, #c41f32 0 8px, #fff 8px 16px);
  filter:
    drop-shadow(1px 0 0 rgba(255, 255, 255, 0.96))
    drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.96))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.96))
    drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.96))
    drop-shadow(0 8px 12px rgba(8, 28, 72, 0.24));
}

.flag-star::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%);
  pointer-events: none;
}

@media print {
  @page {
    margin: 0.45in;
  }

  html {
    scroll-behavior: auto;
  }

  body {
    color: #111827;
    background: #ffffff;
  }

  .skip-link,
  .atx-site-header,
  .site-footer,
  .hero-actions,
  .cta-actions {
    display: none !important;
  }

  .buyboard-hero,
  .gsa-hero,
  .peppm-hero,
  .epc-hero,
  .escnj-hero,
  .la-hero,
  .dir-hero,
  .sourcewell-hero,
  .tips-hero {
    color: #111827;
    background: #ffffff;
  }

  .buyboard-hero::before,
  .gsa-hero::before,
  .peppm-hero::before,
  .epc-hero::before,
  .escnj-hero::before,
  .la-hero::before,
  .dir-hero::before,
  .sourcewell-hero::before,
  .tips-hero::before {
    display: none;
  }

  .buyboard-hero-inner,
  .gsa-hero-inner,
  .peppm-hero-inner,
  .epc-hero-inner,
  .escnj-hero-inner,
  .la-hero-inner,
  .dir-hero-inner,
  .sourcewell-hero-inner,
  .tips-hero-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 0 0 22px;
  }

  .buyboard-hero-copy h1,
  .buyboard-hero-copy p,
  .buyboard-summary-card h2,
  .gsa-hero-copy h1,
  .gsa-hero-copy p,
  .gsa-summary-card h2,
  .peppm-hero-copy h1,
  .peppm-hero-copy p,
  .peppm-summary-card h2,
  .epc-hero-copy h1,
  .epc-hero-copy p,
  .epc-summary-card h2,
  .escnj-hero-copy h1,
  .escnj-hero-copy p,
  .escnj-summary-card h2,
  .la-hero-copy h1,
  .la-hero-copy p,
  .la-summary-card h2,
  .dir-hero-copy h1,
  .dir-hero-copy p,
  .dir-summary-card h2,
  .sourcewell-hero-copy h1,
  .sourcewell-hero-copy p,
  .sourcewell-summary-card h2,
  .tips-hero-copy h1,
  .tips-hero-copy p,
  .tips-summary-card h2,
  .summary-list dt,
  .summary-list dd {
    color: #111827;
  }

  .buyboard-summary-card,
  .gsa-summary-card,
  .peppm-summary-card,
  .epc-summary-card,
  .escnj-summary-card,
  .la-summary-card,
  .dir-summary-card,
  .sourcewell-summary-card,
  .tips-summary-card,
  .document-card,
  .piggyback-card,
  .ordering-card,
  .info-panel,
  .order-note-card,
  .membership-card,
  .member-card {
    break-inside: avoid;
    box-shadow: none;
    border-color: #cbd5e1;
  }

  .buyboard-summary-card,
  .gsa-summary-card,
  .peppm-summary-card,
  .epc-summary-card,
  .escnj-summary-card,
  .la-summary-card,
  .dir-summary-card,
  .sourcewell-summary-card,
  .tips-summary-card,
  .membership-card,
  .member-card {
    background: #ffffff;
  }

  .buyboard-proof-band,
  .gsa-proof-band,
  .peppm-proof-band,
  .epc-proof-band,
  .escnj-proof-band,
  .la-proof-band,
  .dir-proof-band,
  .sourcewell-proof-band,
  .tips-proof-band,
  .order-note-card,
  .document-header {
    color: #111827;
    background: #eef4fb;
  }

  .buyboard-proof-grid div,
  .gsa-proof-grid div,
  .peppm-proof-grid div,
  .epc-proof-grid div,
  .escnj-proof-grid div,
  .la-proof-grid div,
  .dir-proof-grid div,
  .sourcewell-proof-grid div,
  .tips-proof-grid div,
  .document-footer {
    border-color: #cbd5e1;
  }

  .buyboard-proof-grid strong,
  .buyboard-proof-grid span,
  .gsa-proof-grid strong,
  .gsa-proof-grid span,
  .peppm-proof-grid strong,
  .peppm-proof-grid span,
  .epc-proof-grid strong,
  .epc-proof-grid span,
  .escnj-proof-grid strong,
  .escnj-proof-grid span,
  .la-proof-grid strong,
  .la-proof-grid span,
  .dir-proof-grid strong,
  .dir-proof-grid span,
  .sourcewell-proof-grid strong,
  .sourcewell-proof-grid span,
  .tips-proof-grid strong,
  .tips-proof-grid span,
  .order-note-card h2,
  .order-note-card p,
  .order-note-card a,
  .membership-card h2,
  .membership-card p,
  .membership-card a,
  .member-card h2,
  .member-card p,
  .member-card a,
  .document-header strong,
  .document-header span,
  .document-year {
    color: #111827;
  }

  .document-year,
  .summary-kicker {
    background: #ffffff;
    color: #111827;
    border: 1px solid #cbd5e1;
  }

  .national-contract-badge {
    color: #111827;
    text-shadow: none;
  }

  .flag-star {
    filter: none;
  }

  .section,
  .document-section,
  .ordering-section,
  .piggyback-section,
  .membership-section,
  .contract-info-section,
  .buyboard-cta,
  .gsa-cta,
  .peppm-cta,
  .epc-cta,
  .escnj-cta,
  .la-cta,
  .dir-cta,
  .sourcewell-cta,
  .tips-cta {
    padding: 18px 0;
    background: #ffffff;
  }

  a {
    color: #061b49;
    text-decoration: none;
  }
}
