/* Minimal defaults; your theme/Elementor styles should win. */
.wef-form-wrap { width: 100%; }
.wef-form-wrap .inline-fields { display: flex; align-items: stretch; gap: 0; }
.wef-form-wrap .wpcf7-form-control-wrap { flex: 1; display: flex; }
.wef-form-wrap input[type="email"] { flex: 1; min-width: 0; }
.wef-form-wrap input[type="submit"] { display:flex; align-items:center; justify-content:center; }
.wef-form-wrap .wef-message { margin-top: 8px; font-size: 14px; }
.wef-form-wrap .wef-message.wef-ok { color: #1a7f37; }
.wef-form-wrap .wef-message.wef-err { color: #d93025; }
@media (max-width: 500px){
  .wef-form-wrap .inline-fields { flex-direction: column; }
}
