<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kdbadges__plugin *{
	box-sizing: border-box;
}

.kdbadges__plugin{
	position: absolute;
	left: 0;
	top: 10px;
	display: flex;
	flex-direction: column;
	z-index: 10;
}

.kdbadges__plugin-item{
	width: auto;
	padding: 4px 7px 5px;
	color: #fff;
	margin-bottom: 7px;
	font-size: 13px;
	align-self: flex-start;
	line-height: 1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: block;
}

.kdbadges__plugin-item:last-of-type{
	margin-bottom: 0;
}</pre></body></html>