.profile-location-field { min-width: 0; }
.profile-location-selects { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; align-items: start; }
.profile-dialog .profile-location-selects > label,
.profile-editor-dialog .profile-location-selects > label { display: grid; gap: 7px; margin: 0; }
.profile-location-field select { width: 100%; min-width: 0; min-height: 46px; padding: 11px 25px 11px 10px; border: 1px solid #dcd9d2; border-radius: 9px; background: #fff; color: #171717; font: inherit; font-size: 15px; cursor: pointer; }
.profile-location-field select:invalid { color: #888; }
.profile-location-field select:disabled { background: #f6f6f4; cursor: not-allowed; }
.profile-location-field select:focus { border-color: #165cff; outline: 0; box-shadow: 0 0 0 3px #e9efff; }
.profile-location-field [data-location-note] { display: block; margin-top: 7px; color: #777; font-size: 12px; line-height: 1.6; font-weight: 400; }
.profile-location-field [data-location-note][hidden] { display: none !important; }
@media (max-width: 380px) { .profile-location-selects { grid-template-columns: minmax(0, 1fr); } }
