/* zobrazení checkboxu */
.se-webform input[type="checkbox"],
.se-webform input[type="radio"] {
    display: initial !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

/* zobrazení selectu */
.se-webform select {
    height: auto !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}