/* Ala Registration Fields - front */
/* Only adds small visual cues; server-side validation is in the module */

.alareg-required-label::after{
  content:" *";
  color:#d9534f;
  font-weight:700;
}

/* Phone field spacing if needed */
#field-phone{
  max-width: 520px;
}
