.webform-submission-form .panel-block {
  display: block !important;
}
.webform-submission-form .webform-options-display-three-columns div.form-item {
  break-inside: avoid;
  padding-bottom: 1rem;
}
.webform-submission-form .form-item-survey-switch-lang label {
  font-size: 22px;
}
.webform-submission-form .description {
  margin-top: .5em;
}
.webform-submission-form .form-wrapper > div.form-item {
    margin-bottom: 1.2em;
}
/* To use the custom file upload button, we need to "hide" the default file upload button, for some reason the webform style is overwritten */ 
.webform-file-button-input {
    position: fixed !important;
}
/* Hide file symbol which overlaps with text */
#edit-i-orga-image > .has-icons-left {
  display: none;
}
/* Workaround to avoid description distance to checkboxes to be massive on safari (3 columns webform layout) */
#edit-f3-1--wrapper {
  max-height: 1660px;
  overflow: scroll;
}