.et_pb_section:has(.podcast-single),
body.podcast-single-page .et_pb_section:first-of-type {
	padding-top: 0 !important;
}

.et_pb_section:has(.podcast-single) .et_pb_row,
body.podcast-single-page .et_pb_section:first-of-type .et_pb_row {
	padding: 0 !important;
}

body.podcast-single-page #main-content .container {
	max-width: 100%;
	padding: 0;
}

body.podcast-single-page .et_pb_title_container,
body.podcast-single-page .entry-title {
	display: none;
}

.podcast-single {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: hidden;
}

.podcast-single__banner {
	position: relative;
	height: 720px;
	min-height: 720px;
	background-color: #0f1928;
	overflow: hidden;
}

.podcast-single__bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.podcast-single__wrap {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 720px;
	height: 100%;
}

.podcast-single__content {
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 55%;
	max-width: 55%;
	padding: 80px 24px 80px 134px;
	min-height: 720px;
}

.podcast-single__main {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.podcast-single__title {
	width: 840px;
	max-width: 100%;
	margin: 0;
	text-align: left;
	font-family: "Adelle", "Roboto Slab", Georgia, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 72px;
	line-height: 84px;
	letter-spacing: -2.16px;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 1;
}

.podcast-single__quote {
	width: 762px;
	max-width: 100%;
	margin: 0;
	text-align: left;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 72px;
	letter-spacing: 0;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 1;
}

.podcast-single__back {
	margin-top: 139px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	color: #61d5cc;
	text-decoration: none;
}

.podcast-single__back::before {
	content: "←";
}

.podcast-single__back:hover {
	color: #ffffff;
}

.podcast-single__actions {
	position: relative;
	flex: 1;
	min-height: 720px;
}

.podcast-single__play {
	position: absolute;
	left: 50%;
	bottom: 22%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 12px 28px 12px 12px;
	background: rgba(26, 110, 181, 0.85);
	border-radius: 999px;
	color: #ffffff;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease;
}

.podcast-single__play:hover {
	background: rgba(26, 110, 181, 1);
	color: #ffffff;
}

.podcast-single__play-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #1a6eb5;
}

.podcast-single__play-icon svg {
	width: 20px;
	height: 20px;
	margin-left: 2px;
}

.podcast-single__description {
	background: #f4f4f4;
	padding: 80px 24px 80px 134px;
}

.podcast-single__description-title {
	margin: 0 0 40px;
	text-align: left;
	font-family: "Adelle", "Roboto Slab", Georgia, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 72px;
	letter-spacing: 0;
	color: #003150;
}

.podcast-single__description-content {
	max-width: 1422px;
	text-align: left;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0;
	color: #595959;
}

.podcast-single__description-content > :first-child {
	margin-top: 0;
}

.podcast-single__description-content > :last-child {
	margin-bottom: 0;
}

.podcast-single__description-content p {
	margin: 0 0 1em;
}

.podcast-single__chapters {
	background: #ffffff;
	padding: 80px 24px 80px 134px;
}

.podcast-single__chapters-wrap {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(360px, 1.35fr);
	gap: 64px;
	align-items: start;
	max-width: 1600px;
}

.podcast-single__chapters-title {
	margin: 0 0 32px;
	text-align: left;
	font-family: "Adelle", "Roboto Slab", Georgia, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 72px;
	color: #003150;
}

.podcast-single__chapter-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.podcast-single__chapter {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin: 0 0 16px;
}

.podcast-single__chapter-time {
	flex: 0 0 56px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #61d5cc;
}

.podcast-single__chapter-title {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #595959;
}

.podcast-single__media-card {
	position: relative;
	display: block;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
}

.podcast-single__media-card img {
	width: 100%;
	height: auto;
	display: block;
}

.podcast-single__media-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 25, 40, 0.15);
}

.podcast-single__media-play-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 50%;
	background-color: #36454f;
	cursor: pointer;
	z-index: 1;
	text-align: center;
	animation-name: pulse-video-play;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes pulse-video-play {
	0% {
		box-shadow: 0 0 0 0 #36454f;
	}
	70% {
		box-shadow: 0 0 0 20px rgba(34, 34, 34, 0);
	}
}

.podcast-single__media-play-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

