.rdcl-help-faq-list.rdcl-help-faq-list-scroll {
  max-height: 300px;
  overflow-y: scroll;
}
.rdcl-help-faqs button {
  border: unset;
}
.rdcl-help-section-cta svg {
  width: 20px;
}

.rdcl-help-tutorial-duration {
  bottom: 10px;
  right: 10px;
  padding: 2px 4px;
}

.rdcl-help-section-icon svg {
  width: 35px;
  height: 35px;
  color: #fe437b;
}

.rdcl-help-section-icon {
  border: 1px solid #792840;
}
/* .rdcl-help-faqs .rdcl-help-section-icon svg {
  color: #daf277;
}
.rdcl-help-faqs .rdcl-help-section-icon {
  border: 1px solid #79883c;
}

.rdcl-help-downloads .rdcl-help-section-icon svg {
  color: #68ff92;
}

.rdcl-help-downloads .rdcl-help-section-icon {
  border: 1px solid #2f613d;
} */

span.rdcl-help-download-icon svg {
  width: 20px;
}

.rdcl-help-card-icon svg {
  width: 30px;
}

.rdcl-help-section-cta:hover span {
  color: #000;
}

.rdcl-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.rdcl-page-intro-copy {
  max-width: 780px;
}

.rdcl-page-intro-copy p {
  color: #c9c5d0;
  line-height: 1.55;
}

.rdcl-help-quick-link-inner h2 {
  color: #ffffff;
}

.rdcl-help-quick-link-inner p {
  color: #c9c5d0;
  line-height: 1.5;
}

.rdcl-help-quick-link-inner:hover h2,
.rdcl-help-quick-link-inner:hover .rdcl-help-tutorial-cta {
  color: #c8fa33;
}

button.rdcl-help-faq-question[aria-expanded="true"] {
  filter: brightness(0.7);
}

.rdcl-help-section .rdcl-help-faq-search {
  padding-left: 10px;
  max-width: 240px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .rdcl-help-section .rdcl-help-faq-search {
    max-width: unset;
  }
  .rdcl-page-intro {
    align-items: flex-start;
    flex-direction: column;
  }
  .rdcl-help-tutorial-grid,
  .rdcl-help-download-card {
    max-width: 300px;
  }
}
