/* QV Heading Hidden — self-contained eyebrow (h6) + heading (h4), matching the
   funoralab.com section header. New markup uses the .qv-heading class (old markup
   used id="heading", kept as a deprecation). On offer pages, offer-page.css overrides.

   Source Sans 3 is loaded as a dependency of this block's style (see
   register_heading_hidden_block), so the font ships with the block on any site.
   The .title-font qualifier raises specificity above typical theme prose rules
   (e.g. `.rw-prose h4 { font-size: 1.25rem }`) so the block renders the same on any
   theme; without it the block ties those rules and loses on source order. */

.qv-heading {
	display: block;
	max-width: 800px;
	margin: 0 auto 4px;
	padding: 0 16px;
	text-align: center;
}

.qv-heading h6.title-font,
.qv-heading h4.title-font,
#heading h6,
#heading h4 {
	font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.qv-heading h6.title-font {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	color: #212529;
}

.qv-heading h4.title-font {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	color: #212529;
}

/* New content omits the trailing <p> entirely when the paragraph is blank; this
   hides the empty <p></p> that older saved content still carries. */
.qv-heading + p:empty,
#heading + p:empty { display: none; }

@media (max-width: 768px) {
	
}
