/* Page-scoped styles: weight-management-article
 * Identity: slug:wl-hlp--weight-management-article
 * 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-page .wl-hlp--weight-management-article .wl-hlp-hero-split-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 30px;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-content-text li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1db1a8;
  content: "";
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-content--weight-article-media .wl-hlp-content-row {
  align-items: center;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-sources-list,
.wl-page .wl-hlp--weight-management-article .wl-hlp-sources-item {
  color: #343434;
  font-size: 13px;
  line-height: 1.55;
}

.wl-page .wl-hlp--weight-management-article > .wl-hlp-sources--collapsible {
  padding: 0;
  border: 1px solid #ade3e1;
  border-radius: 10px;
  background: #ffffff;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-sources--collapsible .wl-hlp-sources-summary {
  min-height: 60px;
  padding: 0 24px;
}

.wl-page .wl-hlp--weight-management-article > .wl-hlp-slider--weight-products {
  padding: 30px 0 20px;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-slider--weight-products .wl-hlp-slider-header,
.wl-page .wl-hlp--weight-management-article .wl-hlp-slider--weight-products .wl-hlp-slider-carousel {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-slider--weight-products .wl-hlp-slider-header h2 {
  color: #005a5a;
  font-size: 28px;
  font-weight: 400;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-slider--weight-products .wl-hlp-slider-track {
  gap: 24px;
  padding-right: 0;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-slider--weight-products .wl-hlp-product-img-wrapper {
  height: 150px;
  padding: 18px;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-slider--weight-products .wl-hlp-product-content {
  min-height: 170px;
  padding: 20px;
  text-align: center;
}

.wl-page .wl-hlp--weight-management-article > .wl-hlp-cardgrid--weight-related {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .wl-page .wl-hlp--weight-management-article > .wl-hlp-callout--specialty-split {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 48px;
    align-items: center;
    min-height: 0;
  }

  .wl-page .wl-hlp--weight-management-article > .wl-hlp-callout--specialty-split::before {
    content: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wl-page .wl-hlp--weight-management-article > .wl-hlp-hero--split-banner {
    grid-template-columns: calc(50% + 30px) calc(50% - 30px);
  }
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-callout--specialty-split .wl-hlp-callout-primary.rxp-button {
  border-color: #005a5a;
  background: #005a5a;
  color: #ffffff;
}

.wl-page .wl-hlp--weight-management-article .wl-hlp-callout--specialty-split .wl-hlp-callout-secondary.rxp-button {
  border-color: #005a5a;
  background: transparent;
  color: #005a5a;
}

@media (min-width: 768px) {

  .wl-page .wl-hlp--weight-management-article .wl-hlp-callout--weight-program .wl-hlp-callout-heading,
  .wl-page .wl-hlp--weight-management-article .wl-hlp-callout--weight-program .wl-hlp-callout-body {
    grid-column: 1;
  }
}

@media (max-width: 767px) {
  .wl-page .wl-hlp.wl-hlp--weight-management-article {
    width: min(100% - 40px, 1020px);
  }

  .wl-page .wl-hlp--weight-management-article > .wl-hlp-hero--split-banner {
    grid-template-columns: 1fr;
  }

  .wl-page .wl-hlp--weight-management-article .wl-hlp-hero-split-copy {
    padding: 30px;
  }

  .wl-page .wl-hlp--weight-management-article .wl-hlp-hero-split-media {
    min-height: 220px;
  }

  .wl-page .wl-hlp--weight-management-article > .wl-hlp-callout--weight-program,
  .wl-page .wl-hlp--weight-management-article > .wl-hlp-callout--weight-inline,
  .wl-page .wl-hlp--weight-management-article > .wl-hlp-sources {
    padding: 24px 20px;
  }
}
