/* Ham Address Autofill — suggestion dropdown */

.gpaa-dropdown {
	position: absolute;
	z-index: 999999;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	max-height: 320px;
	overflow-y: auto;
	font-size: 14px;
	box-sizing: border-box;
}

.gpaa-item {
	display: block;
	padding: 9px 12px;
	cursor: pointer;
	line-height: 1.4;
	border-bottom: 1px solid #f1f1f1;
}

.gpaa-item:last-of-type {
	border-bottom: none;
}

.gpaa-item-main {
	display: block;
	color: #1e1e1e;
	font-weight: 600;
}

.gpaa-item-secondary {
	display: block;
	color: #757575;
	font-size: 12px;
	margin-top: 1px;
}

.gpaa-item.gpaa-highlight,
.gpaa-item:hover {
	background: #f0f6ff;
}

.gpaa-attribution {
	padding: 5px 12px;
	text-align: right;
	font-size: 10px;
	color: #9a9a9a;
	background: #fafafa;
	border-top: 1px solid #eee;
	letter-spacing: 0.02em;
}
