.stami-podcast-feed {
	display: grid;
	gap: 0;
	margin: 30px 0;
	width: 100%;
	max-width: none;
	font-family: Fira Sans, sans-serif;
}

.stami-podcast-feed article.stami-podcast-feed__episode {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	padding: 20px;
	width: 100%;
	max-width: none;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	background-color: #fff;
	transition: none !important;
}

.stami-podcast-feed article.stami-podcast-feed__episode + article.stami-podcast-feed__episode {
	border-top: 1px solid #d7deea !important;
}

.stami-podcast-feed article.stami-podcast-feed__episode::before,
.stami-podcast-feed .stami-podcast-feed__title::before {
	content: none !important;
	display: none !important;
}

.stami-podcast-feed__episode--featured {
	background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.stami-podcast-feed article.stami-podcast-feed__episode:hover,
.stami-podcast-feed article.stami-podcast-feed__episode:focus-within {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	background-color: #fff !important;
	transition: none !important;
}

.stami-podcast-feed__content {
	display: block;
	width: 100%;
	max-width: none;
	min-width: 0;
}

.stami-podcast-feed__title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	color: #223a76;
}

.stami-podcast-feed__episode-number {
	display: inline-block;
	margin-right: 0.35em;
	white-space: nowrap;
}

.stami-podcast-feed__meta {
	margin: 0 0 10px;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.stami-podcast-feed__description {
	margin-bottom: 16px;
	color: #2b2b2b;
}

.stami-podcast-feed__description > :first-child {
	margin-top: 0;
}

.stami-podcast-feed__description > :last-child {
	margin-bottom: 0;
}

.stami-podcast-feed__description p,
.stami-podcast-feed__description li {
	font-size: 16px;
	line-height: 1.8;
	color: #2b2b2b;
}

.stami-podcast-feed__debug-status {
	margin: 0 0 12px;
	padding: 8px 12px;
	border-left: 4px solid #223a76;
	background-color: #eef4ff;
	color: #223a76;
	font-size: 14px;
	line-height: 1.5;
}

.stami-podcast-feed__debug-status[data-embed-status="audio-fallback"] {
	border-left-color: #8a4b00;
	background-color: #fff3e6;
	color: #6b3b00;
}

.stami-podcast-feed__player {
	display: block;
	width: 100%;
	min-height: 40px;
	margin-top: 4px;
	accent-color: #223a76;
}

.stami-podcast-feed__featured-player-wrap {
	position: relative;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 20px;
	padding-top: 56.25%;
	overflow: hidden;
	border-radius: 12px;
	background-color: #0b2f3f;
}

.stami-podcast-feed__featured-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.VideoPlayer__container.VideoContainer_videoElement__ArqoM {
	margin-bottom: 10px;
}

.stami-podcast-feed__links {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.6;
}

.stami-podcast-feed__links .stami-button {
	margin-top: 0;
}

.stami-podcast-feed__links a:not(.stami-button) {
	color: #223a76;
	text-decoration: underline;
}

.stami-podcast-feed__links a:not(.stami-button):hover,
.stami-podcast-feed__links a:not(.stami-button):focus {
	text-decoration: none;
}

.stami-podcast-feed__error,
.stami-podcast-feed__empty {
	padding: 20px;
	background-color: #eef6eb;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 1.8;
}

@media only screen and (min-width: 768px) {
	.stami-podcast-feed {
		gap: 0;
		margin: 45px 0;
	}

	.stami-podcast-feed article.stami-podcast-feed__episode {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.stami-podcast-feed__title {
		font-size: 18px;
	}

	.stami-podcast-feed__description p,
	.stami-podcast-feed__description li,
	.stami-podcast-feed__links,
	.stami-podcast-feed__error,
	.stami-podcast-feed__empty {
		font-size: 16px;
	}

	.stami-podcast-feed__meta {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1279px) {
	.stami-podcast-feed__title {
		font-size: 19px;
	}

	.stami-podcast-feed__description p,
	.stami-podcast-feed__description li,
	.stami-podcast-feed__links,
	.stami-podcast-feed__error,
	.stami-podcast-feed__empty {
		font-size: 18px;
	}
}

@media (max-width: 680px) {
	.stami-podcast-feed article.stami-podcast-feed__episode {
		grid-template-columns: 1fr;
	}
}