/*
Theme Name: Deploy-custom-child
Author: Nazar Kyslichenko
Description: Its not original deploy child
Version: 1.04
Template: deploy
*/

.mkdf-title.mkdf-has-responsive-background {
    height: auto !important;
    max-height: 500px;
    overflow: hidden;
}

aside.mkdf-sidebar .widget .mkdf-widget-title span {
    position: relative;
    font-size: 20px;
    color: #202020;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    padding: 2px 0 9px 0;
    margin-bottom: 19px;
    display: block;
}

aside.mkdf-sidebar .widget .mkdf-widget-title span::after {
    content: '';
    width: 33px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ff6d12;
}

.mkdf-iwt-title-holder span {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65em;
}

.mkdf-ib-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65em;
}

.page-template-blog-masonry h2.mkdf-post-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #202020;
}

.mkdf-iwt-icon-title-holder .mkdf-iwt-title-holder > h3 {
    font-size: 18px
}

#menu-new-mirigos-menu {
    display: flex;
    width: max-content;
}

.mkdf-item-title > a{
    color: #363636;
}

.mkdf-item-title > a:hover {
    color: #ff6d12;
}

.mailerlite-form {
    height: 350px;
}

@media screen and (max-width: 500px){
    .mailerlite-form {
        height: 345px;
    }
}

















/* =========================
   Podcasts Home Page
   ========================= */

.podcasts-page {

	color: #181818;
	padding: 0 0 100px;
}

.podcasts-page .container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

/* Hero */
.podcasts-hero {
	padding: 36px 0 48px;
}

.podcasts-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: stretch;
}

.podcasts-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.podcasts-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: max-content;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(24, 24, 24, 0.08);
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.podcasts-hero__title {
	margin: 0 0 18px;
	font-size: clamp(38px, 6vw, 82px);
	line-height: 0.95;
	font-weight: 800;
	letter-spacing: -0.04em;
	
}

.podcasts-hero__text {

	font-size: 18px;
	line-height: 1.65;
	color: rgba(24, 24, 24, 0.78);
	margin-bottom: 24px;
}

.podcasts-hero__text p {
	margin: 0 0 14px;
}

.podcasts-hero__text p:last-child {
	margin-bottom: 0;
}

.podcasts-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

/* Buttons */
.podcasts-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	transition: all 0.25s ease;
	box-sizing: border-box;
	border: 1px solid transparent;
	cursor: pointer;
}

.podcasts-btn--primary,
.podcasts-btn--play {
	background: #181818;
	color: #fff;
}

.podcasts-btn--primary:hover,
.podcasts-btn--play:hover {
	background: #000;
	color: #fff;
}

.podcasts-btn--secondary,
.podcasts-btn--ghost {

    background: #181818;
    color: #ffffff;
}

.podcasts-btn--secondary:hover,
.podcasts-btn--ghost:hover {
		background: transparent;
	color: #181818;
}

/* Platforms */
.podcasts-platforms__label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: rgba(24, 24, 24, 0.72);
}

.podcasts-platforms__list {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
}

.podcasts-platforms__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(24, 24, 24, 0.08);
	text-decoration: none;
	color: #181818;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 10px 25px rgba(24, 24, 24, 0.05);
	transition: all 0.25s ease;
}

.podcasts-platforms__item:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(24, 24, 24, 0.09);
}

.podcasts-platforms__item img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	display: block;
}

/* Featured card */
.podcast-featured-card {
	height: 100%;
}

.podcast-featured-card__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	height: 100%;
	background: #fff;
	border-radius: 32px;
	padding: 28px;
	box-shadow: 0 24px 50px rgba(24, 24, 24, 0.08);
	border: 1px solid rgba(24, 24, 24, 0.06);
	overflow: hidden;
	min-height: 100%;
	    display: grid;
    grid-template-columns: 1fr 1fr;
}

.podcast-featured-card__topline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.podcast-featured-card__tag,
.podcast-featured-card__number {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
    background: rgb(255 255 255 / 6%);
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	    color: #fff;
}

