.tl-clearpay {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 920px;
  padding: 36px 15px 64px;
}

.tl-clearpay *,
.tl-clearpay *::before,
.tl-clearpay *::after {
  box-sizing: inherit;
}

.tl-clearpay__header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 36px;
  padding-bottom: 28px;
}

.tl-clearpay__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.tl-clearpay__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  margin: 0;
}

.tl-clearpay__section {
  margin: 0 0 42px;
}

.tl-clearpay__section-title {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.25;
  margin: 0 0 18px;
}

.tl-clearpay__questions {
  border-top: 1px solid #e5e5e5;
}

.tl-clearpay__question {
  border-bottom: 1px solid #e5e5e5;
}

.tl-clearpay__summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  padding: 20px 42px 20px 0;
  position: relative;
}

.tl-clearpay__summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 20px;
}

.tl-clearpay__question[open] > .tl-clearpay__summary::after {
  content: "−";
}

.tl-clearpay__summary:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tl-clearpay__summary:focus,
.tl-clearpay__summary:focus-visible,
.tl-clearpay a:focus,
.tl-clearpay a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.tl-clearpay__answer {
  line-height: 1.65;
  max-width: 78ch;
  padding: 0 42px 20px 0;
}

.tl-clearpay__answer p:last-child {
  margin-bottom: 0;
}

.tl-clearpay__resources {
  background: #f7f7f7;
  padding: 28px;
}

.tl-clearpay__resource-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tl-clearpay__resource-list a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tl-clearpay__resource-list a:hover {
  text-decoration-thickness: 2px;
}

@media (max-width: 767px) {
  .tl-clearpay {
    padding-bottom: 44px;
    padding-top: 24px;
  }

  .tl-clearpay__header {
    margin-bottom: 28px;
    padding-bottom: 22px;
  }

  .tl-clearpay__section {
    margin-bottom: 34px;
  }

  .tl-clearpay__summary {
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .tl-clearpay__answer {
    padding-bottom: 18px;
    padding-right: 0;
  }

  .tl-clearpay__resources {
    padding: 22px 18px;
  }

  .tl-clearpay__resource-list {
    display: block;
  }

  .tl-clearpay__resource-list li + li {
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-clearpay *,
  .tl-clearpay *::before,
  .tl-clearpay *::after {
    scroll-behavior: auto !important;
  }
}