@media (max-width: 575px) {
	.podcast-single__media-play-icon {
		width: 70px;
		height: 70px;
		padding: 14px;
	}
}

.podcast-single__series {
	padding: 80px 24px 80px 134px;
}

.podcast-single__series-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 40px;
	max-width: 1600px;
}

.podcast-single__series-title {
	margin: 0;
	text-align: left;
	font-family: "Adelle", "Roboto Slab", Georgia, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 72px;
	color: #003150;
}

.podcast-single__series-youtube {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #1a6eb5;
	text-decoration: none;
	white-space: nowrap;
}

.podcast-single__series-youtube:hover {
	color: #003150;
}

.podcast-single__series-youtube svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.podcast-single__series-slider {
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 1600px;
}

.podcast-single__series-grid {
	max-width: 1600px;
}

.podcast-single__series-grid .podcast-single__series-track {
	overflow: visible;
}

.podcast-single__series-grid .podcast-single__series-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.podcast-single__series-grid .podcast-single__series-items .podcast-card {
	flex: none;
	min-width: 0;
	width: 100%;
}

.podcast-single__series-nav {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #61d5cc;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}

.podcast-single__series-nav:hover {
	background: #4bc4bb;
}

.podcast-single__series-nav svg {
	width: 28px;
	height: 28px;
}

.podcast-single__series-track {
	flex: 1;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.podcast-single__series-track::-webkit-scrollbar {
	display: none;
}

.podcast-single__series-items {
	display: flex;
	gap: 24px;
}

.podcast-single__series-items .podcast-card {
	flex: 0 0 calc(25% - 18px);
	min-width: 260px;
}

@media (max-width: 1024px) {
	.podcast-single__banner,
	.podcast-single__wrap,
	.podcast-single__content,
	.podcast-single__actions {
		min-height: 520px;
		height: auto;
	}

	.podcast-single__banner {
		height: auto;
	}

	.podcast-single__wrap {
		flex-direction: column;
	}

	.podcast-single__content {
		flex: 1 1 auto;
		max-width: 100%;
		padding: 64px 24px 32px 48px;
		min-height: auto;
	}

	.podcast-single__title {
		font-size: clamp(2rem, 6vw, 72px);
		line-height: 1.17;
		letter-spacing: -2.16px;
	}

	.podcast-single__quote {
		font-size: clamp(1.25rem, 4vw, 48px);
		line-height: 1.5;
	}

	.podcast-single__actions {
		flex: 0 0 auto;
		min-height: 0;
		padding: 0 24px 48px;
	}

	.podcast-single__play {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
	}

	.podcast-single__description {
		padding: 64px 24px 64px 48px;
	}

	.podcast-single__description-title {
		font-size: clamp(1.75rem, 4vw, 48px);
		line-height: 1.5;
		margin-bottom: 24px;
	}

	.podcast-single__description-content {
		font-size: clamp(1rem, 2.5vw, 20px);
		line-height: 1.7;
	}

	.podcast-single__chapters {
		padding: 64px 24px 64px 48px;
	}

	.podcast-single__chapters-wrap {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.podcast-single__chapters-title {
		font-size: clamp(1.75rem, 4vw, 48px);
		line-height: 1.5;
		margin-bottom: 24px;
	}

	.podcast-single__series {
		padding: 64px 24px 64px 48px;
	}

	.podcast-single__series-title {
		font-size: clamp(1.75rem, 4vw, 48px);
		line-height: 1.5;
	}

	.podcast-single__series-header {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 32px;
	}

	.podcast-single__series-items .podcast-card {
		flex: 0 0 calc(50% - 12px);
		min-width: 220px;
	}

	.podcast-single__series-grid .podcast-single__series-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.podcast-single__content {
		padding: 48px 20px 24px;
	}

	.podcast-single__description {
		padding: 48px 20px;
	}

	.podcast-single__chapters {
		padding: 48px 20px;
	}

	.podcast-single__series {
		padding: 48px 20px;
	}

	.podcast-single__series-items .podcast-card {
		flex: 0 0 85%;
		min-width: 240px;
	}

	.podcast-single__series-grid .podcast-single__series-items {
		grid-template-columns: 1fr;
	}

	.podcast-single__play {
		font-size: 16px;
		padding: 10px 20px 10px 10px;
	}
}
