.faq-container {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  color: rgba(0, 0, 0, 0.88);
}

.faq-container .faq-table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

.faq-container .faq-table thead {
  display: none;
}

.faq-container .faq-table tr,
.faq-container .faq-table td {
  border: 0;
  background: transparent !important;
}

.faq-container .faq-table tbody tr {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.faq-container .faq-table tbody tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.faq-container .faq-table td {
  display: block;
  margin: 0;
  padding: 0;
}

.faq-container .faq-table td:first-child {
  position: relative;
  padding: 14px 44px 14px 0;
  cursor: pointer;
}

.faq-container .faq-table td:first-child strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.faq-container .faq-table td:first-child::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
}

.faq-container .faq-table td:nth-child(2) {
  display: none;
  padding: 0 0 14px;
  color: rgba(0, 0, 0, 0.65);
}

.faq-container .faq-table tbody tr.faq-open td:nth-child(2) {
  display: block;
}

.faq-container .faq-table tbody tr.faq-open td:first-child::after {
  content: "−";
}

.faq-container .faq-table td:nth-child(2) p {
  margin: 0.6em 0 0;
}

.faq-container .faq-table td:nth-child(2) p:first-child {
  margin-top: 0;
}

.faq-container a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.28);
  text-underline-offset: 2px;
}

.faq-container a:hover {
  text-decoration-color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 520px) {
  .faq-container {
    max-width: 100%;
    padding: 0 10px;
  }

  .faq-container .faq-table td:first-child {
    padding-right: 40px;
  }
}
