.wpcf7 .wa-cf7_layout_wrapper input, .wpcf7 .wa-cf7_layout_wrapper select {
  width: 100%;
}
.wpcf7 .wa-cf7_layout_wrapper select {
  padding: 0 1.6rem;
  height: 100%;
  border: 2px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  outline: none;
  transition: all 250ms ease-in-out;
}
.wpcf7 .wa-cf7_layout_wrapper input[type="submit"] {
  width: auto !important;
}

