.jhljs-picker { max-width: 600px; margin-bottom: 1em; }
.jhljs-chips {
	padding: 6px;
	min-height: 38px;
	border: 1px solid #c3c4c7;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 6px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}
.jhljs-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 4px 3px 6px;
	background: #f0f0f1;
	border: 1px solid #dcdcde;
	border-radius: 14px;
	font-size: 13px;
	line-height: 1.4;
}
.jhljs-chip-type {
	background: #2271b1;
	color: #fff;
	font-size: 10px;
	padding: 1px 6px;
	border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
}
.jhljs-chip-label { color: #1d2327; }
.jhljs-chip-remove {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0 4px;
	font-size: 16px;
	line-height: 1;
	color: #757575;
}
.jhljs-chip-remove:hover { color: #d63638; }
.jhljs-empty-hint { color: #757575; font-style: italic; padding: 4px 6px; }
.jhljs-search-wrap { position: relative; }
.jhljs-search {
	width: 100%;
	max-width: 600px;
	padding: 6px 8px;
	border: 1px solid #c3c4c7;
	border-radius: 3px;
}
.jhljs-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-width: 600px;
	background: #fff;
	border: 1px solid #c3c4c7;
	max-height: 240px;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.jhljs-results li { margin: 0; padding: 0; }
.jhljs-result {
	width: 100%;
	text-align: left;
	padding: 6px 10px;
	background: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	gap: 8px;
	align-items: center;
}
.jhljs-result:hover { background: #f0f0f1; }
.jhljs-result-id { color: #757575; font-size: 11px; margin-left: auto; }
.jhljs-result-empty { padding: 6px 10px; color: #757575; font-style: italic; }
