/* Just Health Life on Halewell: the rules that belong to this site and not to the theme.

   Loaded after the parent stylesheet by halewell_jhl_enqueue(). Anything here names a class the JHL Site
   plugin prints, so it has no business in a theme that is sold to other people. */

/* JHL Site's own FAQ markup, which is a list of native <details> rather than one per block. The theme styles
   details inside .hw-prose already; these two lines are only about how the plugin groups them. */
.hw-prose .jhlc-faq { display: grid; gap: 0.5rem; }
.hw-prose .jhlc-faq details + details { margin-top: 0; }
.hw-prose .jhl-faq-a { border: 0; }
