.vd-cbf3de52-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.vd-cbf3de52-line {
    display: block;
    width: 2px;
    height: 100px;
    background-color: #e5e7eb;
    transition: all 0.3s ease;
}

.vd-cbf3de52-line--dashed {
    background-color: transparent !important;
    background-image: repeating-linear-gradient(
        to bottom,
        var(--vd-color, #e5e7eb) 0px,
        var(--vd-color, #e5e7eb) 8px,
        transparent 8px,
        transparent 16px
    );
}

.vd-cbf3de52-line--dotted {
    background-color: transparent !important;
    background-image: repeating-linear-gradient(
        to bottom,
        var(--vd-color, #e5e7eb) 0px,
        var(--vd-color, #e5e7eb) 3px,
        transparent 3px,
        transparent 8px
    );
}
