.promkt-podcasts-widget {
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(81, 0, 167, 0.08);
	padding: 24px;
	color: #1b1b1b;
}

.promkt-podcasts-widget__eyebrow {
	margin: 0 0 8px;
	color: #5100a7;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.promkt-podcasts-widget__title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.1;
}

.promkt-podcasts-widget__body,
.promkt-podcasts-widget__note {
	margin: 0 0 12px;
	color: #4b4454;
	font-size: 14px;
	line-height: 1.6;
}

.promkt-podcasts-widget__list {
	margin: 0;
	padding-left: 18px;
	color: #4b4454;
}

.promkt-podcasts-show-card__image {
	width: 88px;
	height: 88px;
	margin-bottom: 18px;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(81, 0, 167, 0.08);
}

.promkt-podcasts-show-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promkt-podcasts-show-card__links {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.promkt-podcasts-show-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 999px;
	background: #f9f9f9;
	box-shadow: 0 12px 24px rgba(81, 0, 167, 0.06);
	color: #1b1b1b;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 16px;
	text-decoration: none;
}

.promkt-podcasts-show-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.promkt-podcasts-show-card__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #f3f3f3;
	color: #1b1b1b;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 12px;
}

.promkt-podcasts-episodes {
	display: grid;
	gap: 18px;
}

.promkt-podcasts-episode-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 16px;
	border-radius: 24px;
	background: #f9f9f9;
	box-shadow: 0 14px 30px rgba(81, 0, 167, 0.05);
	cursor: pointer;
}

.promkt-podcasts-episode-card:not(.no-thumb) {
	grid-template-columns: 96px minmax(0, 1fr) auto;
}

.promkt-podcasts-episode-card.is-featured {
	background: linear-gradient(135deg, rgba(81, 0, 167, 0.07), rgba(108, 33, 206, 0.11));
}

.promkt-podcasts-episode-card.is-active {
	outline: 2px solid rgba(81, 0, 167, 0.22);
}

.promkt-podcasts-episode-card:focus-visible {
	outline: 3px solid rgba(81, 0, 167, 0.28);
	outline-offset: 3px;
}

.promkt-podcasts-episode-card__thumb {
	width: 96px;
	height: 96px;
	border-radius: 18px;
	overflow: hidden;
	background: #eeeeee;
}

.promkt-podcasts-episode-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promkt-podcasts-episode-card__content {
	min-width: 0;
}

.promkt-podcasts-episode-card__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.promkt-podcasts-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(81, 0, 167, 0.1);
	color: #5100a7;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 6px 10px;
	text-transform: uppercase;
}

.promkt-podcasts-episode-card__meta-text,
.promkt-podcasts-player__status {
	color: #4b4454;
	font-size: 12px;
	line-height: 1.4;
}

.promkt-podcasts-episode-card__title {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.15;
}

.promkt-podcasts-episode-card__excerpt {
	margin: 0;
	color: #4b4454;
	font-size: 14px;
	line-height: 1.6;
}

.promkt-podcasts-episode-card__action {
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 22px rgba(81, 0, 167, 0.08);
	color: #5100a7;
	cursor: pointer;
	font-weight: 700;
	padding: 12px 18px;
}

.promkt-podcasts-player {
	display: grid;
	gap: 0;
	padding: 18px 20px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(81, 0, 167, 0.08), rgba(108, 33, 206, 0.12));
	overflow: hidden;
	transition: padding 0.32s ease, border-radius 0.32s ease, box-shadow 0.32s ease;
}

.promkt-podcasts-player.is-expanded {
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 24px 54px rgba(81, 0, 167, 0.14);
}

