/* Styles for terms page */

.bg-black-opaque {
  background-color: rgba(0, 0, 0, 0.65);
}

.terms-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.terms-toc ul li + li {
  margin-top: 0.35rem;
}

.terms-article p {
  line-height: 1.7;
}