.ilc-emoji-popup {
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: 6px;
	width: 224px;
	max-height: 170px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
	padding: 6px;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
	z-index: 20;
}

.ilc-emoji-item {
	background: none;
	border: none;
	font-size: 18px;
	line-height: 1;
	padding: 4px 0;
	cursor: pointer;
	border-radius: 4px;
}

.ilc-emoji-item:hover {
	background: #f0f0f0;
}
