.wp-block-heading.is-style-line,
.wp-block-heading.is-style-monospace {
    font-family: var(--wp--preset--font-family--ibm-plex-mono);
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wp-block-heading.is-style-line::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="1" viewBox="0 0 48 1" fill="none"><path d="M0 0.5H48" stroke="currentColor"/></svg>');
    display: inline-block;
    position: relative;
    top: -3px;
}

.wp-block-heading.is-style-arrow {
    padding-left: 1.5em;
    position: relative;
}

.wp-block-heading.is-style-arrow::before {
    content: '';
    background-image: url(../../assets/svg/list-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 0.5em;
    width: 13px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: 0;
}

.wp-block-heading + .wp-block-heading,
.wp-block-heading + nav,
.wp-block-heading + p,
p + p {
    margin-block-start: 1.5rem !important;
}
