.rfa-feed-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
	margin: 0;
}

.rfa-feed-item {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.rfa-feed-item-thumb img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
}

.rfa-feed-item-body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rfa-feed-item-title {
	margin: 0;
	font-size: 1.05em;
	line-height: 1.3;
}

.rfa-feed-item-title a {
	text-decoration: none;
	color: inherit;
}

.rfa-feed-item-source {
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 0.02em;
}

.rfa-feed-item-date {
	font-size: 0.8em;
	color: #888;
}

.rfa-feed-item-excerpt {
	font-size: 0.9em;
	color: #444;
	margin: 0;
}

.rfa-feed-item-link {
	margin-top: auto;
	font-size: 0.85em;
	font-weight: 600;
}

.rfa-no-items {
	color: #888;
	font-style: italic;
}
