/* FAQ archive and detail pages */

.post-type-archive-faqs .pdl-bottom-cta,
.single-faqs .pdl-bottom-cta,
body[data-template="faqs"] .pdl-bottom-cta,
body[data-template="faqDetail"] .pdl-bottom-cta {
  border-top: 0;
}

.pdl-faq-hub-hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 249, 255, .98) 0 48%, rgba(233, 242, 251, .9) 100%);
  border-bottom: 1px solid var(--pdl-line-soft);
}

.pdl-faq-hub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
  min-height: 430px;
  padding: 56px 0;
}

.pdl-faq-hub-copy {
  max-width: 690px;
}

.pdl-faq-hub-copy h1,
.pdl-faq-detail-hero-copy h1 {
  max-width: 15em;
  margin: 12px 0 18px;
  color: #102b46;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.pdl-faq-hub-copy > p:not(.pdl-eyebrow, .pdl-faq-search-hint) {
  max-width: 640px;
  margin: 0;
  color: #526476;
  font-size: 17px;
  line-height: 1.85;
}

.pdl-faq-search {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 620px;
  min-height: 58px;
  margin-top: 28px;
  padding: 0 12px 0 20px;
  background: #fff;
  border: 1px solid #bfd0e2;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(34, 71, 109, .08);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pdl-faq-search:focus-within {
  border-color: var(--pdl-blue);
  box-shadow: 0 0 0 3px rgba(7, 91, 199, .12);
}

.pdl-faq-search > svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--pdl-blue);
}

.pdl-faq-search input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 14px;
  color: var(--pdl-ink);
  font: inherit;
  font-size: 16px;
  background: transparent;
  border: 0;
  outline: 0;
}

.pdl-faq-search input::placeholder {
  color: #7a8998;
}

.pdl-faq-search button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 12px;
  color: var(--pdl-blue);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  background: var(--pdl-blue-tint);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.pdl-faq-search-hint {
  margin: 8px 0 0;
  color: #718090;
  font-size: 13px;
}

.pdl-faq-hub-media {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  background: #edf3f9;
  border-radius: 6px;
}

.pdl-faq-hub-media::after,
.pdl-faq-detail-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(6, 35, 66, .84) 100%);
}

.pdl-faq-hub-media img,
.pdl-faq-detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.pdl-faq-hub-media:hover img,
.pdl-faq-detail-hero-media:hover img {
  transform: scale(1.025);
}

.pdl-faq-hub-media figcaption,
.pdl-faq-detail-hero-media figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
}

