/*-----------------------------------------------------------------------------------

  Theme Name: Theme Name - Trade Space
  Theme URI: https://tradespace.lu/
  Description: This theme developed by Onup Roy :)
  Author: Onup Roy
  Author URI: https://onuproy.com
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 1.0
  Text Domain: tradespace
-------------------------------------------------------------------------------------*/



.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: green;
  width: max-content;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output{
  border-color: red;
  color: red;
  width: max-content;
  font-size: 15px;
}