.podcasts-featured .v-tv__video {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 42.8rem;
	overflow: hidden;
}

.podcasts-featured .v-tv__video > img {
	height: 34rem;
	object-fit: cover;
	width: 100%;
}

.podcasts-featured .okn-multimidia-player__audio {
	background: #fff;
	width: 100%;
}

.podcasts-featured .v-tv__content-logos > span {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}

.podcasts-list .t-list__wrapper > ul > li > a {
	flex-direction: column;
	gap: 1.2rem;
	height: auto;
	min-height: 17.8rem;
	text-align: center;
}

.podcasts-list .t-list__wrapper > ul > li > a > img {
	height: 10rem;
	object-fit: cover;
	width: 10rem;
}

.podcasts-list .t-list__wrapper > ul > li > a > span {
	color: #181716;
	font-size: 1.6rem;
	font-weight: 700;
}

.podcasts-single__header {
	color: #fff;
	margin-bottom: 3.2rem;
}

.podcasts-single__header > span {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .3rem;
	text-transform: uppercase;
}

.podcasts-single__header > h1 {
	font-size: 3.2rem;
	margin: .8rem 0;
}

.podcasts-single__episodes {
	display: grid;
	gap: 2.4rem;
}

.podcasts-single__episodes > article {
	align-items: center;
	background: #fff;
	border-radius: 1.6rem;
	display: grid;
	gap: 2.4rem;
	grid-template-columns: 18rem 1fr;
	padding: 2.4rem;
}

.podcasts-single__episodes > article > img {
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.podcasts-single__episodes h2 {
	font-size: 2.2rem;
	margin: .8rem 0;
}

.podcasts-single__episodes audio {
	margin-top: 1.6rem;
	width: 100%;
}

@media (max-width: 768px) {
	.podcasts-featured .v-tv__video {
		min-height: 0;
	}

	.podcasts-featured .v-tv__video > img {
		height: 22rem;
	}

	.podcasts-single__episodes > article {
		grid-template-columns: 1fr;
	}
}
