/* Phone input styling for multi-API integration */
.intl-tel-input, .iti { width: 100%; }

/* Ensure enough space for dial code */
input[name="phone"] {
  padding-left: 90px !important;
}

/* Optional: align flag area with inputs */
.intl-tel-input .selected-flag {
  border-radius: 12px 0 0 12px;
}

/* Keep input height consistent with design tokens */
.intl-tel-input .country-list { z-index: 10000; }


