body {
  &.wp-theme-astra {
    form {
      &.wpcf7-form {
        input[type="text"],
        input[type="number"],
        input[type="email"],
        input[type="url"],
        input[type="password"],
        input[type="search"],
        input[type="reset"],
        input[type="tel"],
        input[type="date"],
        button,
        select {
          height: 46px;
        }

        button {
          &.eacf7-button {
            height: 46px !important;
            line-height: 46px !important;
            padding: 0 15px !important;
          }
        }
      }
    }
  }
}
