/* Only headings and enquiry notes introduced by this module. Existing media and forms stay untouched. */
body.qyj-support-page .qyj-content-heading {
  max-width: 1080px;
  margin: 0 auto clamp(24px, 4vw, 48px);
  padding: 0;
  color: #242824;
  font: 400 clamp(34px, 4.5vw, 60px)/1.12 Georgia, 'Times New Roman', serif !important;
  letter-spacing: -.035em;
  text-transform: none;
  overflow-wrap: anywhere;
}
body.qyj-support-news-article .qyj-project-notes {
  max-width: 900px;
  margin: clamp(36px, 6vw, 64px) auto 12px;
  padding: clamp(24px, 4vw, 38px);
  color: #242824;
  background: #eeeae0;
  border-top: 2px solid #8a482c;
  font: 400 16px/1.8 Arial, Helvetica, sans-serif;
}
body.qyj-support-news-article .qyj-project-notes .qyj-project-notes-eyebrow {
  margin: 0 0 15px;
  color: #8a482c;
  font: 400 11px/1.5 Arial, Helvetica, sans-serif !important;
  letter-spacing: .12em;
}
body.qyj-support-news-article .qyj-project-notes h2 { margin: 0 0 20px; }
body.qyj-support-news-article .qyj-project-notes ul { margin: 0 0 20px; padding-left: 22px; }
body.qyj-support-news-article .qyj-project-notes a {
  color: #6f3622;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.qyj-support-news-article .qyj-project-notes a:focus-visible { outline: 2px solid #8a482c; outline-offset: 4px; }
