/* Vertical Divider Widget - Elementor */
.vdw-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 20px;
}

.vdw-line {
    display: block;
    flex-shrink: 0;
}
