/**
 * WooCommerce company autocomplete dropdown.
 */

.cc-wc-results {
	list-style: none;
	margin: 0.25em 0 0;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
	max-height: 12rem;
	overflow-y: auto;
}

.cc-wc-results[hidden] {
	display: none;
}

.cc-wc-results li {
	padding: 0.5em 0.75em;
	cursor: pointer;
	margin: 0;
}

.cc-wc-results li:hover,
.cc-wc-results li:focus {
	background: #f0f6fc;
}

.cc-wc-results__loading,
.cc-wc-results__empty {
	cursor: default;
	color: #646970;
}
