.ri-rp-panel {
	position: fixed;
	z-index: 99998;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	padding: 10px 12px;
	max-height: 320px;
	overflow-y: auto;
	font-family: inherit;
}

.ri-rp-panel[hidden] {
	display: none;
}

.ri-rp-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #999;
	margin: 8px 0 6px;
}

.ri-rp-header:first-child {
	margin-top: 0;
}

.ri-rp-clear {
	font-size: 12px;
	color: #888;
	text-transform: none;
	letter-spacing: normal;
	cursor: pointer;
	text-decoration: underline;
}

.ri-rp-clear:hover {
	color: #222;
}

.ri-rp-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 6px;
}

.ri-rp-chip {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f2f2f2;
	color: #222;
	font-size: 13px;
	cursor: pointer;
}

.ri-rp-chip:hover {
	background: #e6e6e6;
}

.ri-rp-chip-category {
	background: #eef4ff;
	color: #1a5cff;
	text-decoration: none;
}

.ri-rp-chip-category:hover {
	background: #dce9ff;
}
