.city-search-field {
  position: relative;
}

.city-suggestions {
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  max-height: 220px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  z-index: 20;
}

.city-suggestion-item {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  color: #111827;
}

.city-suggestion-item:hover {
  background: #f3f4f6;
}

.category-selector-container-rf {
  position: relative;
}

.category-selector-container-rf .category-list-container-rf {
  position: relative;
  z-index: 30;
  background: #fff;
}

.picker-input-invalid,
.form-input.picker-input-invalid,
.form-select.picker-input-invalid,
.category-search-input-rf.picker-input-invalid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15) !important;
}

.phone-with-country-row {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

.phone-with-country-row .phone-country-code-select {
  width: 7.5rem;
  flex-shrink: 0;
  padding-left: 0.625rem;
  padding-right: 1.75rem;
}

.phone-with-country-row .phone-number-input {
  flex: 1;
  min-width: 0;
}

.profile-phone-city-row > .form-group,
.profile-phone-city-row > .city-search-field,
.profile-job-language-row > .form-group,
.profile-job-language-row > [data-job-picker-root],
.profile-company-name-legal-row > .form-group,
.profile-company-description-address-row > .form-group {
  min-width: 0;
}
