/* Page-scoped styles: oral-health-article
 * Identity: slug:wl-hlp--oral-health-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.
 */

@media (min-width: 768px) and (max-width: 1023px) {

  .wl-page .wl-hlp--oral-health-article
    .wl-hlp-cardgrid--resource:not(.wl-hlp-cardgrid--oral-routine):not(.wl-hlp-cardgrid--oral-brands)
    .wl-hlp-cardgrid-list {
    grid-template-columns: minmax(0, 380px);
    justify-content: center;
  }

  .wl-page .wl-hlp--oral-health-article
    .wl-hlp-cardgrid--resource:not(.wl-hlp-cardgrid--oral-routine):not(.wl-hlp-cardgrid--oral-brands)
    .wl-hlp-cardgrid-media img {
    box-sizing: content-box;
    width: min(300px, calc(100% - 80px));
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 40px;
    object-fit: fill;
  }
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-hero-split-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}

@media (min-width: 1020px) {
  .wl-page .wl-hlp--oral-health-article > .wl-hlp-hero--split-banner {
    flex-direction: row;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-hero-split-copy,
  .wl-page .wl-hlp--oral-health-article .wl-hlp-hero-split-media {
    flex: 1 1 50%;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-hero-split-copy {
    align-items: flex-start;
    padding: 0;
    text-align: left;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-hero-split-media {
    order: -1;
  }
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-routine-section > .wl-hlp-topics-inner {
  max-width: 1280px;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-routine-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-routine-media {
  overflow: hidden;
  border-radius: 20px;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-routine--oral-subtopics .wl-hlp-routine-tabs {
  margin-bottom: 28px;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-routine--oral-subtopics .wl-hlp-routine-title {
  margin-bottom: 14px;
  font-size: 26px;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-routine-oral-carousel {
  display: grid;
  grid-template-columns: 52px minmax(0, 700px) 52px;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-routine-oral-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #006b65;
  color: #ffffff;
  cursor: pointer;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-callout--oral-testimony .wl-hlp-callout-inner {
  max-width: 1080px;
  padding: 0 40px;
  text-align: left;
}

.wl-page .wl-hlp--oral-health-article > .wl-hlp-content--oral-compare {
  padding: 100px 40px 20px;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:first-child .wl-hlp-content-text {
  align-items: center;
  text-align: center;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) .wl-hlp-content-media {
  min-height: 0;
}

.wl-page .wl-hlp--oral-health-article > .wl-hlp-content--oral-article {
  padding: 40px 10%;
}

.wl-page .wl-hlp--oral-health-article > .wl-hlp-cardgrid--oral-routine {
  padding: 40px 30px 80px;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-accordion {
  max-width: 1280px;
  background: #0e4445;
}

.wl-page .wl-hlp--oral-health-article .wl-hlp-accordion-details[open] .wl-hlp-accordion-item,
.wl-page .wl-hlp--oral-health-article .wl-hlp-accordion-item:has(.wl-hlp-accordion-details[open]) {
  border-radius: 30px;
}

@media (min-width: 768px) {

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) .wl-hlp-content-text,
  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) .wl-hlp-content-media {
    flex: 1 1 0;
    min-width: 0;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-image-left .wl-hlp-content-media {
    order: -1;
  }
}

@media (max-width: 767px) {

  .wl-page .wl-hlp--oral-health-article .wl-hlp-routine-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-routine-tab {
    flex: 0 0 auto;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-routine-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-routine-oral-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-routine-oral-carousel .wl-hlp-routine-media {
    height: 360px;
    padding: 20px;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-routine-oral-control {
    width: 42px;
    height: 42px;
  }

  .wl-page .wl-hlp--oral-health-article > .wl-hlp-cardgrid--oral-brands {
    width: calc(100% - 32px);
    padding: 28px 20px;
  }

  .wl-page .wl-hlp--oral-health-article > .wl-hlp-callout--oral-testimony {
    padding: 64px 0;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-callout--oral-testimony .wl-hlp-callout-inner {
    padding: 0 30px;
  }

  .wl-page .wl-hlp--oral-health-article > .wl-hlp-content--oral-compare {
    padding: 64px 20px 0;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-stack {
    gap: 56px;
  }

  .wl-page .wl-hlp--oral-health-article > .wl-hlp-cardgrid--oral-tips {
    padding: 72px 16px;
  }

  .wl-page .wl-hlp--oral-health-article > .wl-hlp-content--oral-insights {
    width: 71.4%;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-insights .wl-hlp-content-row {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-insights .wl-hlp-content-row {
    max-height: 375px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-insights .wl-hlp-content-row {
    flex-direction: column;
  }
}

@media (min-width: 1440px) {
  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) {
    justify-content: space-around;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) .wl-hlp-content-text,
  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) .wl-hlp-content-media {
    flex: 0 1 40%;
  }
}

@media (min-width: 768px) {
  .wl-page .wl-hlp--oral-health-article > .wl-hlp-content--oral-compare {
    padding-right: 0;
    padding-left: 0;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) .wl-hlp-content-text {
    flex: 0 1 60.6%;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) .wl-hlp-content-media {
    flex: 0 1 39.4%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-compare .wl-hlp-content-row:not(:first-child) .wl-hlp-content-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-callout--oral-testimony .wl-hlp-callout-inner {
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .wl-page .wl-hlp--oral-health-article > .wl-hlp-hero--split-banner {
    flex-direction: column;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-routine-tabs {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    overflow: visible;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-routine-tab {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    width: 100%;
  }

  .wl-page .wl-hlp--oral-health-article .wl-hlp-content--oral-insights .wl-hlp-content-text h2 {
    margin-bottom: 15px;
    line-height: 33.6px;
  }
}
