/* Start custom CSS for wd_contact_form_7, class: .elementor-element-fa12e82 */.form-wrapper {
  width: 60%;
  margin: 0 auto;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.form-col {
  flex: 0 0 calc(33.333% - 13.34px);
}

.form-col.full-width {
  flex: 0 0 100%;
}

.form-col label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}/* End custom CSS */