label:where(:not(:has(input))) {
    color: rgb(255 255 255);
    font-weight: var(--wpex-label-font-weight, 500);
display: block !important; 
}

input:where([type=text],[type=email],[type=url],[type=password],[type=search],[type=number],[type=tel],[type=date],[type=time],[type=week],[type=month],[type=datetime],[type=datetime-local],[type=range]):where(:not(.wpex-unstyled-input)) {
width: 100%;
}

h3 {
display: none;
}