/* Display styles for rendered rich text content (used on public FAQ page) */
.trix-content p {
  margin: 1rem 0;
}

.trix-content ul {
  margin: 1rem 0 1rem 1rem;
}