.podcast-featured-card__title {
	margin: 0 0 14px;
	font-size: clamp(21px, 3vw, 24px);
	line-height: 1.5;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.podcast-featured-card__title a {
	color: #fff;
	text-decoration: none;
}

.podcast-featured-card__title a:hover {
	opacity: 0.8;
}

.podcast-featured-card__guest {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

.podcast-featured-card__desc {
	font-size: 16px;
	line-height: 1.65;
	    color: rgb(255 255 255 / 75%);
	margin-bottom: 18px;
}

.podcast-featured-card__actions span {
    color: #fff;
}
.podcast-featured-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	font-size: 14px;
	font-weight: 600;
    color: rgb(255 255 255 / 60%);
	margin-bottom: 24px;
}

.podcast-featured-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.podcast-featured-card__media {
	border-radius: 24px;
	overflow: hidden;
	background: #f4f4f4;
	margin-top: auto;
}

.podcast-featured-card__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

/* Archive */
.podcasts-archive {
	padding-top: 20px;
}

.podcasts-archive__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 34px;
}

.podcasts-archive__title {
	margin: 0 0 10px;
	font-size: clamp(28px, 4vw, 32px);
	line-height: 1.02;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.podcasts-archive__text {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(24, 24, 24, 0.7);
	max-width: 560px;
}

/* Filters */
.podcasts-filters {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.podcasts-filters__search input,
.podcasts-filters__sort select {
	min-height: 52px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid rgba(24, 24, 24, 0.12);
	background: #fff;
	font-size: 15px;
	color: #181818;
	outline: none;
	box-shadow: none;
}

.podcasts-filters__search input {
	min-width: 260px;
}

.podcasts-filters__search input:focus,
.podcasts-filters__sort select:focus {
	border-color: rgba(24, 24, 24, 0.35);
}

/* Cards */
.podcasts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.podcast-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid rgba(24, 24, 24, 0.06);
	box-shadow: 0 18px 40px rgba(24, 24, 24, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.podcast-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 50px rgba(24, 24, 24, 0.1);
}

.podcast-card__thumb {
	display: block;
	background: #ececec;
	overflow: hidden;
}

.podcast-card__thumb img,
.podcast-card__thumb-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.podcast-card__thumb-placeholder {
	background: linear-gradient(135deg, #ddd, #f5f5f5);
}

.podcast-card__body {
	padding: 22px 22px 14px;
	flex: 1 1 auto;
}

.podcast-card__meta-top {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(24, 24, 24, 0.6);
}

.podcast-card__title {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.podcast-card__title a {
	color: #181818;
	text-decoration: none;
}

.podcast-card__title a:hover {
	opacity: 0.78;
}

.podcast-card__guest {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #181818;
}

.podcast-card__desc {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(24, 24, 24, 0.72);
	margin-bottom: 14px;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.podcast-card__meta-bottom {
	font-size: 14px;
	font-weight: 600;
	color: rgba(24, 24, 24, 0.55);
}

.podcast-card__actions {
	padding: 0 22px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.podcast-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	color: #181818;
}

.podcast-card__link:hover {
	opacity: 0.75;
}

.podcast-card__play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ff7001;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	transition: all 0.25s ease;
}

.podcast-card__play:hover {
	background: #000;

}

/* Pagination */
.podcasts-pagination {
	margin-top: 38px;
}

.podcasts-pagination .page-numbers {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.podcasts-pagination .page-numbers li {
	margin: 0;
	padding: 0;
}

.podcasts-pagination .page-numbers a,
.podcasts-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(24, 24, 24, 0.08);
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #181818;
}

.podcasts-pagination .page-numbers a:hover {
	background: #181818;
	color: #fff;
}

.podcasts-pagination .page-numbers .current {
	background: #181818;
	color: #fff;
	border-color: #181818;
}

/* Empty */
.podcasts-empty {
	padding: 34px 0;
	font-size: 18px;
	font-weight: 600;
	color: rgba(24, 24, 24, 0.7);
}

/* CTA */
.podcasts-cta {
	padding-top: 72px;
}

.podcasts-cta__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 40px;
	border-radius: 32px;
	background: #181426;
	color: #fff;
}

.podcasts-cta__eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	opacity: 0.72;
	margin-bottom: 10px;
}

.podcasts-cta__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.02;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.podcasts-cta__text {
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.8);

}

.podcasts-cta__text p {
	margin: 0 0 12px;
}

.podcasts-cta__text p:last-child {
	margin-bottom: 0;
}

.podcasts-cta .podcasts-btn--primary {
	background: #fff;
	color: #181818;
}

.podcasts-cta .podcasts-btn--primary:hover {
	background: #f2f2f2;
}

/* Responsive */
@media (max-width: 1199px) {
	.podcasts-hero__grid {
		grid-template-columns: 1fr;
	}

	.podcasts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.podcasts-archive__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.podcasts-cta__wrap {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.podcasts-page {
		padding-bottom: 72px;
	}

	.podcasts-page .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.podcasts-hero {
		padding-top: 20px;
		padding-bottom: 34px;
	}

	.podcasts-hero__title {
		font-size: 42px;
		line-height: 0.98;
	}

	.podcasts-hero__text {
		font-size: 16px;
	}

	.podcast-featured-card__inner {
		padding: 20px;
		border-radius: 24px;
	}

	.podcast-featured-card__title {
		font-size: 28px;
	}

	.podcasts-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.podcast-card {
		border-radius: 22px;
	}

	.podcast-card__body {
		padding: 18px 18px 12px;
	}

	.podcast-card__title {
		font-size: 22px;
	}

	.podcast-card__actions {
		padding: 0 18px 18px;
	}

	.podcasts-filters {
		width: 100%;
	}

	.podcasts-filters__search,
	.podcasts-filters__sort,
	.podcasts-filters__search input,
	.podcasts-filters__sort select {
		width: 100%;
	}

	.podcasts-filters .podcasts-btn {
		width: 100%;
	}

	.podcasts-cta {
		padding-top: 52px;
	}

	.podcasts-cta__wrap {
		padding: 24px 20px;
		border-radius: 24px;
	}

	.podcasts-cta__title {
		font-size: 32px;
	}
}





.single-podcast-page {
	padding: 40px 0 90px;
	color: #1b2430;
}

.single-podcast-page .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.single-podcast-page__wrap {
	background: #ffffff;
	border-radius: 8px;
	padding: 22px 28px 34px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.single-podcast-hero {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d9dee6;
}

.single-podcast-hero__play a,
.single-podcast-hero__play-disabled {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #181818;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	flex-shrink: 0;
}

.single-podcast-hero__play a:hover {
	background: #47576c;
}

.single-podcast-hero__content {
	min-width: 0;
	flex: 1 1 auto;
}

.single-podcast-hero__title {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #1d2a3a;
}

.single-podcast-hero__guests {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #30445b;
	margin-bottom: 8px;
}

.single-podcast-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	font-size: 14px;
	line-height: 1.4;
	color: #6d7b8f;
}

.single-podcast-hero__meta span {
	position: relative;
}

.single-podcast-hero__meta span:not(:last-child)::after {
	content: "/";
	position: absolute;
	right: -10px;
	top: 0;
	color: #97a3b4;
}

.single-podcast-tabs {
	padding: 18px 0 10px;
}

.single-podcast-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.single-podcast-tabs__btn {
	background: none;
	border: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #5d6b7d;
	cursor: pointer;
	position: relative;
}

.single-podcast-tabs__btn.is-active {
	color: #1d2a3a;
}

.single-podcast-tabs__btn.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	height: 2px;
	background: #1d2a3a;
}

.single-podcast-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	gap: 34px;
	align-items: start;
}

