/* BlueWave Heading — scoped under .bw-heading */

.bw-heading {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

/* Span accent — mirrors .ital from the design system.
 * font-family intentionally omitted so it inherits the site's h1/heading font.
 * Override via Style > Span Accent > Font family in the widget controls. */
.bw-heading .bw-heading__span {
	font-style: italic;
	font-weight: 400;
	color: #f1c286;
	letter-spacing: -0.01em;
	text-transform: capitalize;
}