.pdl-faq-hub-media figcaption span,
.pdl-faq-detail-hero-media figcaption span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.pdl-faq-hub-media figcaption strong,
.pdl-faq-detail-hero-media figcaption strong {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.pdl-faq-topic-nav {
  background: #fff;
  border-bottom: 1px solid var(--pdl-line);
}

.pdl-faq-topic-nav-inner {
  display: flex;
  align-items: stretch;
  min-height: 74px;
}

.pdl-faq-topic-nav button {
  position: relative;
  display: inline-flex;
  flex: 1 1 0;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 14px 12px;
  color: #4f6070;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--pdl-line-soft);
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.pdl-faq-topic-nav button:first-child {
  border-left: 1px solid var(--pdl-line-soft);
}

.pdl-faq-topic-nav button::after {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 3px;
  content: "";
  background: var(--pdl-blue);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.pdl-faq-topic-nav button:hover,
.pdl-faq-topic-nav button[aria-pressed="true"] {
  color: var(--pdl-blue);
  background: var(--pdl-blue-tint);
}

.pdl-faq-topic-nav button[aria-pressed="true"]::after {
  transform: scaleX(1);
}

.pdl-faq-topic-nav button svg {
  width: 19px;
  height: 19px;
}

.pdl-faq-topic-nav button small {
  min-width: 24px;
  padding: 2px 6px;
  color: #647587;
  font-size: 11px;
  background: #edf3f8;
  border-radius: 999px;
}

.pdl-faq-directory {
  padding: 78px 0 86px;
  background: #fff;
}

.pdl-faq-directory-grid {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  gap: clamp(52px, 7vw, 104px);
  align-items: start;
}

.pdl-faq-directory-intro {
  position: sticky;
  top: 112px;
}

.pdl-faq-directory-intro h2 {
  margin: 10px 0 16px;
  color: #16324c;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
  text-wrap: balance;
}

.pdl-faq-directory-intro > p:not(.pdl-eyebrow, .pdl-faq-result-status) {
  margin: 0;
  color: var(--pdl-muted);
  font-size: 16px;
  line-height: 1.8;
}

.pdl-faq-result-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 22px 0 0;
  padding: 0 12px;
  color: var(--pdl-blue);
  font-size: 13px;
  font-weight: 700;
  background: var(--pdl-blue-tint);
  border-left: 3px solid var(--pdl-blue);
}

.pdl-faq-directory-list {
  border-top: 1px solid #bfcbd7;
}

.pdl-faq-directory-list .pdl-faq-item {
  border-bottom: 1px solid #d4dde6;
}

.pdl-faq-directory-list .pdl-faq-item[hidden] {
  display: none;
}

.pdl-faq-directory-list .pdl-faq-item summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 16px 4px;
  color: #172f46;
  list-style: none;
  cursor: pointer;
}

.pdl-faq-directory-list .pdl-faq-item summary:hover,
.pdl-faq-directory-list .pdl-faq-item summary:focus-visible {
  color: var(--pdl-blue);
}

.pdl-faq-directory-list .pdl-faq-item summary::-webkit-details-marker {
  display: none;
}

.pdl-faq-question-index {
  color: #91a0af;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.pdl-faq-directory-list .pdl-faq-item summary strong {
  font-size: 17px;
  line-height: 1.55;
}

.pdl-faq-directory-list .pdl-faq-item summary > svg {
  width: 20px;
  height: 20px;
  transition: transform .24s ease;
}

.pdl-faq-directory-list .pdl-faq-item[open] summary > svg {
  transform: rotate(180deg);
}

.pdl-faq-directory-list .pdl-faq-item > div {
  padding: 0 44px 26px 64px;
  animation: pdl-faq-answer-in .24s ease-out both;
}

.pdl-faq-directory-list .pdl-faq-item > div p {
  max-width: 760px;
  margin: 0 0 12px;
  color: #596a7a;
  font-size: 16px;
  line-height: 1.8;
}

.pdl-faq-directory-list .pdl-faq-detail-link {
  font-size: 14px;
}

@keyframes pdl-faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdl-faq-empty {
  padding: 72px 24px;
  text-align: center;
  background: var(--pdl-blue-tint);
  border: 1px solid #d7e3ef;
}

.pdl-faq-empty > svg {
  width: 30px;
  height: 30px;
  color: var(--pdl-blue);
}

.pdl-faq-empty h3 {
  margin: 14px 0 6px;
  font-size: 22px;
}

.pdl-faq-empty p {
  margin: 0 0 20px;
  color: var(--pdl-muted);
}

.pdl-faq-next {
  padding: 62px 0;
  color: #18324a;
  background: #eaf3fc;
  border-top: 1px solid #d2dfec;
}

.pdl-faq-next-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 6vw, 86px);
  align-items: center;
}

.pdl-faq-next header h2 {
  margin: 9px 0 10px;
  color: #123453;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
}

.pdl-faq-next header > p:not(.pdl-eyebrow) {
  max-width: 470px;
  margin: 0;
  color: #566b7f;
  line-height: 1.75;
}

.pdl-faq-next nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #c7d8e8;
  border: 1px solid #c7d8e8;
  border-radius: 6px;
}

.pdl-faq-next nav a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  min-height: 102px;
  padding: 18px;
  color: #173650;
  background: #fff;
  transition: color .2s ease, background .2s ease;
}

.pdl-faq-next nav a:hover {
  color: var(--pdl-blue);
  background: #f8fbff;
}

.pdl-faq-next nav a > svg:first-child {
  width: 26px;
  height: 26px;
  color: var(--pdl-blue);
}

.pdl-faq-next nav a > svg:last-child {
  width: 18px;
  height: 18px;
}

.pdl-faq-next nav a small,
.pdl-faq-next nav a strong {
  display: block;
}

.pdl-faq-next nav a small {
  margin-bottom: 3px;
  color: #718395;
  font-size: 11px;
}

