.dknm-rss {
	list-style: none;
	margin: 1.5em 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.9em;
}

.dknm-rss__item {
	display: flex;
	gap: 0.9em;
	align-items: flex-start;
	padding-bottom: 0.9em;
	border-bottom: 1px solid #eee;
}

.dknm-rss__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.dknm-rss__thumb img {
	width: 88px;
	height: 66px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.dknm-rss__body {
	flex: 1;
	min-width: 0;
}

.dknm-rss__title {
	display: block;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	margin-bottom: 0.25em;
}

.dknm-rss__meta {
	font-size: 0.8em;
	color: #888;
	display: flex;
	gap: 0.8em;
	margin-bottom: 0.3em;
}

.dknm-rss__desc {
	font-size: 0.85em;
	color: #666;
	margin: 0;
	line-height: 1.6;
}
