/**
 * Business listing copy.
 *
 * Every declaration carries !important: Elementor's kit styles headings through
 * compound selectors that would otherwise outrank a single class here.
 */

/**
 * Section titles promoted from bolded paragraphs.
 *
 * Capped at 30px, and allowed to fall back to 20px on narrow screens so a long
 * title does not run away with the layout.
 */
.sf-listing-heading {
	font-size: clamp( 20px, 2.4vw, 30px ) !important;
	line-height: 1.3 !important;
	margin: 1.5em 0 0.5em !important;
}
