@import url("./skin-trust-progressive-disclosure.css");

.library-progressive-disclosure {
  overflow-x: clip;
}

.library-progressive-disclosure .site-header-inner {
  min-height: 86px;
}

.library-progressive-disclosure .wordmark {
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 9px 0 8px;
}

.library-progressive-disclosure .article-hero-inner {
  min-height: 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
}

.library-progressive-disclosure .article-hero-copy {
  width: min(100%, 1120px);
  min-width: 0;
  padding: 38px 0 44px;
}

.library-progressive-disclosure .journey-marker {
  display: none;
}

.library-progressive-disclosure .library-review-hero h1 {
  max-width: 1040px;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1;
  text-wrap: balance;
}

.library-progressive-disclosure .article-deck {
  max-width: 980px;
  margin: 21px 0 20px;
  font-size: clamp(21px, 2vw, 25px);
  line-height: 1.38;
}

.library-progressive-disclosure .article-audience,
.library-progressive-disclosure .author-byline {
  max-width: 980px;
}

.library-progressive-disclosure .article-hero-media {
  display: none !important;
}

.library-progressive-disclosure .article-shell {
  position: relative;
}

.library-progressive-disclosure .library-learning-entry {
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid var(--line-dark);
}

.library-progressive-disclosure .library-learning-entry .library-learning-launcher {
  max-width: none;
  margin: 0;
  padding: 28px 56px 30px;
  border-top: 4px solid var(--gold-bright);
}

.library-progressive-disclosure .library-learning-entry .library-learning-launcher h2 {
  font-size: clamp(30px, 3vw, 38px);
}

.library-progressive-disclosure .library-learning-entry .library-learning-launcher > a {
  min-height: 48px;
  border-color: var(--gold-bright);
  color: var(--ink);
  background: var(--gold-bright);
}

.library-progressive-disclosure .library-learning-entry .library-learning-launcher > a:hover,
.library-progressive-disclosure .library-learning-entry .library-learning-launcher > a:focus-visible {
  color: var(--ink);
  background: var(--paper);
  outline: 3px solid var(--st-focus);
  outline-offset: 3px;
}

.library-progressive-disclosure .practical-summary {
  padding: 62px 56px 60px;
  color: var(--ink);
  background: var(--paper);
  border-bottom-color: var(--line-dark);
}

.library-progressive-disclosure .practical-summary::before {
  background: var(--gold-bright);
}

.library-progressive-disclosure .summary-heading {
  max-width: 720px;
  margin-bottom: 30px;
  padding-right: 64px;
  font-size: clamp(40px, 4vw, 50px);
}

.library-progressive-disclosure .summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  border: 0;
  border-top: 1px solid var(--line-dark);
}

