/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.cf7-custom-form {
    max-width: 700px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}
.cf7-custom-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cf7-custom-form .form-row p {
  display: contents; /* faz o <p> desaparecer visualmente no layout flex */
}

.cf7-custom-form .form-row label {
  flex: 1;
  min-width: 200px;
}