/**
 * Frontend-Styles fuer das Widget/Shortcode "Web24 – Neueste Beitraege".
 *
 * Layout an das wpForo-Widget "Recent Posts" angelehnt: Autoren-Avatar links,
 * Titel und Datum rechts daneben.
 */
.w24mf-latest-posts-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.w24mf-latest-posts-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.08 );
}

.w24mf-latest-posts-item:last-child {
	border-bottom: 0;
}

.w24mf-latest-posts-avatar {
	flex: 0 0 auto;
	line-height: 0;
}

.w24mf-latest-posts-avatar img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.w24mf-latest-posts-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.w24mf-latest-posts-link {
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}

.w24mf-latest-posts-date {
	margin-top: 2px;
	font-size: 0.8em;
	opacity: 0.7;
}
