/* The FAQ index.
   Eight entries, each a title and a sentence about it. As a <ul> with the
   sentence trailing an em dash, every line ran on into the next and the
   titles — the only thing you are actually scanning for — had to be picked
   out of running text. One paragraph per article, the blurb on its own line
   under the link, gives the eye a column of titles to run down and makes the
   bullets redundant. */
.faq-index { margin: 1.8rem 0 0; }

.faq-entry { margin: 0 0 1.15rem; line-height: 1.5; }
.faq-entry > a { font-size: 1.1rem; font-weight: 600; }
.faq-entry > a:hover { text-decoration: underline; }

.faq-blurb { color: var(--muted); font-size: .96rem; }
