.belingogeo-city-select-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	max-width: 100%;
}

.belingogeo-city-select__label {
	margin: 0;
	white-space: nowrap;
}

.belingogeo-city-select {
	max-width: 100%;
	min-width: 0;
}

.belingogeo-city-select:disabled {
	opacity: 0.7;
	cursor: wait;
}
