/* MT – Nomenclator RO pentru LifterLMS */

/* Inputul original de localitate, ascuns dar prezent în DOM (păstrează value-ul pentru submit). */
.mt-ro-city-hidden-input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect( 0, 0, 0, 0 ) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Select-ul de localitate să arate ca restul câmpurilor LifterLMS când select2 NU e disponibil. */
.mt-ro-city-select {
	width: 100%;
	display: block;
}

/* Aliniere select2 cu lățimea câmpului. */
.llms-form-field .select2-container.select2-container {
	width: 100% !important;
}

/* Înălțime/aspect consistent cu inputurile LifterLMS. */
.llms-form-field .select2-container--default .select2-selection--single {
	height: auto;
	min-height: 38px;
	padding: 4px 6px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
