/* Telefon ülke seçici — SVG bayraklar (emoji yerine, tüm hostinglerde çalışır) */
.phone-cc-flag,
.phone-cc-option .cc-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.35rem;
  min-width: 1.35rem;
}

.phone-cc-flag .fi,
.phone-cc-option .cc-flag.fi {
  width: 1.35rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.1);
  background-size: cover;
}

.cc-flag--iso {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--muted, #64748b);
  background: var(--surface-2, #f1f5f9);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}
