#ask-a-question-table .heading {
  height: 35px;
  background-color: transparent;
}
.faqSuccess {
  font-size: 12px;
}
.notification a {
  color: #315c7b;
}
.faqSuccess table {
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}
.faqQuestion,
.faqSuccess,
.faqFormWrap {
  display: none;
}
.faqQuestion.active,
.faqSuccess.active {
  display: block;
}

.faq-modal {
  max-width: 370px;
  border-radius: 1rem;
  border: 1px solid var(--color-grey);
}