.page-podcasts,
.page-podcasts #content {
	background: #f4efe8;
}

body.page-template-podcasts .first-slideshow-slogan,
body.page-template-podcasts .scroll-down,
body.page-template-page-templatespodcasts-php .first-slideshow-slogan,
body.page-template-page-templatespodcasts-php .scroll-down {
	display: none !important;
}

.euphoria-podcasts {
	position: relative;
	padding-bottom: 6rem;
}

.euphoria-podcasts__header {
	padding-bottom: 2rem !important;
}

.euphoria-podcasts .entry-title {
	font-size: 60px;
	line-height: 1.1;
}

.euphoria-podcasts .entry-subtitle {
	font-size: 20px;
	line-height: 1.3;
}

.euphoria-podcasts__intro {
	max-width: 1060px;
	margin: 2rem auto 0;
	font-size: 18px;
}

/* No categories: the filters block is absent, so add spacing between the intro and the list. */
.euphoria-podcasts__header + .euphoria-podcasts__list {
	margin-top: 20px;
}

.euphoria-podcasts__list {
	max-width: 1060px;
	margin: 0 auto;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
	transition: opacity .35s ease, -webkit-transform .35s ease;
	-o-transition: opacity .35s ease, transform .35s ease;
	transition: opacity .35s ease, transform .35s ease;
	transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease;
}

.euphoria-podcasts .programmes-categories {
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 112px;
}

.euphoria-podcasts .programmes-categories > .programmes-categories-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.euphoria-podcasts__list.is-changing {
	opacity: 0;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
}

.euphoria-podcast-card {
	display: grid;
	grid-template-columns: minmax(250px, 330px) 1fr;
	gap: 2rem;
	margin-bottom: 3.5rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.euphoria-podcast-card__image img {
	display: block;
	width: 100%;
	height: 330px;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Content matches the image height; platforms are pushed to the bottom (Figma: space-between). */
.euphoria-podcast-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
}

.euphoria-podcast-card__title {
	margin: 1.25rem 0 .75rem;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.12;
	color: #393939;
}

.euphoria-podcast-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .45rem;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	color: #393939;
}

.euphoria-podcast-card__meta-icon {
	width: 20px;
	height: 20px;
}

.euphoria-podcast-card__meta-type {
	color: #707070;
}

.euphoria-podcast-card__meta-primary {
	color: #393939;
}

.euphoria-podcast-card__description {
	margin-top: 1rem;
	color: #707070;
	line-height: 1.45;
}

/* Read more / read less (uses the theme's readMoreToggler plugin, initialised in podcasts.js).
   The plugin adds .faded + an inline max-height; we clip cleanly to two lines and skip the
   theme's tall gradient overlay for a crisp truncate. */
.euphoria-podcast-card__description.faded {
	overflow: hidden;
}

.euphoria-podcast-card__description.faded::after {
	display: none;
}

/* Clamp to two lines with a trailing ellipsis; the paragraph is the text container. */
.euphoria-podcast-card__description.faded p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0;
}

.euphoria-podcast-card__description.faded.toggled {
	overflow: visible;
}

.euphoria-podcast-card__description.faded.toggled p {
	display: block;
	-webkit-line-clamp: none;
	overflow: visible;
}

/* Matches the homepage "Why choose Euphoria" read-more button (More/Less + chevron). */
.euphoria-podcast-card__read-more {
	display: block;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: .5rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #432321;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	cursor: pointer;
}

.euphoria-podcast-card__read-more::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 7px;
	margin-left: 8px;
	background-image: url("../img/arrow-down.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.euphoria-podcast-card__read-more.toggled::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.euphoria-podcast-card__platforms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: .6rem;
	margin-top: auto;
	padding-top: 1.5rem;
}

.euphoria-podcast-card__platforms a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 46px;
	text-decoration: none;
}

.euphoria-podcast-card__platforms img,
.euphoria-podcast-card__platforms svg {
	display: block;
	max-width: 170px;
	height: 46px;
	width: auto;
}

.euphoria-podcast-card__platform-fallback {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid #707070;
	border-radius: 50%;
	color: #707070;
	font-size: 1.25rem;
}

.euphoria-podcasts__load-more-wrap {
	text-align: center;
	margin-top: 1rem;
}

.euphoria-podcasts__load-more.is-loading {
	opacity: .6;
	pointer-events: none;
}

@media (max-width: 767.98px) {
	.euphoria-podcasts .programmes-categories {
		margin-bottom: 112px;
	}

	.euphoria-podcasts .entry-title {
		font-size: 32px;
	}

	.euphoria-podcasts .entry-subtitle {
		font-size: 16px;
	}

	.euphoria-podcast-card {
		grid-template-columns: 1fr;
		gap: 1rem;
		margin-bottom: 4rem;
	}

	.euphoria-podcast-card__image img {
		height: auto;
		min-height: 0;
		aspect-ratio: 1 / 1;
	}

	.euphoria-podcast-card__title {
		margin-top: .5rem;
	}
}
/*# sourceMappingURL=podcasts.css.map */