.vsp-public-standliste {
	max-width: 600px;
}

.vsp-standliste {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.vsp-standliste-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-bottom: 1px solid #eee6da;
}

.vsp-standliste-item:last-child {
	border-bottom: none;
}

.vsp-standliste-icon {
	flex-shrink: 0;
	width: 36px;
	display: flex;
	justify-content: center;
}

.vsp-standliste-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.vsp-standliste-name {
	font-weight: 700;
	color: var(--vsp-green);
	font-size: 15px;
}

.vsp-standliste-category {
	font-size: 12px;
	color: var(--vsp-orange);
	font-weight: 600;
}

.vsp-standliste-dates {
	font-size: 12px;
	color: #666;
}

.vsp-standliste-empty {
	text-align: center;
	padding: 30px;
	color: #666;
}
