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

.is-style-eyebrow-text {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: clamp(14px, 0.984rem + ((1vw - 3.2px) * 0.779), 18px);
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

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

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