/* NWPharmaTech integration module "family-guide": styles generated by build.py from
   src/assets/css/site.css. Only the rules this module uses; every selector starts with .nwpt-module
   and every class carries the nwpt- prefix, so nothing here can style the rest of the page.
   :not(#nwpt-a):not(#nwpt-b) always matches the wrapper and adds the weight of two ids, so
   the live page's own content-area rules (#content h2, .entry-content a) do not override what the module
   sets; !important and inline styles still do. Do not edit: change site.css or the content and rebuild. */
.nwpt-module:not(#nwpt-a):not(#nwpt-b) { --nwpt-ink: #14212b; --nwpt-ink-soft: #3a4b58; --nwpt-muted: #5b6b77; --nwpt-bg: #ffffff; --nwpt-surface-alt: #f2f6fa; --nwpt-line: #d9e2ea; --nwpt-brand: #005EB8; --nwpt-brand-dark: #00386e; --nwpt-link: #005EB8; --nwpt-focus: #ffbf47; --nwpt-radius: 10px; --nwpt-max: 1120px; --nwpt-measure: 68ch; --nwpt-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) *, .nwpt-module:not(#nwpt-a):not(#nwpt-b) *::before, .nwpt-module:not(#nwpt-a):not(#nwpt-b) *::after { box-sizing: border-box; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  .nwpt-module:not(#nwpt-a):not(#nwpt-b) { scroll-behavior: auto; }
  .nwpt-module:not(#nwpt-a):not(#nwpt-b) * { transition: none !important; }
}
.nwpt-module:not(#nwpt-a):not(#nwpt-b) { margin: 0; background: var(--nwpt-bg); color: var(--nwpt-ink); font: 1.0625rem/1.6 var(--nwpt-font); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) a { color: var(--nwpt-link); text-underline-offset: .18em; text-decoration: underline; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) a:hover { color: var(--nwpt-brand-dark); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) :focus-visible { outline: 3px solid var(--nwpt-focus); outline-offset: 2px; box-shadow: 0 0 0 5px var(--nwpt-ink); border-radius: 2px; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) h1, .nwpt-module:not(#nwpt-a):not(#nwpt-b) h2, .nwpt-module:not(#nwpt-a):not(#nwpt-b) h3 { line-height: 1.2; color: var(--nwpt-brand-dark); margin: 0 0 .5em; font-weight: 650; letter-spacing: -.01em; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) h1 { font-size: clamp(1.9rem, 1.35rem + 2.3vw, 2.9rem); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) h2 { font-size: clamp(1.4rem, 1.15rem + 1vw, 1.85rem); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) h3 { font-size: 1.15rem; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) p, .nwpt-module:not(#nwpt-a):not(#nwpt-b) ul, .nwpt-module:not(#nwpt-a):not(#nwpt-b) ol { margin: 0 0 1em; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-prose { max-width: var(--nwpt-measure); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-prose li { margin-bottom: .35em; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-lead { font-size: 1.18rem; color: var(--nwpt-ink-soft); max-width: var(--nwpt-measure); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-small { font-size: .9rem; color: var(--nwpt-muted); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-container { width: 100%; max-width: var(--nwpt-max); margin: 0 auto; padding: 0 16px; }
@media (min-width: 720px) {
  .nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-container { padding: 0 28px; }
}
@supports selector(:has(a)) {
  .nwpt-module:not(#nwpt-a):not(#nwpt-b) { scroll-padding-top: 80px; }
}
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-section { padding: 56px 0; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-section-alt { background: var(--nwpt-surface-alt); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-eyebrow { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--nwpt-brand); margin-bottom: .6rem; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-page-hero { padding: 48px 0 36px; border-bottom: 1px solid var(--nwpt-line); background: linear-gradient(180deg, var(--nwpt-surface-alt), #fff); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-page-hero .nwpt-lead { margin-bottom: 0; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 44px; padding: .65rem 1.15rem; border-radius: 8px; font-weight: 650; text-decoration: none; border: 2px solid var(--nwpt-brand); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-btn-primary { background: var(--nwpt-brand); color: #fff; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-btn-primary:hover { background: var(--nwpt-brand-dark); border-color: var(--nwpt-brand-dark); color: #fff; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-two-col { display: grid; gap: 36px; }
@media (min-width: 900px) {
  .nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-two-col { grid-template-columns: 1.45fr 1fr; align-items: start; }
}
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-aside { background: var(--nwpt-surface-alt); border-radius: var(--nwpt-radius); padding: 20px 22px; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-aside > :last-child { margin-bottom: 0; }
@media print {
  .nwpt-module:not(#nwpt-a):not(#nwpt-b) { font-size: 11pt; }
  .nwpt-module:not(#nwpt-a):not(#nwpt-b) a { color: inherit; text-decoration: underline; }
}
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-cite { font-size: .8rem; color: var(--nwpt-muted); white-space: nowrap; text-decoration-thickness: 1px; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-cite:hover { color: var(--nwpt-brand-dark); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) ul.nwpt-plain { list-style: none; padding: 0; margin: 0; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) ul.nwpt-plain li { margin-bottom: .25rem; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-two-col.nwpt-equal { grid-template-columns: 1fr; }
@media (min-width: 900px) {
  .nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-two-col.nwpt-equal { grid-template-columns: 1fr 1fr; }
}
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-checklist { list-style: none; padding: 0; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-checklist li { position: relative; padding-left: 1.6rem; margin-bottom: .6rem; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-checklist li::before { content: ""; position: absolute; left: .2rem; top: .45em; width: .7rem; height: .7rem; border-radius: 50%; border: 2px solid var(--nwpt-brand); }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-two-col > * { min-width: 0; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-cite { display: inline-block; padding: 2px 2px; min-height: 24px; line-height: 20px; margin-right: 6px; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) [hidden] { display: none !important; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-region-list { display: grid; gap: 8px; margin-bottom: .8rem; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-region { border: 1px solid var(--nwpt-line); border-radius: 8px; background: #fff; padding: 0 16px; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-region summary { cursor: pointer; font-weight: 650; color: var(--nwpt-brand-dark); min-height: 44px; display: flex; align-items: center; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-region[open] summary { border-bottom: 1px solid var(--nwpt-line); margin-bottom: .6rem; }
.nwpt-module:not(#nwpt-a):not(#nwpt-b) .nwpt-region ul.nwpt-links { margin-top: .5rem; }
