/* Estilos mínimos, fáceis de sobrescrever pelo Elementor */
.vt-wrapper { display:block; max-width:520px; width:100%; margin:1rem 0; }
.vt-form { display:flex; gap:.5rem; align-items:center; flex-wrap:wrap; }
.vt-label { width:100%; font-weight:600; margin-bottom:.25rem; }
.vt-input { flex:1 1 260px; padding:.6rem .8rem; border:1px solid #ddd; border-radius:8px; outline:none; }
.vt-input:focus { border-color:#888; }
.vt-button { padding:.6rem 1rem; border:0; border-radius:8px; cursor:pointer; }
.vt-message { width:100%; margin-top:.4rem; font-size:.95rem; }
.vt-valid { color:#0f7a1f; font-weight:600; }
.vt-invalid { color:#b3132b; font-weight:600; }
.vt-support { display:inline-block; margin-left:.4rem; text-decoration:underline; }
@media (max-width:480px){
  .vt-form { flex-direction:column; align-items:stretch; }
  .vt-button { width:100%; }
}
