/* Page-scoped styles: vaccines
 * Identity: slug:wl-hlp--vaccines
 * Extracted VERBATIM from packages/rexall-ds/src/styles/globals.css.
 * Every selector here carries the identity above, so these rules could only
 * ever match on this one page -- yet every route downloaded them.
 * Loaded by <PageScopedStyles> AFTER globals.css. Only rules proven not to
 * change any cascade outcome by that move were extracted; see
 * docs/plans/css-route-splitting.md for the ordering proof.
 */


.wl-hlp--vaccines {
  --hlp-c-primary: var(--wl-primary-contrast, #147b74);
  --hlp-c-primary-dark: var(--wl-primary-strong, #005a5a);
  --hlp-c-title: var(--wl-primary-contrast, #147b74);
  --hlp-c-link: var(--wl-primary-contrast, #147b74);
  --hlp-c-link-hover: var(--wl-primary-strong, #005a5a);
  --hlp-c-surface-tint: var(--wl-page-tint, #e5f5f4);
  background: #fff;
}
.wl-hlp--vaccines .wl-hlp-callout-heading {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.2;
}
.wl-hlp--vaccines .wl-hlp-bewell-content {
  align-items: flex-start;
  gap: 14px;
  padding: 36px 34px 30px;
  color: var(--wl-primary-strong, #005a5a);
  text-align: left;
}
.wl-hlp--vaccines .wl-hlp-bewell-buttons {
  justify-content: flex-start;
}
.wl-hlp--vaccines .wl-hlp-bewell-cta.rxp-button,
.wl-hlp--vaccines .wl-hlp-bewell-cta--outline.rxp-button {
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 5px;
  background: #fff;
  border-color: var(--wl-primary-contrast, #147b74);
  color: var(--wl-primary-contrast, #147b74);
  font-weight: 700;
}
.wl-hlp--vaccines .wl-hlp-cardgrid-inner {
  max-width: 960px;
}
.wl-hlp--vaccines .wl-hlp-cardgrid-heading,
.wl-hlp--vaccines .wl-hlp-cardgrid-subheading {
  display: none;
}
.wl-hlp--vaccines .wl-hlp-cardgrid-content {
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 24px 22px 18px;
  text-align: center;
}
.wl-hlp--vaccines .wl-hlp-cardgrid-title {
  font-size: 20px;
  line-height: 1.2;
}
.wl-hlp--vaccines .wl-hlp-sources-rule {
  display: none;
}
.wl-hlp--vaccines .wl-hlp-sources-list {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}
.wl-hlp--vaccines .wl-hlp-source-link {
  color: var(--bewell-blue, #005aa9);
  text-decoration: none;
}
@media (min-width: 768px) {
  .wl-hlp--vaccines .wl-hlp-bewell-card {
    flex-direction: row-reverse;
  }
  .wl-hlp--vaccines .wl-hlp-bewell-image {
    flex: 0 0 38%;
    height: auto;
    min-height: 304px;
    order: 0;
  }
  .wl-hlp--vaccines .wl-hlp-bewell-content {
    flex: 0 0 62%;
    padding: 44px 42px 34px;
  }
}
@media (min-width: 1024px) {
  .wl-hlp--vaccines .wl-hlp-content-media {
    min-height: 330px;
  }
  .wl-hlp--vaccines .wl-hlp-callout-heading {
    margin-bottom: 10px;
  }
  .wl-hlp--vaccines .wl-hlp-cardgrid-content {
    padding-top: 104px;
    padding-bottom: 98px;
  }
  .wl-hlp--vaccines .wl-hlp-sources-list {
    gap: 19px;
  }
}
@media (max-width: 767px) {
  .wl-hlp--vaccines .wl-hlp-cardgrid-card {
    min-height: 0;
  }
}

.wl-hlp--vaccines.wl-hlp {
  --vaccines-primary: #1db1a8;
  --vaccines-teal: #147b74;
  --vaccines-deep: #005a5a;
  --vaccines-action: #007770;
  --vaccines-action-hover: #005f5f;
  --vaccines-mist: #e5f5f4;
  --vaccines-body: #333333;
  --vaccines-link-blue: #005aa9;
  background: #ffffff;
  color: var(--vaccines-body);
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}

.wl-hlp--vaccines.wl-hlp::before {
  content: none;
  display: none;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell .wl-hlp-bewell-card::before {
  content: "";
  position: absolute;
  display: none;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell .wl-hlp-bewell-card::after {
  content: "";
  position: absolute;
  display: none;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell .wl-hlp-bewell-cta.rxp-button,
.wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell .wl-hlp-bewell-cta--outline.rxp-button {
  min-width: 166px;
  min-height: 58px;
  padding: 15px 26px;
  border: 2px solid var(--vaccines-primary);
  border-radius: 4px;
  background: #ffffff;
  color: var(--vaccines-teal);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-content:has(.wl-hlp-content-media) .wl-hlp-content-row {
  align-items: center;
  gap: 64px;
}

.wl-hlp--vaccines.wl-hlp .wl-prose ul li::marker {
  color: var(--vaccines-primary);
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-callout--light .wl-hlp-callout-primary.rxp-button:hover {
  border-color: var(--vaccines-action-hover);
  background: var(--vaccines-action-hover);
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-cardgrid .wl-hlp-cardgrid-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23ffffff'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6'/%3E%3Cpolyline%20points='15%203%2021%203%2021%209'/%3E%3Cline%20x1='10'%20y1='14'%20x2='21'%20y2='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-cardgrid + .wl-hlp-content .wl-hlp-content-row-full .wl-hlp-content-text {
  align-items: center;
  text-align: center;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-cardgrid + .wl-hlp-content .wl-prose a {
  color: var(--vaccines-link-blue);
  font-weight: 400;
  text-decoration: none;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-cardgrid + .wl-hlp-content .wl-prose a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  vertical-align: -2px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23005aa9'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6'/%3E%3Cpolyline%20points='15%203%2021%203%2021%209'/%3E%3Cline%20x1='10'%20y1='14'%20x2='21'%20y2='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-sources .wl-hlp-source {
  color: var(--vaccines-body);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-sources .wl-hlp-source-link .wl-prose {
  color: var(--vaccines-body);
}

.wl-hlp--vaccines.wl-hlp > .wl-hlp-sources .wl-hlp-source-link::after {
  content: " " attr(href);
  color: var(--vaccines-link-blue);
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1024px) {

  .wl-page.wl-cms-shell:has(.wl-hlp--vaccines) > .gm-normalized-footer {
    grid-template-columns: 320px minmax(0, 1fr);
    column-gap: 54px;
    padding-right: 130px;
    padding-left: 130px;
  }

  .wl-page.wl-cms-shell:has(.wl-hlp--vaccines) > .gm-normalized-footer .gm-normalized-footer-groups {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    column-gap: 28px;
  }
}

@media (max-width: 767px) {
  .wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell {
    min-height: 0;
    padding: 0 20px 26px;
  }

  .wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell .wl-hlp-bewell-card {
    min-height: 210px;
    border-radius: 8px;
  }

  .wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell .wl-hlp-bewell-card::before,
  .wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell .wl-hlp-bewell-card::after {
    display: none;
  }

  .wl-hlp--vaccines.wl-hlp > .wl-hlp-bewell .wl-hlp-bewell-buttons {
    position: absolute;
  }

  .wl-hlp--vaccines.wl-hlp > .wl-hlp-content:has(.wl-hlp-content-media) .wl-hlp-content-row {
    gap: 32px;
  }

  .wl-hlp--vaccines.wl-hlp > .wl-hlp-sources .wl-hlp-sources-heading {
    font-size: 12px;
    line-height: 24px;
  }

  .wl-hlp--vaccines.wl-hlp > .wl-hlp-sources .wl-hlp-sources-list {
    gap: 3px;
    padding-left: 16px;
  }

  .wl-hlp--vaccines.wl-hlp > .wl-hlp-sources .wl-hlp-source {
    font-size: 12px;
    line-height: 28px;
  }
}