.library-progressive-disclosure .summary-item,
.library-progressive-disclosure .summary-item:nth-child(2n),
.library-progressive-disclosure .summary-item:nth-child(3n) {
  min-height: 0;
  padding: 24px 0 25px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.library-progressive-disclosure .summary-label {
  margin-bottom: 10px;
  color: var(--gold-text);
  font-size: 14px;
  line-height: 1.45;
  text-transform: none;
}

.library-progressive-disclosure .summary-points {
  display: grid;
  gap: 9px;
  max-width: 58ch;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  list-style: none;
}

.library-progressive-disclosure .summary-points li {
  position: relative;
  padding-left: 18px;
}

.library-progressive-disclosure .summary-points li::before {
  position: absolute;
  top: .68em;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.library-progressive-disclosure .patient-summary-download {
  position: absolute;
  z-index: 2;
  top: 54px;
  right: 56px;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.library-progressive-disclosure .patient-summary-download > :not(.patient-summary-download-link) {
  display: none;
}

.library-progressive-disclosure .patient-summary-download-link {
  width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: var(--gold-text);
  background: var(--paper);
  font-size: 0;
  text-decoration: none;
}

.library-progressive-disclosure .patient-summary-download-link:hover,
.library-progressive-disclosure .patient-summary-download-link:focus-visible {
  border-color: var(--gold-text);
  color: var(--ink);
  background: var(--gold-pale);
  outline: 3px solid var(--st-focus);
  outline-offset: 3px;
}

.library-progressive-disclosure .patient-summary-download-link svg {
  width: 19px;
  height: 19px;
}

.library-progressive-disclosure .library-video-section {
  display: block;
  padding: 54px 56px 66px;
  background: var(--soft);
}

.library-progressive-disclosure .library-video-section .video-copy {
  display: block;
  margin-bottom: 22px;
}

.library-progressive-disclosure .library-video-section .video-kicker {
  margin-bottom: 9px;
}

.library-progressive-disclosure .library-video-section .video-copy h2 {
  margin: 0 0 7px;
  font-size: clamp(36px, 4vw, 44px);
}

.library-progressive-disclosure .library-video-section .video-copy > p:last-child {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.library-progressive-disclosure .library-video-topic {
  margin: 0 0 4px !important;
  color: var(--ink) !important;
  font-weight: 700;
}

.library-progressive-disclosure .library-video-split {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 1120px);
  aspect-ratio: 1672 / 941;
  min-height: 320px;
  border: 1px solid rgba(172, 132, 18, .58);
  border-radius: 12px;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 18px 42px rgba(39, 37, 37, .14);
}

.library-progressive-disclosure .library-video-split::after {
  position: absolute;
  z-index: 4;
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.library-progressive-disclosure .library-video-split-image,
.library-progressive-disclosure .library-video-split-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.library-progressive-disclosure .library-video-split-image {
  z-index: -2;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .75, .25, 1);
}

.library-progressive-disclosure .library-video-split-scrim {
  z-index: -1;
  background: linear-gradient(180deg, rgba(25, 23, 22, .01) 36%, rgba(25, 23, 22, .16) 64%, rgba(25, 23, 22, .84) 100%);
}

.library-progressive-disclosure .library-video-choice {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: grid;
  align-content: end;
  gap: 4px;
  width: 50%;
  min-width: 0;
  padding: clamp(20px, 3vw, 34px);
  color: var(--paper);
  text-decoration: none;
  transition: background .24s ease, box-shadow .24s ease;
}

.library-progressive-disclosure .library-video-choice-short {
  left: 0;
  border-right: 1px solid rgba(230, 200, 96, .46);
}

.library-progressive-disclosure .library-video-choice-full {
  right: 0;
}

.library-progressive-disclosure .library-video-choice > span {
  color: #e6c860;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.library-progressive-disclosure .library-video-choice strong {
  max-width: 15ch;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}

.library-progressive-disclosure .library-video-choice i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #e6c860;
  font-size: 25px;
  font-style: normal;
}

.library-progressive-disclosure .library-video-choice:hover,
.library-progressive-disclosure .library-video-choice:focus-visible {
  background: linear-gradient(180deg, rgba(230, 200, 96, .05), rgba(230, 200, 96, .19));
  box-shadow: inset 0 0 0 2px #e6c860;
  outline: 3px solid var(--st-focus);
  outline-offset: -5px;
}

.library-progressive-disclosure .library-video-split:has(.library-video-choice:hover) .library-video-split-image,
.library-progressive-disclosure .library-video-split:has(.library-video-choice:focus-visible) .library-video-split-image {
  transform: scale(1.025);
}

.library-progressive-disclosure .article-body {
  width: min(calc(100% - 48px), 1120px);
  padding-top: 110px;
}

.library-progressive-disclosure .deep-dive-eyebrow {
  margin: 0 0 10px;
  color: var(--gold-text);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.library-progressive-disclosure .deep-dive-panel-content > .article-section:first-of-type,
.library-progressive-disclosure .deep-dive-panel-content > .author-section:first-of-type {
  margin-top: 0;
  padding-top: 32px;
}

.library-progressive-disclosure .deep-dive-challenge-panel {
  margin: 28px 0;
  border-top-color: var(--gold);
  border-bottom: 1px solid var(--gold);
}

.library-progressive-disclosure .deep-dive-challenge-panel > summary {
  min-height: 82px;
  background: linear-gradient(100deg, var(--paper), var(--gold-pale));
}

.library-progressive-disclosure .deep-dive-challenge-panel .deep-dive-panel-label::before {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-text);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  content: "Clinical Learning Lab";
}

.library-progressive-disclosure .library-return-bottom-link {
  border-radius: 6px;
}

.library-progressive-disclosure .site-footer-inner {
  min-height: 0;
  align-items: flex-end;
  padding-top: 38px;
  padding-bottom: 38px;
}

.library-progressive-disclosure .site-footer-disclaimer {
  max-width: 780px;
}

.library-progressive-disclosure .site-footer-disclaimer h2 {
  margin: 0 0 10px;
  color: var(--gold-text);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.library-progressive-disclosure .site-footer-disclaimer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .library-progressive-disclosure .site-header-inner {
    min-height: 78px;
    gap: 12px;
  }

  .library-progressive-disclosure .wordmark {
    gap: 2px;
    padding: 7px 0 6px;
  }

  .library-progressive-disclosure .article-hero-copy {
    padding: 28px 0 32px;
  }

  .library-progressive-disclosure .library-review-hero h1 {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.02;
  }

  .library-progressive-disclosure .article-deck {
    margin: 18px 0 17px;
    font-size: 19px;
    line-height: 1.42;
  }

  .library-progressive-disclosure .library-learning-entry .library-learning-launcher {
    padding: 25px 20px 27px;
  }

  .library-progressive-disclosure .practical-summary {
    padding: 42px 20px 40px;
  }

  .library-progressive-disclosure .summary-heading {
    padding-right: 54px;
    font-size: 36px;
  }

  .library-progressive-disclosure .patient-summary-download {
    top: 32px;
    right: 20px;
  }

  .library-progressive-disclosure .summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .library-progressive-disclosure .summary-item,
  .library-progressive-disclosure .summary-item:nth-child(2n),
  .library-progressive-disclosure .summary-item:nth-child(3n) {
    padding: 22px 0;
  }

  .library-progressive-disclosure .summary-points {
    font-size: 15.5px;
    line-height: 1.52;
  }

  .library-progressive-disclosure .library-video-section {
    padding: 42px 20px 54px;
  }

  .library-progressive-disclosure .library-video-split {
    aspect-ratio: 4 / 3;
    min-height: 280px;
  }

  .library-progressive-disclosure .library-video-choice {
    padding: 18px;
  }

  .library-progressive-disclosure .library-video-choice strong {
    font-size: clamp(20px, 6vw, 26px);
  }

  .library-progressive-disclosure .article-body {
    width: min(calc(100% - 24px), 1120px);
    padding-top: 78px;
  }
}

@media (max-width: 340px) {
  .library-progressive-disclosure .library-video-split {
    min-height: 260px;
  }

  .library-progressive-disclosure .library-video-choice {
    padding: 14px;
  }

  .library-progressive-disclosure .library-video-choice strong {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .library-progressive-disclosure .library-video-choice,
  .library-progressive-disclosure .library-video-split-image {
    animation: none;
    transition: none;
  }
}

@media print {
  .library-progressive-disclosure details.library-deep-dive-panel:not([open]) > .deep-dive-panel-content,
  .library-progressive-disclosure details.evidence-detail:not([open]) > .evidence-body,
  .library-progressive-disclosure details.faq-item:not([open]) > .faq-answer,
  .library-progressive-disclosure details.inline-check-fallback:not([open]) > :not(summary) {
    display: block !important;
  }

  .library-progressive-disclosure .library-video-section,
  .library-progressive-disclosure .patient-summary-download,
  .library-progressive-disclosure .article-hero-media {
    display: none !important;
  }
}
