.is-style-eyebrow-text {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0.75rem;
	letter-spacing: 0.5px;
	font-size: var(--wp--preset--font-size--caption);
}

.is-style-eyebrow-text::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 1px;
	background-color: var(--wp--preset--color--accent-3);
}
