summary { display: list-item; }

table.faq {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 300;
  border-collapse: collapse;
}
table.faq tbody tr td {
  /* border: 1px solid #AAB0B1; */
  border-top: 1.5px solid #AAB0B1;
  border-bottom: 1.5px solid #AAB0B1;
  padding: 0.5em;
}
table.faq tbody tr td details summary {
  font-weight: 600;
  cursor: pointer;
}
