/* .block-editor .is-style-eyebrow-text {
    margin-bottom: 0;
} */

p.is-style-eyebrow-text {
	font-family: var(--wp--preset--font-family--begum);
	font-size: var(--wp--preset--font-size--intro);
	font-style: italic;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.4px;
}

p.is-style-eyebrow-text::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--honey);
}

.has-no-text-decoration {
	text-decoration: none !important;
}

.has-no-text-decoration > * {
	text-decoration: none !important;
}
