/* EuroAddress — Dolibarr UI styles
 * Copyright (C) 2026 alpenia. License: GPL-3.0-or-later
 */

.euroaddress-dropdown {
	position: absolute;
	z-index: 99999;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	max-height: 280px;
	overflow-y: auto;
	font-size: 13px;
	font-family: inherit;
	min-width: 240px;
}

.euroaddress-item {
	padding: 6px 10px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.euroaddress-item:last-child {
	border-bottom: 0;
}

.euroaddress-item:hover,
.euroaddress-item:focus {
	background: #f5f9ff;
	outline: none;
}

.euroaddress-loading {
	color: #888;
	font-style: italic;
	cursor: default;
}

.euroaddress-loading:hover {
	background: #fff;
}