.pdl-faq-next nav a strong {
  font-size: 15px;
  line-height: 1.4;
}

/* FAQ detail */

.pdl-faq-detail-hero {
  overflow: hidden;
  background: #f3f8fd;
  border-bottom: 1px solid #d7e2ed;
}

.pdl-faq-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: center;
  min-height: 440px;
  padding: 58px 0;
}

.pdl-faq-detail-hero-copy .pdl-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.pdl-faq-detail-hero-copy .pdl-eyebrow svg {
  width: 16px;
  height: 16px;
}

.pdl-faq-detail-hero-copy h1 {
  max-width: 16em;
  font-size: clamp(36px, 4vw, 54px);
}

.pdl-faq-direct-answer {
  max-width: 760px;
  margin: 0;
  color: #536779;
  font-size: 17px;
  line-height: 1.8;
}

.pdl-faq-detail-hero-copy .pdl-hero-actions {
  margin-top: 26px;
}

.pdl-faq-detail-hero-media {
  position: relative;
  height: 310px;
  margin: 0;
  overflow: hidden;
  background: #e9f0f7;
  border-radius: 6px;
}

.pdl-faq-checklist {
  background: #fff;
  border-bottom: 1px solid var(--pdl-line);
}

.pdl-faq-checklist > .pdl-container {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  min-height: 150px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.pdl-faq-checklist header h2 {
  margin: 6px 0 0;
  font-size: 23px;
  line-height: 1.35;
}

.pdl-faq-checklist ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdl-faq-checklist li {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 10px 18px;
  border-left: 1px solid var(--pdl-line);
}

.pdl-faq-checklist li svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--pdl-blue);
}

.pdl-faq-checklist li small,
.pdl-faq-checklist li strong {
  display: block;
}

.pdl-faq-checklist li small {
  margin-bottom: 2px;
  color: #8a98a7;
  font-size: 10px;
}

.pdl-faq-checklist li strong {
  color: #263e54;
  font-size: 14px;
  line-height: 1.4;
}

.pdl-faq-answer-section {
  padding: 78px 0 88px;
  background: #fff;
}

.pdl-faq-answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(56px, 7vw, 106px);
  align-items: start;
  max-width: 1120px;
}

.pdl-faq-answer-content {
  max-width: none;
}

.pdl-faq-answer-content > header h2 {
  margin: 8px 0 28px;
  color: #17334e;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.25;
}

.pdl-faq-answer-content > p,
.pdl-faq-answer-content > ul,
.pdl-faq-answer-content > ol {
  color: #536575;
  font-size: 17px;
  line-height: 1.9;
}

.pdl-faq-answer-content h2:not(#pdl-faq-answer-title) {
  margin-top: 36px;
  font-size: 26px;
}

.pdl-faq-answer-content h3 {
  margin-top: 28px;
  font-size: 20px;
}

.pdl-faq-boundary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding: 24px 26px;
  background: #f1f7fd;
  border-left: 4px solid var(--pdl-blue);
}

.pdl-faq-boundary > svg {
  width: 28px;
  height: 28px;
  color: var(--pdl-blue);
}

.pdl-faq-boundary h3 {
  margin: 0 0 7px;
  color: #153956;
  font-size: 17px;
}

.pdl-faq-boundary p {
  margin: 0;
  color: #5c6d7d;
  font-size: 15px;
  line-height: 1.75;
}

.pdl-faq-next-panel {
  position: sticky;
  top: 112px;
  padding: 28px;
  background: #0b3763;
  border-radius: 6px;
}

.pdl-faq-next-panel .pdl-eyebrow {
  color: #7fc4ff;
}

.pdl-faq-next-panel h2 {
  margin: 8px 0 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
}

.pdl-faq-next-panel nav {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.pdl-faq-next-panel nav a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.pdl-faq-next-panel nav a:hover {
  color: #8bc9ff;
}

.pdl-faq-next-panel nav a > svg:first-child {
  width: 23px;
  height: 23px;
  color: #6ebcff;
}

.pdl-faq-next-panel nav a > svg:last-child {
  width: 17px;
  height: 17px;
}

.pdl-faq-next-panel nav small,
.pdl-faq-next-panel nav strong {
  display: block;
}

.pdl-faq-next-panel nav small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
}

