h1[id], h2[id], h3[id], h4[id], h5[id], h6[id], details[id] {
  scroll-margin-top: 75px;
}

.faq-summary-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.faq-summary-list li {
  margin: 0.25em 0;
}

.faq-summary-list a {
  text-decoration: none;
  color: var(--wp--preset--color--primary, #0073aa);
  /* font-weight: 600; */
}

.faq-summary-list a:hover {
  text-decoration: underline;
}
