.rd-qmh-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.rd-qmh-schnellauswahl {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
}

.rd-qmh-schnellauswahl-label {
	font-weight: 600;
	color: var(--rd-secondary-active);
	font-size: 14px;
	white-space: nowrap;
}

.rd-qmh-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 24px;
	text-align: center;
}

.rd-qmh-empty-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #fce4ec;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	color: var(--rd-primary-active, #d66181);
}

.rd-qmh-empty-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--rd-primary-active, #d66181);
	margin-bottom: 8px;
}

.rd-qmh-empty-message {
	font-size: 13px;
	color: #666;
	max-width: 360px;
	line-height: 1.4;
}

.rd-qmh-fac-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 8px;
}

.rd-qmh-fac-name {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rd-qmh-fac-users {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.rd-qmh-fac-users .user_mini_foto,
.rd-qmh-fac-users .user_mini_foto .avatar_mainframe {
	width: 32px;
	height: 32px;
	margin-right: 0;
}

.rd-qmh-fac-users pc-tooltip {
	margin-right: -4px;
}

.rd-qmh-fac-avatar-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--rd-grey-light, #e0e0e0);
	color: var(--rd-text-color, #333);
	font-size: 12px;
	font-weight: 600;
}
