#tn-faqs-container {
  margin: 12px auto;
}

.tn-faqs-title {
  text-align: center;
  margin-block: auto;
  margin-bottom: 8px;
}

.tn-faqs-question {
  background: transparent;
  color: #000000;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  display: flex;
}

.tn-faqs-question-content {
  width: 100%;
}

.tn-faqs-question-content * {
  margin: unset;
}

.tn-faqs-arrow-icon {
  height: 12px;
  float: right;
  transition: transform 0.25s ease-in-out;
  width: auto;
  margin: auto;
}

.tn-faqs-answer {
  text-align: left;
  padding: 0 18px;
  background-color: transparent;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out 0.1s;
  font-size: 16px;
}
