.ckgsb-faculty-suggest {
	position: absolute;
	z-index: 100000;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	border: 1px solid #e6e6e6;
	border-top: none;
	max-height: 360px;
	overflow-y: auto;
	box-sizing: border-box;
}

.ckgsb-faculty-suggest[hidden] {
	display: none;
}

.ckgsb-faculty-suggest__item a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 12px;
	text-decoration: none;
	color: #222;
}

.ckgsb-faculty-suggest__item.is-active a,
.ckgsb-faculty-suggest__item a:hover {
	background: #f3f8fc;
}

.ckgsb-faculty-suggest__thumb {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	background: #e8e8e8;
}

.ckgsb-faculty-suggest__text {
	min-width: 0;
	flex: 1 1 auto;
}

.ckgsb-faculty-suggest__name {
	display: block;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 600;
	color: #0a2a4a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ckgsb-faculty-suggest__position {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 991px) {
	.ckgsb-faculty-suggest {
		max-height: 50vh;
	}

	.ckgsb-faculty-suggest__item a {
		gap: 14px;
		padding: 12px 14px;
	}

	.ckgsb-faculty-suggest__thumb {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
	}

	.ckgsb-faculty-suggest__name {
		font-size: 16px;
	}

	.ckgsb-faculty-suggest__position {
		font-size: 13px;
	}
}
