.wpcf7 form {
  max-width: 350px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  box-sizing: border-box;
  color: #111827;
  font-weight: 500;
  border-radius: 0.5rem;
  border: 1px solid #9ca3af;
  padding: 0.75rem;
  font-size: 16px;
  height: auto;
  width: 100%;
}

.wpcf7 .wpcf7-submit {
  width: 100%;
  display: inline-block;
  background: #0073aa;
  color: white;
  border: none;
  padding: 0.75rem;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #005177;
}
