/* Hide widgets by default */
.elementor-widget[data-wvc-show-on] {
    display: none;
}

/* Class to show widgets when activated */
.wvc-visible {
    display: block !important;
}