/* ==========================================================================
   Blog Listing Stream — Hello Elementor Child
   Full posts (title + video + content) stacked one after another,
   matching the reference layout, alongside the Author/Archives sidebar.
   ========================================================================== */

.spst-stream-item {
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid var(--spst-border);
}

.spst-stream-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.spst-stream__title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 10px;
}

.spst-stream__title a {
	color: var(--spst-text);
	text-decoration: none;
}

.spst-stream__title a:hover {
	color: var(--spst-accent);
}

.spst-stream__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13.5px;
	color: var(--spst-text-muted);
	margin-bottom: 22px;
}

.spst-stream__meta a {
	color: var(--spst-text-muted);
	text-decoration: none;
}

.spst-stream__meta a:hover {
	color: var(--spst-accent);
}

.spst-meta-dot {
	opacity: .5;
}

/* ---------------- Video / Featured Media ---------------- */

.spst-stream__media {
	margin-bottom: 24px;
}

.spst-stream__media img {
	width: 100%;
	border-radius: var(--spst-radius);
	display: block;
}

/* Responsive embed wrapper output by WordPress core when
   add_theme_support( 'responsive-embeds' ) is active. */
.spst-stream__body .wp-embed-aspect-16-9,
.spst-stream__body .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: var(--spst-radius);
	margin-bottom: 1.3em;
}

.spst-stream__body .wp-embed-aspect-16-9 iframe,
.spst-stream__body .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: var(--spst-radius);
}

/* ---------------- Read more link (optional use) ---------------- */

.spst-stream__more {
	display: inline-block;
	margin-top: 8px;
	font-weight: 700;
	color: var(--spst-accent);
	text-decoration: none;
}

.spst-stream__more:hover {
	text-decoration: underline;
}
