<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#faqs .faq-list {
  margin: auto;
  width: 100%;
}
summary::marker {
  list-style-type: none !important;
  list-style: none !important;
  display: none !important;
  opacity: 0 !important;
}
details[open] &gt; summary::marker {
  list-style-type: none !important;
  list-style: none !important;
  display: none !important;
  opacity: 0 !important;
}
details summary::-webkit-details-marker {
  display: none !important;
}

details &gt; summary::-webkit-details-marker {
  display: none !important;
}
::-webkit-details-marker {
  display: none !important;
}
</pre></body></html>