/* corrections to markdown */

/* Restore normal paragraph spacing */
p {
  margin: 1rem 0;
  line-height: 1.6;
}

/* Make br visually meaningful */
br {
  display: block;
  margin-bottom: 1rem 0;
}

ul {
  margin-bottom: 1rem;
}

hr {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

/* Hide Table of Contents on mobile */
@media (max-width: 768px) {
  .toc,
  nav#TableOfContents,
  .table-of-contents {
    display: none !important;
  }
}

/*faq page toc ul styling */
.page-type-faq .faq ul {
  list-style-type: "*";
  margin-left: 1.5rem;
}