.faq-questions {}

.faq-questions dt {
  font-size: 1.2em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 540;
}

.faq-questions dd {
  border-bottom: 1px solid #eee;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.faq-questions dt .btn-link {
  text-align: left;
  color: #333;
}

.faq-sidebar ul.list-unstyled {
  margin-bottom: 0;
}

.faq-sidebar ul.list-unstyled li {
  padding: 5px 0;
}

.faq-sidebar a i.fa {
  margin-right: 10px;
}

.faq-sidebar form textarea {
  height: 10em;
}

.nav-sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  padding-top: 1rem;
  /* give space for the search box */
  background: white;
  z-index: 10;
}

div:has(> nav.nav-sticky) {}

.col-md-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
}

/* full width search input inside the nav */
#faq-search {
  width: 100%;
  margin-bottom: 1rem;
}

.nav-sticky li a::before {
  content: "• ";
  font-size: 0.8em;
  margin-right: 0.4em;
}