/* Section 10 — FAQ */

.tfc-apt-faq{
  display:grid;
  gap:12px;
  margin-top:30px;
}

.tfc-apt-faq details{
  border-radius:22px;
  background:#fff;
  border:1px solid var(--tfc-border);
  box-shadow:0 10px 26px rgba(15,23,42,.045);
  overflow:hidden;
}

.tfc-apt-faq summary{
  cursor:pointer;
  padding:20px 22px;
  color:var(--tfc-ink);
  font-weight:950;
  letter-spacing:-.02em;
  list-style:none;
}

.tfc-apt-faq summary::-webkit-details-marker{
  display:none;
}

.tfc-apt-faq summary::after{
  content:"+";
  float:right;
  color:var(--tfc-blue);
  font-size:24px;
  line-height:1;
}

.tfc-apt-faq details[open] summary::after{
  content:"–";
}

.tfc-apt-faq div{
  padding:0 22px 22px;
  color:#667085;
  font-weight:700;
  line-height:1.6;
}
