/* Component: faqs */

.tb-faqs {
  width: 100%;
}

.tb-faqs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tb-faqs-item {
  break-inside: avoid;
  margin-bottom: 28px;
  padding-left: 22px;
  position: relative;
}

.tb-faqs-item::before {
  content: "\2022";
  left: 0;
  position: absolute;
}

.tb-faqs-question {
  font-family: "Cutive Mono", monospace;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.tb-faqs-answer {
  font-size: 16px;
  line-height: 1.6;
}

.tb-faqs-answer p:last-child {
  margin-bottom: 0;
}

.tb-faqs-answer a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .tb-faqs-list {
    column-count: 2;
    column-gap: 60px;
  }
}
