/* The Cookbook.

   The index is the FAQ's shape — one paragraph per entry, the blurb on its own
   line under the link — because it is the same job: a column of titles to run
   down, with a sentence saying which one you want. Its own file rather than a
   second class in faq.css, since the two sections are free to diverge and a
   shared stylesheet is where that goes wrong quietly. */
.cook-index { margin: 1.8rem 0 0; }

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

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