css for form v2
.formmodule {
.swform {
> div:first-of-type {
.swformfield {
label {}
.swformfieldwrapper {
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {}
}
}
}
.swformactions {
.swformsubmit {
button.swformsubmit__btn {}
}
}
}
}