/**
 * SU Vendor Labels — kompakt, klar von Rang/Abo getrennt.
 */

.su-vendor-labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
}

.su-vendor-labels--card {
	margin-top: 6px;
	margin-bottom: 2px;
}

.su-vendor-labels--pdp {
	margin-top: 0;
	margin-bottom: 0;
}

/*
 * PDP: Dokan setzt .dokan-vendor-info-wrap auf flex row + align center — ohne diese Regel
 * stehen „Top Verkäufer“ / „Aktiv“ und die Fußnote rechts neben dem Profilblock.
 */
.su-product-vendor-info .dokan-vendor-info-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}

.su-product-vendor-info .dokan-vendor-info-wrap > .su-vendor-profile-header {
	width: 100%;
}

.su-product-vendor-info .dokan-vendor-info-wrap > .su-vendor-labels--pdp {
	align-self: flex-start;
}

.su-vl-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 8px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border-radius: 999px;
	border: 1px solid transparent;
	white-space: nowrap;
}

.su-vl-pill--top {
	color: #7c2d12;
	background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
	border-color: rgba(234, 88, 12, 0.35);
}

.su-vl-pill--new {
	color: #1e40af;
	background: #eff6ff;
	border-color: rgba(59, 130, 246, 0.35);
}

.su-vl-pill--active {
	color: #14532d;
	background: #f0fdf4;
	border-color: rgba(34, 197, 94, 0.4);
}

.su-vendor-labels-footnote {
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	color: #64748b;
	max-width: 100%;
}

@media (min-width: 768px) {
	.su-vl-pill {
		font-size: 11px;
		padding: 3px 10px;
	}
}
