html {
  scroll-behavior: smooth;
}

.terms-summary-radio-button-label,
.legal-policy-content,
.legal-policy-content p,
.legal-policy-content li,
.legal-policy-content strong {
  font-family: Inter, Arial, sans-serif;
}

.terms-summary-radio-button-label {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 120%;
}

.terms-summary-radio-button-label:hover,
.terms-summary-radio-button-label:focus-visible,
.terms-summary-radio-button-label.radio-active {
  color: var(--primary-color);
}

.terms-summary-radio-button-label:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 4px;
}

.legal-policy-content {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.legal-policy-content p {
  margin-bottom: 18px;
}

.legal-policy-content ul {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 24px;
}

.legal-policy-content li {
  margin-bottom: 10px;
}

.accordion-title {
  width: 100%;
  color: #fff;
  text-align: left;
  background: transparent;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.accordion-title-icon {
  transition: transform 240ms ease;
}

.accordion.is-open .accordion-title-icon {
  transform: rotate(180deg);
}

.accordion-body[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .terms-info {
    display: none;
  }

  .terms-info-mobile {
    display: block;
  }
}
