/* Homez / wp-realestate classic register form */
.begard-ul-register-location:not(.begard-ul-register-location--digits) select.begard-ul-input {
	width: 100%;
}

.begard-ul-register-location__city-label {
	display: block;
	margin-top: 12px;
}

/* Digits signup step — match native dropdown field layout */
.begard-ul-register-location--digits {
	display: contents;
}

.begard-ul-register-location--digits .digits-form_input_row {
	margin-bottom: 20px;
}

.begard-ul-register-location--digits select:not(.select2-hidden-accessible) {
	width: 100%;
}