.single-podcast-main {
	min-width: 0;
}

.single-podcast-panel {
	display: none;
}

.single-podcast-panel.is-active {
	display: block;
}

.single-podcast-content {
	font-size: 16px;
	line-height: 1.85;
	color: #1f2c3d;
}

.single-podcast-content p {
	margin: 0 0 22px;
}

.single-podcast-content ul,
.single-podcast-content ol {
	margin: 0 0 22px 22px;
	padding: 0;
}

.single-podcast-content li {
	margin-bottom: 8px;
}

.single-podcast-content a {
	color: #0f4ea6;
	text-decoration: underline;
	word-break: break-word;
}

.single-podcast-content h2,
.single-podcast-content h3,
.single-podcast-content h4 {
	margin: 30px 0 14px;
	line-height: 1.25;
	color: #182535;
}

.single-podcast-content h2 {
	font-size: 28px;
}

.single-podcast-content h3 {
	font-size: 22px;
}

.single-podcast-content h4 {
	font-size: 18px;
}

.single-podcast-content strong {
	font-weight: 700;
}

.single-podcast-content--transcript {
	white-space: normal;
}

.single-podcast-guests {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid #dde3ea;
}

.single-podcast-guests h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
}

.single-podcast-guests ul {
	margin: 0;
	padding-left: 18px;
}

