#green-line-svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    pointer-events: none;
}

.green-line-path {
    stroke: var(--wp--preset--color--contrast-2);
    stroke-width: 3;
    fill: none;
}

.width-fit-content{
    width: fit-content
}