/* custom overrides (loaded last) */
/* keyboard 'skip to main content' link: hidden until focused */
.skipLink {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #003e7e;
  color: #fff;
  padding: 10px 18px;
  z-index: 3000;
  text-decoration: none;
  font-size: 16px;
}
.skipLink:focus {
  left: 0;
}
/* visible keyboard focus for interactive elements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #003e7e;
  outline-offset: 2px;
}
/* home page FAQ section: template typography, comfortable rhythm */
.blockWrap_b1sm0faq01 {
  padding: 60px 10px 40px;
}
.blockWrap_b1sm0faq01 .blockText {
  max-width: 900px;
  margin: 0 auto;
}
.blockWrap_b1sm0faq01 h2.contentTitle {
  text-align: center;
  margin-bottom: 30px;
}
.blockWrap_b1sm0faq01 h3 {
  margin-top: 28px;
  margin-bottom: 8px;
}
/* pharmacy team photos: the template's 4:3 landscape crop beheads portrait
   headshots. Use a smaller portrait (4:5) crop anchored toward the top of
   the photo so faces stay in frame. */
.items_b1sm0teamlist01 .itemImg {
  max-width: 200px;
}
.items_b1sm0teamlist01 .itemImg .ratio4x3Img:before {
  padding-top: 125% !important;
}
.items_b1sm0teamlist01 .itemImg .imgShape {
  background-position: 50% 15% !important;
}
/* Patient Portal page: copy on the left, two app screenshots on the right */
.portalIntro {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin: 10px 0 30px;
}
.portalContent .maxWidth--content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.portalIntroText {
  flex: 1 1 380px;
  min-width: 300px;
}
.portalShots {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  flex: 1 1 420px;
}
.portalShots .portalShot {
  flex: 0 1 220px;
  max-width: 220px;
}
.portalShots .portalShot img {
  width: 100%;
  height: auto;
  display: block;
}
.portalContent h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
}
.portalContent h3 {
  margin-top: 24px;
  margin-bottom: 6px;
  font-weight: 700;
}
.portalContent p,
.portalContent .container p {
  text-align: left;
}
/* Nutrafol promo banner (home page, below the fixed header) */
.promoBanner-nutrafol {
  background: #e00b0b;
  color: #fff;
  text-align: center !important;
  padding: 26px 20px 30px;
}
.promoBanner-nutrafol p {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center !important;
}
.promoBanner-nutrafol a {
  display: inline-block;
  background: #f7941d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 22px;
}
.promoBanner-nutrafol a:hover {
  background: #e08312;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .promoBanner-nutrafol p {
    font-size: 16px;
  }
}
/* eyebrow contact bar: icons sit inline, tight against their text (the
   template positioned them absolutely at left:-20px of each block, which
   visually detached them), with one even 8px icon-to-text gap and no
   wrapping inside any item. */
.secondaryNavContent .blockContainer,
.secondaryNavContent .blockText p {
  white-space: nowrap;
}
.secondaryNavContent .blockWrap_d1c3085901d84645b31bd09c4bae76b6 .blockInnerContent,
.secondaryNavContent .blockWrap_ec68df6a64454b0d992c5244bb2cac55 .blockInnerContent,
.secondaryNavContent .blockWrap_f00a8333e723460baad25b5365b52e36 .blockInnerContent {
  display: flex;
  align-items: center;
}
.secondaryNavContent .blockWrap_d1c3085901d84645b31bd09c4bae76b6 .blockInnerContent:before,
.secondaryNavContent .blockWrap_ec68df6a64454b0d992c5244bb2cac55 .blockInnerContent:before,
.secondaryNavContent .blockWrap_f00a8333e723460baad25b5365b52e36 .blockInnerContent:before {
  position: static !important;
  left: auto !important;
  margin-top: 0 !important;
  margin-right: 8px !important;
  flex: none;
}
.secondaryNavContent .blockText p {
  margin: 0;
}
@media (max-width: 767px) {
  .headerAndNavContainer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
  }
  /* eyebrow (secondary nav) collapses on scroll to reclaim space */
  .secondaryNav {
    overflow: hidden;
    max-height: 300px;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }
  .secondaryNav.eyebrow-collapsed {
    max-height: 0 !important;
    opacity: 0 !important;
  }
}
