/**
 * Диверсанти / Мапа укриттів — пошук за адресою в сайдбарі фільтрів.
 * Окремий модуль теми (підключається через inc/map-address-search.php).
 * Кольори/шрифт/rem збігаються з основним дизайном (root 62.5% → 1rem = 10px).
 */

.map_popup__search {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #DEDEDE;
}

.map_popup__search_label {
	margin-bottom: 0.8rem;
	font-family: 'Onest', sans-serif;
	font-weight: 500;
	color: #231F20;
}

@media (min-width: 1024px) {
	.map_popup__search_label { font-size: 1.8rem; }
}

@media (max-width: 1023.5px) {
	.map_popup__search_label { font-size: 1.3rem; }
}

/* веб-компонент автокомпліту Google */
.map_popup__search_field gmp-place-autocomplete,
.map_popup__search_field .map_popup__search_input {
	display: block;
	width: 100%;
}

.map_popup__nearest {
	margin: 1.2rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	list-style: none;
}

.map_popup__nearest_item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1.1rem;
	font-family: 'Onest', sans-serif;
	color: #231F20;
	background-color: #F1F1F1;
	cursor: pointer;
	transition: color 0.2s;
}

@media (min-width: 1024px) {
	.map_popup__nearest_item { font-size: 1.6rem; }
}

@media (max-width: 1023.5px) {
	.map_popup__nearest_item { font-size: 1.2rem; }
}

@media (hover: hover) {
	.map_popup__nearest_item:hover,
	.map_popup__nearest_item:focus {
		color: #AF1116;
	}
}

.map_popup__nearest_addr {
	line-height: 1.2;
}

.map_popup__nearest_dist {
	flex-shrink: 0;
	font-weight: 500;
	color: #AF1116;
}

.map_popup__nearest_empty {
	padding: 0.6rem 0;
	font-family: 'Onest', sans-serif;
	color: #797979;
}

@media (min-width: 1024px) {
	.map_popup__nearest_empty { font-size: 1.4rem; }
}

@media (max-width: 1023.5px) {
	.map_popup__nearest_empty { font-size: 1.1rem; }
}
