.lopontt-top-artikel {
	list-style: none;
	margin: 0;
	padding: 0 12px 12px;
}

.lopontt-top-artikel li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.lopontt-top-artikel li:last-child {
	border-bottom: none;
}

.lopontt-top-artikel .lopontt-top-artikel-rank {
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 9999px;
	background: #e11d2e;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-top: 2px;
}

.lopontt-top-artikel a {
	display: inline-block;
	line-height: 1.3;
	flex: 1;
}
