.dkvs-theme-summary {
	margin: 1em 0;
}

.dkvs-theme-summary-title {
	margin: 0 0 .5em;
	font-size: 1em;
}

.dkvs-theme-summary-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dkvs-theme-summary-list li {
	display: flex;
	justify-content: space-between;
	padding: .3em 0;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}

.dkvs-theme-label {
	opacity: .75;
}

.dkvs-theme-value {
	font-weight: 600;
}

.dkvs-theme-popular-list {
	list-style: disc;
	padding-left: 1.2em;
	margin: 0;
}

.dkvs-theme-popular-list li {
	margin-bottom: .4em;
}

.dkvs-theme-views {
	opacity: .6;
	font-size: .85em;
}

.dkvs-counter {
	font-weight: 600;
}

.dkvs-online-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
}

.dkvs-online-badge-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2ecc71;
}

.dkvs-chart-wrap {
	position: relative;
	width: 100%;
	height: 260px;
}

.dkvs-chart-wrap-lg {
	height: 400px;
}