/* phoneInput.css — telefon alanı */
.phone-wrap { position: relative; display: block; }
.phone-wrap__prefix {
  position: absolute; left: 12px; top: 0; height: 100%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-soft); font-size: 13px; font-weight: 600;
  line-height: 1; pointer-events: none;
  z-index: 1;
}
.phone-wrap__input { padding-left: 44px !important; }
