.bdt-address-suggestions {
	position: absolute;
	z-index: 1000;
	background: #fff;
	border: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bdt-address-suggestions li {
	padding: 8px 12px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.bdt-address-suggestions li:last-child {
	border-bottom: none;
}

.bdt-address-suggestions li:hover {
	background-color: #f5f5f5;
}

.acf-input {
	position: relative; /* Para posicionar las sugerencias */
}
