/**
 * Pull quote — the bits theme.json can't express: the oversized orange quotation
 * glyph and stripping the native blockquote's left border so the quote can sit
 * centred. Loaded only when .ab-pull-quote is on the page.
 */
.ab-pull-quote {
	text-align: center;
}

/* Big decorative quotation mark above the quote. */
.ab-pull-quote__mark {
	margin: 0 auto;
	color: var(--wp--preset--color--ab-orange);
	font-family: var(--wp--preset--font-family--serif);
	font-weight: 700;
	font-size: clamp(3.5rem, 7vw, 5.5rem);
	line-height: 0.6;
	height: 0.5em;
}

/* The quote block itself: no border, no padding — centred, full measure. */
.ab-pull-quote__q {
	border: 0;
	margin: 0;
	padding: 0;
}
