/**handles:bluebeechild-heading**/
.wp-block-heading {
    &.is-style-arrow-right {
        transition: 0.5s;
        padding-right: 20px;
        position: relative;

        &::after {
            position: absolute;
            top: 0px;
            right: 0px;
            content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.991" height="12.866" viewBox="0 0 7.991 12.866"><path d="M1.564,0,.019,1.545,4.9,6.423,0,11.321l1.545,1.545,4.9-4.9,0,0L7.991,6.427Z" transform="translate(0 0)" fill="%230e3241"/></svg>');
        }

        &:hover {
            padding-left: 5px;
        }
    }
}