/*
Theme Name: Unicamp Child
Theme URI: https://unicamp.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: unicamp
Text Domain: unicamp-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.cf7-submit-row .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 48px;      /* как в макете */
  background: #ffd600;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;        /* сбиваем кривой line-height из темы */
  cursor: pointer;
}
/* сбрасываем стили темы */
.wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}

/* вообще не показываем, пока он пустой */
.wpcf7-response-output:empty {
  display: none;
}