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

p.is-style-eyebrow-text {
    font-family: var(--wp--preset--font-family--space-grotesk);
    color: var(--wp--preset--color--sw-sky);
    font-size: clamp(14px, 0.984rem + ((1vw - 3.2px) * 0.779), 18px);
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

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

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

p.is-style-eyebrow-text::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: var(--wp--preset--color--electric-blue);
    margin-right: 0.5rem;
    vertical-align: middle;
    margin-top: -3px;
}