.pdl-faq-next-panel nav strong {
  font-size: 15px;
}

.pdl-faq-next-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.65;
}

.pdl-faq-related {
  padding: 68px 0 76px;
  background: #edf5fc;
  border-top: 1px solid #d5e2ee;
}

.pdl-faq-related .pdl-section-heading {
  margin-bottom: 24px;
}

.pdl-faq-related-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #ccdbea;
  border: 1px solid #ccdbea;
  border-radius: 6px;
  gap: 1px;
  overflow: hidden;
}

.pdl-faq-related-list a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  min-height: 112px;
  padding: 24px;
  color: #17344f;
  background: #fff;
  transition: color .2s ease, background .2s ease;
}

.pdl-faq-related-list a:hover {
  color: var(--pdl-blue);
  background: #f9fcff;
}

.pdl-faq-related-list a span {
  color: #8b9aaa;
  font-size: 11px;
}

.pdl-faq-related-list a strong {
  font-size: 16px;
  line-height: 1.55;
}

.pdl-faq-related-list a svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1080px) {
  .pdl-faq-hub-hero-grid,
  .pdl-faq-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
    gap: 42px;
  }

  .pdl-faq-next-grid {
    grid-template-columns: 1fr;
  }

  .pdl-faq-checklist > .pdl-container {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdl-faq-checklist ol {
    border-top: 1px solid var(--pdl-line);
  }

  .pdl-faq-checklist li:first-child {
    border-left: 0;
  }
}

@media (max-width: 820px) {
  .pdl-faq-hub-hero-grid,
  .pdl-faq-detail-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 42px 0;
  }

  .pdl-faq-hub-media,
  .pdl-faq-detail-hero-media {
    min-height: 0;
    height: 240px;
  }

  .pdl-faq-directory-grid,
  .pdl-faq-answer-grid {
    grid-template-columns: 1fr;
  }

  .pdl-faq-directory-intro,
  .pdl-faq-next-panel {
    position: static;
  }

  .pdl-faq-directory-intro {
    max-width: 620px;
  }

  .pdl-faq-next nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    background: transparent;
    border: 0;
    border-radius: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-faq-next nav::-webkit-scrollbar,
  .pdl-faq-related-list::-webkit-scrollbar {
    display: none;
  }

  .pdl-faq-next nav a {
    flex: 0 0 min(300px, 78vw);
    min-height: 82px;
    border: 1px solid #c7d8e8;
    border-radius: 5px;
    scroll-snap-align: start;
  }

  .pdl-faq-related-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    background: transparent;
    border: 0;
    border-radius: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-faq-related-list a {
    flex: 0 0 min(320px, 80vw);
    min-height: 84px;
    border: 1px solid #ccdbea;
    border-radius: 5px;
    scroll-snap-align: start;
  }
}

