/*
 * WFL — global footer polish.
 *
 * The legal disclaimer ("These statements have not been evaluated by the Food
 * and Drug Administration…") is an Elementor heading widget (#ef06d9e in the
 * global Footer #434) rendered inside an <h6> at line-height 1 — a long legal
 * paragraph crammed into single-spaced lines, hard to read. Open it up to a
 * comfortable measure. Loaded site-wide because the footer is global.
 */
.elementor-element-ef06d9e .elementor-heading-title {
	line-height: 1.7 !important;
}