.single-podcast-video {
	margin-top: 30px;
}

.single-podcast-video__inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #000;
}

.single-podcast-video__inner iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.single-podcast-sidebar {
	position: sticky;
	top: 24px;
}

.single-podcast-sidebar__box {
	border-left: 1px solid #d9dee6;
	padding-left: 24px;
}

.single-podcast-sidebar__art {
	margin-bottom: 24px;
}

.single-podcast-sidebar__art img, .single-podcast-sidebar__placeholder {
    display: block;
    width: 100%;
    border-radius: 8px;
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
}

.single-podcast-sidebar__placeholder {
	aspect-ratio: 1 / 1;
}

.single-podcast-sidebar__title {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7a8799;
	margin-bottom: 14px;
}

.single-podcast-platforms {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.single-podcast-platform {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d4dce6;
	border-radius: 6px;
	text-decoration: none;
	color: #1e2a39;
	background: #fff;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.single-podcast-platform:hover {
	background: #f6f8fb;
	border-color: #bcc8d7;
}

.single-podcast-platform img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
}

.single-podcast-platform span {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
}

@media (max-width: 991px) {
	.single-podcast-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.single-podcast-sidebar {
		position: static;
	}

	.single-podcast-sidebar__box {
		border-left: 0;
		padding-left: 0;
		border-top: 1px solid #d9dee6;
		padding-top: 24px;
	}

	.single-podcast-sidebar__art {
	
	}
.site-branding img {
    max-width: 100px;
}
}

@media (max-width: 767px) {
	.single-podcast-page {
		padding: 20px 0 60px;
	}

	.single-podcast-page .container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.single-podcast-page__wrap {
		padding: 18px 16px 26px;
	}

	.single-podcast-hero {
		gap: 14px;
	}

	.single-podcast-hero__play a,
	.single-podcast-hero__play-disabled {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.single-podcast-hero__title {
		font-size: 22px;
	}

	.single-podcast-content {
		font-size: 15px;
		line-height: 1.75;
	}
}


.site-branding img {
    max-width: 120px;
}

body.has-sticky-audio-player {
	padding-bottom: 104px;
}

.site-audio-player {
	position: fixed;
	left: 24px;
	right: 24px;
	bottom: 20px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.site-audio-player.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-audio-player__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 16px 18px;
	background: #f5f7fa;
	border: 1px solid #cfd7e2;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.site-audio-player__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 0;
	background: #ff7001;
	color: #fff;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 18px;
	    line-height: 7px;
}

.site-audio-player__toggle:hover {
	background: #181818;
}

.site-audio-player__icon--pause {
	display: none;
}

.site-audio-player.is-playing .site-audio-player__icon--play {
	display: none;
}

.site-audio-player.is-playing .site-audio-player__icon--pause {
	display: inline;
}

.site-audio-player__main {
	flex: 1 1 auto;
	min-width: 0;
}

.site-audio-player__title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #1b2430;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-audio-player__progress-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-audio-player__time {
	font-size: 13px;
	line-height: 1;
	color: #627287;
	white-space: nowrap;
	min-width: 42px;
}

.site-audio-player__progress {
	flex: 1 1 auto;
	width: 100%;
	accent-color: #181818;
	cursor: pointer;
}

.site-audio-player__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #181818;
	font-size: 20px;
	cursor: pointer;
	flex-shrink: 0;
}

.site-audio-player__close:hover {
	color: #1b2430;
}

.single-podcast-hero__play-btn,
.podcast-card__play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	cursor: pointer;
	    padding: 17px;
}

