/* Web24-RSS Feed - Frontend */

.web24-rss-heading {
	margin: 0 0 0.75rem;
	font-size: 1.05rem;
	line-height: 1.4;
}

.web24-rss-heading p:last-child {
	margin-bottom: 0;
}

.web24-rss-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.web24-rss-item {
	display: flex;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.web24-rss-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.web24-rss-thumb {
	flex: 0 0 auto;
}

.web24-rss-thumb img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.web24-rss-content {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.web24-rss-title {
	font-weight: 600;
	text-decoration: none;
	line-height: 1.3;
}

.web24-rss-date {
	font-size: 0.8rem;
	opacity: 0.65;
}

.web24-rss-excerpt {
	margin: 0.25rem 0 0;
	font-size: 0.9rem;
	line-height: 1.45;
	opacity: 0.9;
}

.web24-rss-error {
	padding: 0.75rem 1rem;
	background: #fdecea;
	color: #a11;
	border-radius: 6px;
	font-size: 0.9rem;
}

.web24-rss-empty {
	padding: 0.75rem 1rem;
	background: #f4f4f4;
	border-radius: 6px;
	font-size: 0.9rem;
}