@media (max-width: 760px) {
  .pdl-faq-hub-hero {
    background: #f3f8fd;
  }

  .pdl-faq-hub-hero-grid,
  .pdl-faq-detail-hero-grid {
    gap: 26px;
    padding: 30px 0 34px;
  }

  .pdl-faq-hub-copy h1,
  .pdl-faq-detail-hero-copy h1 {
    margin: 8px 0 12px;
    font-size: clamp(30px, 9.5vw, 38px);
    line-height: 1.18;
  }

  .pdl-faq-hub-copy > p:not(.pdl-eyebrow, .pdl-faq-search-hint),
  .pdl-faq-direct-answer {
    font-size: 15px;
    line-height: 1.7;
  }

  .pdl-faq-search {
    min-height: 52px;
    margin-top: 20px;
    padding-left: 16px;
  }

  .pdl-faq-search input {
    height: 50px;
    font-size: 15px;
  }

  .pdl-faq-hub-media,
  .pdl-faq-detail-hero-media {
    height: 168px;
  }

  .pdl-faq-hub-media figcaption,
  .pdl-faq-detail-hero-media figcaption {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .pdl-faq-hub-media figcaption strong,
  .pdl-faq-detail-hero-media figcaption strong {
    font-size: 14px;
  }

  .pdl-faq-topic-nav {
    overflow: hidden;
  }

  .pdl-faq-topic-nav-inner {
    width: 100%;
    min-height: 58px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pdl-faq-topic-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .pdl-faq-topic-nav button {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 10px 15px;
    font-size: 14px;
  }

  .pdl-faq-topic-nav button:first-child {
    border-left: 0;
  }

  .pdl-faq-topic-nav button small {
    min-width: 21px;
  }

  .pdl-faq-directory {
    padding: 44px 0 50px;
  }

  .pdl-faq-directory-grid {
    gap: 28px;
  }

  .pdl-faq-directory-intro h2 {
    margin: 7px 0 10px;
    font-size: 27px;
  }

  .pdl-faq-directory-intro > p:not(.pdl-eyebrow, .pdl-faq-result-status) {
    font-size: 14px;
    line-height: 1.7;
  }

  .pdl-faq-result-status {
    margin-top: 16px;
  }

  .pdl-faq-directory-list .pdl-faq-item summary {
    grid-template-columns: 28px minmax(0, 1fr) 20px;
    gap: 10px;
    min-height: 64px;
    padding: 13px 2px;
  }

  .pdl-faq-directory-list .pdl-faq-item summary strong {
    font-size: 15px;
    line-height: 1.55;
  }

  .pdl-faq-directory-list .pdl-faq-item > div {
    padding: 0 30px 20px 38px;
  }

  .pdl-faq-directory-list .pdl-faq-item > div p {
    font-size: 14px;
    line-height: 1.75;
  }

  .pdl-faq-next {
    padding: 44px 0;
  }

  .pdl-faq-next-grid {
    gap: 24px;
  }

  .pdl-faq-next header h2 {
    font-size: 27px;
  }

  .pdl-faq-next header > p:not(.pdl-eyebrow) {
    font-size: 14px;
  }

  .pdl-faq-next nav a {
    min-height: 74px;
    padding: 14px 16px;
  }

  .pdl-faq-detail-hero-copy .pdl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .pdl-faq-detail-hero-copy .pdl-hero-actions .pdl-button {
    width: 100%;
  }

  .pdl-faq-detail-hero-copy .pdl-hero-actions .pdl-button-secondary {
    min-height: 38px;
    color: var(--pdl-blue);
    background: transparent;
    border: 0;
  }

  .pdl-faq-checklist > .pdl-container {
    display: block;
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .pdl-faq-checklist header {
    margin-bottom: 16px;
  }

  .pdl-faq-checklist header h2 {
    font-size: 21px;
  }

  .pdl-faq-checklist ol {
    display: flex;
    gap: 1px;
    overflow-x: auto;
    background: var(--pdl-line);
    border: 1px solid var(--pdl-line);
    border-radius: 5px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-faq-checklist ol::-webkit-scrollbar {
    display: none;
  }

  .pdl-faq-checklist li {
    flex: 0 0 158px;
    min-height: 68px;
    padding: 10px 14px;
    background: #fff;
    border: 0;
    scroll-snap-align: start;
  }

  .pdl-faq-answer-section {
    padding: 46px 0 52px;
  }

  .pdl-faq-answer-grid {
    gap: 34px;
  }

  .pdl-faq-answer-content > header h2 {
    margin: 6px 0 20px;
    font-size: 28px;
  }

  .pdl-faq-answer-content > p,
  .pdl-faq-answer-content > ul,
  .pdl-faq-answer-content > ol {
    display: block;
    overflow: visible;
    font-size: 15px;
    line-height: 1.8;
    -webkit-line-clamp: unset;
  }

  .pdl-faq-boundary {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    margin-top: 28px;
    padding: 20px 18px;
  }

  .pdl-faq-next-panel {
    padding: 24px 20px;
  }

  .pdl-faq-related {
    padding: 46px 0 52px;
  }

  .pdl-faq-related .pdl-section-heading {
    gap: 12px;
  }

  .pdl-faq-related-list a {
    min-height: 76px;
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdl-faq-hub-media img,
  .pdl-faq-detail-hero-media img,
  .pdl-faq-topic-nav button::after,
  .pdl-faq-directory-list .pdl-faq-item summary > svg {
    transition: none;
  }

  .pdl-faq-directory-list .pdl-faq-item > div {
    animation: none;
  }
}
