
.phone-input-wrapper[data-v-c75aa261] {
  width: 100%;
}
.input-field[data-v-c75aa261] {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-family: inherit;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  background-color: white;
  color: #1f2937;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  letter-spacing: 0.5px;
}
.input-field[data-v-c75aa261]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.input-field[data-v-c75aa261]::-moz-placeholder {
  color: #9ca3af;
}
.input-field[data-v-c75aa261]::placeholder {
  color: #9ca3af;
}
