

@media only screen and (min-width: 800px) {
    .form-item {
        margin-block: 16px;
    }
}

.webform-options-display-side-by-side .form-item {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 24px;
}



/* Postcode huisnummer ext. fix */
@media only screen and (min-width: 800px) {

  .webform-postcodeapi--wrapper .grid--with-gaps {
      max-width: 608px;
  }

  .webform-postcodeapi--wrapper .grid--with-gaps .grid__item:nth-child(2) {
    margin-right: 0;
  }


}
