/* VIP rozet — yorum / profil */
.mrh-vip-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 6px;
	padding: 1px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.6;
	vertical-align: middle;
	background: linear-gradient(135deg, #7b1fa2, #512da8);
	color: #fff;
	max-width: 100%;
	min-width: 0;
}

.mrh-vip-badge-icon {
	font-size: 10px;
	line-height: 1;
	flex: 0 0 auto;
}

.mrh-vip-badge-text {
	letter-spacing: 0.02em;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mrh-profile-name .mrh-vip-badge,
.mrh-profile-summary .mrh-vip-badge {
	max-width: min(100%, 220px);
	margin: 4px 0 0;
}
