/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 20:49:16 */
/* Campo fechado (igual ao input) */
.wpcf7-form select.form-control {
  background-color: #2a46b4 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 10px 15px !important;
  color: #fff !important;
  width: 100% !important;
  font-size: 15px !important;
  box-shadow: none !important;
  appearance: none !important;
}

/* Texto dentro do select */
.wpcf7-form select.form-control option {
  background-color: #2a46b4 !important; /* fundo igual ao input */
  color: #fff !important; /* texto branco */
  padding: 10px !important;
}