/**
 * Medication guide overrides — linked after /output.css on each drug guide page.
 * Prose/list plugins often wrap <li> bodies in <p>, doubling vertical rhythm; tighten without
 * changing the global Tailwind build (output.css).
 */
#medication-guide #content.prose ul > li > p,
#medication-guide #content.prose ol > li > p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Second paragraph inside the same list item keeps a small internal gap */
#medication-guide #content.prose ul > li > p + p,
#medication-guide #content.prose ol > li > p + p {
  margin-top: 0.35em;
}

h3 > strong {font-weight: 400;}