/* Combobox de cidade — campo de texto editável com aparência de select. Portal e wp-admin. */
.cidade-input {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23003e63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right .6rem center !important;
	background-size: 18px 18px !important;
	padding-right: 2.1rem !important;
}
/* Dropdown ancorado no body (posição/tamanho vêm por JS). */
.cidade-ac {
	position: absolute; z-index: 99999;
	margin: 0; padding: 4px; list-style: none;
	background: #fff; border: 1px solid #d9d3c4; border-radius: 6px;
	box-shadow: 0 12px 30px rgba(0, 33, 54, 0.16); max-height: 280px; overflow-y: auto;
}
.cidade-ac li {
	padding: .5rem .7rem; border-radius: 4px; cursor: pointer;
	font-size: 14px; color: #1d1718; line-height: 1.3; white-space: nowrap;
}
.cidade-ac li:hover, .cidade-ac li.is-active { background: #f3ede0; }