.promkt-podcasts-player__controls {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.promkt-podcasts-player__button {
	flex: 0 0 auto;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #5100a7 0%, #6c21ce 100%);
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	padding: 12px 18px;
}

.promkt-podcasts-player__thumb {
	width: 52px;
	height: 52px;
	flex: 0 0 auto;
	border-radius: 16px;
	overflow: hidden;
	background: rgba(81, 0, 167, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
}

.promkt-podcasts-player__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promkt-podcasts-player__thumb-fallback {
	color: #5100a7;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.promkt-podcasts-player__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
}

.promkt-podcasts-player__title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.promkt-podcasts-player__title {
	font-size: 16px;
	line-height: 1.2;
}

.promkt-podcasts-player__equalizer {
	display: inline-flex;
	align-items: flex-end;
	gap: 3px;
	flex: 0 0 auto;
	width: 18px;
	height: 16px;
	opacity: 0.48;
	transform: scale(0.96);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.promkt-podcasts-player__equalizer-bar {
	width: 4px;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(180deg, #7c3aed 0%, #5100a7 100%);
	transform-origin: bottom center;
	transform: scaleY(0.24);
}

.promkt-podcasts-player.is-playing .promkt-podcasts-player__equalizer {
	opacity: 1;
	transform: scale(1);
}

.promkt-podcasts-player.is-playing .promkt-podcasts-player__equalizer-bar:nth-child(1) {
	animation: promkt-podcasts-equalizer 0.82s ease-in-out infinite;
}

.promkt-podcasts-player.is-playing .promkt-podcasts-player__equalizer-bar:nth-child(2) {
	animation: promkt-podcasts-equalizer 0.96s ease-in-out 0.12s infinite;
}

.promkt-podcasts-player.is-playing .promkt-podcasts-player__equalizer-bar:nth-child(3) {
	animation: promkt-podcasts-equalizer 0.74s ease-in-out 0.22s infinite;
}

@keyframes promkt-podcasts-equalizer {
	0%,
	100% {
		transform: scaleY(0.24);
	}

	35% {
		transform: scaleY(0.92);
	}

	65% {
		transform: scaleY(0.48);
	}
}

.promkt-podcasts-player__progress {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 6px;
}

.promkt-podcasts-player__time {
	font-size: 11px;
	color: #4b4454;
}

.promkt-podcasts-player__bar {
	flex: 1 1 auto;
	height: 6px;
	border-radius: 999px;
	background: rgba(81, 0, 167, 0.10);
	overflow: hidden;
}

.promkt-podcasts-player__bar-fill {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(135deg, #5100a7 0%, #6c21ce 100%);
}

.promkt-podcasts-player__external {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	color: #5100a7;
	text-decoration: none;
}

.promkt-podcasts-player__fallback {
	flex-basis: 100%;
	color: #4b4454;
	font-size: 12px;
	line-height: 1.5;
}

.promkt-podcasts-player__stage {
	display: grid;
	max-height: 0;
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-18px);
	transition: max-height 0.38s ease, opacity 0.24s ease, transform 0.38s ease, margin-bottom 0.38s ease;
}

.promkt-podcasts-player.is-expanded .promkt-podcasts-player__stage {
	max-height: 960px;
	margin-bottom: 18px;
	opacity: 1;
	transform: translateY(0);
}

.promkt-podcasts-player__video-shell {
	overflow: hidden;
	border-radius: 24px;
	background: #0f0f14;
	box-shadow: 0 18px 40px rgba(15, 15, 20, 0.18);
}

.promkt-podcasts-player__video,
.promkt-podcasts-player__vimeo,
.promkt-podcasts-player__vimeo iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.promkt-podcasts-player__media[data-promkt-player-media="audio"] {
	display: none;
}

@media (max-width: 767px) {
	.promkt-podcasts-episode-card {
		grid-template-columns: 1fr;
	}

	.promkt-podcasts-episode-card__thumb {
		width: 100%;
		height: 180px;
	}

	.promkt-podcasts-player {
		border-radius: 24px;
	}

	.promkt-podcasts-player__controls {
		flex-direction: column;
		align-items: stretch;
	}

	.promkt-podcasts-player__title-row {
		align-items: flex-start;
	}
}
