.rl_faq6_question {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  text-align: left;
  width: 100%;
}

.rl_faq6_question:focus-visible {
  outline: 3px solid #2e3b6a;
  outline-offset: 3px;
  position: relative;
  z-index: 1;
}

.rl_faq6_answer[hidden] {
  display: none !important;
}

.rl_faq6_answer {
  height: 0;
  overflow: hidden;
  transition: height 400ms ease;
  width: 100%;
}

.rl_faq6_answer[data-pine-faq-animating="true"] {
  will-change: height;
}

.rl_faq6_question .rl_faq6_icon-wrapper {
  pointer-events: none;
  transition: transform 400ms ease;
}

.rl_faq6_question[aria-expanded="true"] .rl_faq6_icon-wrapper {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .rl_faq6_answer,
  .rl_faq6_question .rl_faq6_icon-wrapper {
    transition: none;
  }
}
