.ciq-postal-code-select {
	position: absolute;
	z-index: 10; /* Anything higher will be above the menu */
	display: block;
	list-style: none;
	padding: 0;
	border: 1px solid #c5c5c5;
	background: #FFF;
	color: #000;
}

.ciq-postal-code-select .ciq-postal-code-select-item {
	cursor: pointer;
	padding: 0.25em 0.5em;
	font-weight: 500;
}

.ciq-postal-code-select .ciq-postal-code-select-item:hover,
.ciq-postal-code-select .ciq-postal-code-select-item:focus {
	color: white;
	background: var( --e-global-color-accent );
}