@media (max-width: 767px) {
	body.has-sticky-audio-player {
		padding-bottom: 124px;
	}

	.site-audio-player {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.site-audio-player__inner {
		padding: 14px;
		gap: 12px;
	}

	.site-audio-player__toggle {
		width: 48px;
		height: 48px;
	}

	.site-audio-player__progress-wrap {
		gap: 8px;
	}

	.site-audio-player__time {
		font-size: 12px;
		min-width: 36px;
	}
}

.single-podcast-hero__play-btn,
.single-podcast-hero__play-disabled {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ff7001;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	flex-shrink: 0;
	border: 0;
	cursor: pointer;
}

.single-podcast-hero__play-btn:hover {
	background: #181818;
}

.podcast-card__thumb img,
.podcast-card__thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.podcast-featured-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.podcasts-hero__title {
    margin: 0 0 18px;
    font-size: clamp(28px, 6vw, 40px);
    letter-spacing: normal;
    line-height: 115%;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
.single-podcast-panel {
    margin: 1.5em 0 0;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    font-weight: 800;
}
.site-header {
    background-color: #f9f8f4;
    padding: 10px 0;
}

.site-audio-player__icon.site-audio-player__icon--play img {
    max-width: 14px;
	    margin-right: -5px;
}

.single-podcast-platforms {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	    display: grid;
}
.site-footer .single-podcast-sidebar__platforms {
    margin-bottom: 20px;
}
.site-footer {
    background-color: #181426;
    padding: 30px 0;
    color: #fff;
}
.post, .page {
    margin: 0;
}
.single-podcast-hero__play img {
    max-width: 21px;
	    margin-left: 8px;
}
.single-podcast-hero__play-btn, .single-podcast-hero__play-disabled {
    width: 70px;
    height: 70px;

}

.podcasts-filters__sort {
	position: relative;
	min-width: 180px;
}

.podcasts-filters__sort select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	min-height: 52px;
	padding: 0 44px 0 18px;
	border: 1px solid rgba(24, 24, 24, 0.14);
	border-radius: 999px;
	background-color: #fff;
	color: #181818;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}



.podcasts-filters__sort select:focus {
	border-color: #181818;
	box-shadow: 0 0 0 3px rgba(24, 24, 24, 0.08);
}

/* стрілка */
.podcasts-filters__sort::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #181818;
	border-bottom: 2px solid #181818;
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

/* прибрати стрілку в IE/old Edge */
.podcasts-filters__sort select::-ms-expand {
	display: none;
}

/* iPhone / мобільний */
@media (max-width: 767px) {
	.podcasts-filters__sort {
		min-width: 100%;
		width: 100%;
	}

	.podcasts-filters__sort select {
		width: 100%;
		min-height: 48px;
		padding-left: 16px;
		padding-right: 42px;
		font-size: 16px; /* щоб iOS не зумило поле */
		border-radius: 16px;
	}
}
.podcast-featured-card__actions span {
    display: grid;
}
.podcast-featured-card__actions span b {
    font-size: 18px;
}

.podcasts-cta__wrap {

    background-image: url(/wp-content/uploads/2026/04/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.podcast-featured-card__inner {
    border-radius: 32px;
    background-color: #13121f;
    background-image: url(/wp-content/uploads/2026/04/bg-19.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.podcasts-hero .podcast-featured-card__actions img {
    filter: brightness(0%);
}
.podcasts-hero .podcast-card__play {
    background: #ffffff;
}
.podcasts-hero .podcast-card__play:hover {
    background: #ffffff;
}

@media (max-width: 1024px) {
.podcasts-platforms__list {
    grid-template-columns: 1fr 1fr;
}
 .single-podcast-platforms {
    grid-template-columns: 1fr 1fr;
}
.site-branding {
    font-size: 21px;
    line-height: 29px;
}
.site-branding img {
    max-width: 70px;
}
.site-header {
    padding: 5px 0;
}
    .podcast-featured-card__title {
        font-size: 18px;
    }
    .podcasts-archive__head {
        gap: 20px;
    }
.podcast-card__title {
        font-size: 18px;
    }
.single-podcast-hero__play-btn, .single-podcast-hero__play-disabled {
    width: 40px;
    height: 40px;
}
.single-podcast-hero__play img {
    max-width: 12px;
}
    .single-podcast-sidebar {
        display: none;
    }
}


.site-branding {
    color: #fff;
}


.site-branding a {
    margin-bottom: -10px;
}
.site-header {
    background-color: #181426;
}
.copyright {
    text-align: center;
    margin-top: 35px;
}

@media (max-width: 1024px) {
    .single-podcast-hero__play img {
        margin-left: 5px;
        margin-top: 2px;
    }
	.site-audio-player__icon.site-audio-player__icon--play img {
    max-width: 14px;
    margin-right: -5px;
    margin-top: -4px;
}
.podcast-featured-card__inner {
    grid-template-columns: 1fr;
}
}
.single-podcast-sidebar .single-podcast-platforms {
    grid-template-columns: 1fr ;
}