.ams-catalogue-navigation {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 24px;
  background: #101513;
  color: #fffaf2;
  font: 600 14px/1.5 "Segoe UI", Arial, sans-serif;
}
.ams-catalogue-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.ams-catalogue-navigation a:focus-visible {
  outline: 2px solid #d49a45;
  outline-offset: 4px;
}
/* A printing deterrent, not a content access or copy-protection boundary. */
@media print {
  html { background: #fff !important; }
  body { display: none !important; }
  html::after {
    content: "This catalogue is available to read online. To request a copy, visit newworkingorder.com.";
    display: block !important;
    padding: 24px;
    color: #111;
    font: 16px/1.5 Arial, sans-serif;
  }
}
