/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 02:48:49 */
/* Exemplo: empurrar o texto para a direita para não sobrepor o prefixo */
input[type="tel"].forminator-input {
  padding-left: 40px !important; /* ajuste esse valor */
}

/* Ajustar tamanho e posição do prefixo */
.forminator-international-code {
  font-size: 14px !important;
  line-height: 1.2 !important;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
