/* DZ Post Info Widget */

/* Container: Bild, Titel und Meta-Gruppen immer als gestapelte Blöcke. */
.dzs-post-info {
	display: flex;
	flex-direction: column;
}

.dzs-post-info__image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.dzs-post-info__image a {
	display: inline-block;
	line-height: 0;
}

.dzs-post-info__title {
	margin: 0;
}

.dzs-post-info__title a {
	text-decoration: none;
	transition: color 0.2s ease;
}

/* Meta-Gruppe: Anordnung horizontal/vertikal nur hier. */
.dzs-post-info__meta {
	display: flex;
	align-items: center;
}

.dzs-post-info__meta--horizontal {
	flex-direction: row;
	flex-wrap: wrap;
}

.dzs-post-info__meta--vertical {
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.dzs-post-info__meta-item a {
	text-decoration: none;
}

.dzs-post-info__meta-item a:hover {
	text-decoration: underline;
}

.dzs-post-info__sep {
	opacity: 0.6;
}

/* Editor-Platzhalter für fehlendes Beitragsbild */
.dzs-post-info__image .elementor-widget-empty-icon {
	font-size: 64px;
	color: #c2cbd2;
	padding: 24px;
}
