.is-style-green-line:before {
        background-color: var(--wp--custom--color--secondary--green--100);
        content: "";
        display: block;
        height: 3px;
        margin-block-end: var(--wp--custom--spacing--16);
        width: 48px
    }
