.podcast-header{color:rgb(var(--color-foreground))}.podcast-header__inner{width:min(calc(100% - 4rem),var(--podcast-header-content-width));margin:0 auto;padding-top:var(--podcast-header-padding-top);padding-bottom:var(--podcast-header-padding-bottom)}.podcast-header__main{display:grid;gap:var(--podcast-header-gap-mobile)}.podcast-header--mobile-text_first .podcast-header__media-column{order:2}.podcast-header--mobile-text_first .podcast-header__content{order:1}.podcast-header__media{aspect-ratio:var(--podcast-header-media-ratio);overflow:hidden;border-radius:var(--podcast-header-image-radius);background:rgba(var(--color-foreground),.08)}.podcast-header__media picture,.podcast-header__media img,.podcast-header__media svg{display:block;width:100%;height:100%}.podcast-header__media img{object-fit:cover;object-position:var(--podcast-header-image-position)}.podcast-header__media .placeholder-svg{background:rgba(var(--color-foreground),.08);fill:rgba(var(--color-foreground),.35)}.podcast-header__awards{display:flex;justify-content:center;margin-top:2.8rem}.podcast-header__award{display:flex;align-items:center;justify-content:center;gap:1.5rem;color:currentColor;line-height:1.05;text-align:center}.podcast-header__award-copy{display:flex;flex-direction:column}.podcast-header__award-text{font-family:var(--font-heading-family);font-size:var(--podcast-header-award-text-size);font-weight:var(--font-heading-weight)}.podcast-header__award-subtext{margin-top:.6rem;font-size:var(--podcast-header-award-subtext-size)}.podcast-header__award-icon{display:inline-flex;width:2.8rem;height:5.2rem;flex:0 0 auto}.podcast-header__award-icon img,.podcast-header__award-icon svg{display:block;width:100%;height:100%;object-fit:contain}.podcast-header__award-icon--right svg{transform:scaleX(-1)}.podcast-header__content{display:flex;flex-direction:column;align-self:center;min-width:0}.podcast-header__content>*{margin-top:0;margin-bottom:0}.podcast-header__content>*+*{margin-top:var(--podcast-header-block-spacing-mobile)}.podcast-header__content--mobile-center{align-items:center;text-align:center}.podcast-header__content--mobile-right{align-items:flex-end;text-align:right}.podcast-header__content--mobile-left{align-items:flex-start;text-align:left}.podcast-header__heading{color:currentColor;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-weight:300;line-height:.98;letter-spacing:0}.podcast-header__subtitle{color:currentColor;font-family:var(--font-body-family);font-weight:400;line-height:1.25;letter-spacing:0}.podcast-header__rating{display:flex;justify-content:unset;flex-wrap:wrap;align-items:center;gap:.8rem;color:currentColor;font-family:var(--font-body-family);font-weight:400;line-height:1.3;letter-spacing:0}.podcast-header__stars{display:inline-flex;align-items:center;gap:.3rem}.podcast-header__star{display:inline-flex;width:1.4rem;height:1.4rem}.podcast-header__star svg{width:100%;height:100%}.podcast-header__rating-items{display:inline-flex;justify-content:unset;flex-wrap:wrap;align-items:center;gap:.4rem .8rem}.podcast-header__rating-items span+span:before{content:"\2022";margin-right:.8rem}.podcast-header__description{max-width:65rem;color:currentColor;font-family:var(--font-body-family);font-weight:300;line-height:1.42;letter-spacing:0}.podcast-header__description.rte{margin-top:var(--podcast-header-text-spacing-mobile)}.podcast-header__description p{margin-top:0;margin-bottom:0}.podcast-header__platforms-wrapper{margin-top:var(--podcast-header-platform-spacing-mobile)}.podcast-header__platforms-heading{margin:0 0 .5rem;color:currentColor;font-family:var(--font-body-family);font-size:18px;font-weight:500;line-height:1.25;letter-spacing:0}.podcast-header__platforms{display:flex;justify-content:unset;flex-wrap:wrap;align-items:center;gap:1.6rem 3.2rem}.podcast-header__platform{display:inline-flex;align-items:center;gap:1rem;color:currentColor;font-family:var(--font-body-family);font-weight:700;line-height:1;letter-spacing:0;text-decoration:none}.podcast-header__platform[aria-disabled=true]{pointer-events:none}.podcast-header__platform-image{display:inline-flex;width:var(--podcast-header-platform-image-width);max-width:100%;flex:0 0 auto}.podcast-header__platform-image img{display:block;width:100%;height:auto;object-fit:contain}.podcast-header__platform-label{display:flex;flex-direction:column;gap:.1rem}.podcast-header__platform-sublabel{font-size:.72em;line-height:1}.podcast-header__divider{width:100%;height:1px;margin-top:var(--podcast-header-stats-spacing-mobile);background:currentColor;opacity:.12}.podcast-header__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 70px;padding-top:20px;margin-top:24px;border-top:1px solid #FFFFFF1A}.podcast-header__divider+.podcast-header__stats{padding-top:3.2rem}.podcast-header__stats:first-child{margin-top:var(--podcast-header-stats-spacing-mobile)}.podcast-header__stat{display:inline-flex;align-items:baseline;justify-content:center;gap:1rem;color:currentColor;font-family:var(--font-body-family);line-height:1.2;letter-spacing:0;text-align:center}.podcast-header__stat-value{font-weight:400}.podcast-header__stat-label{font-weight:200}@media screen and (max-width:749px){.podcast-header__platforms{flex-wrap:nowrap;gap:1.2rem;justify-content:center}.podcast-header__platform{min-width:0}.podcast-header__platform-image{width:min(var(--podcast-header-platform-image-width),clamp(7.8rem,25vw,9.4rem))}.podcast-header__rating,.podcast-header__rating-items{justify-content:center}.podcast-header__platforms-heading{font-size:16px}.podcast-header__award{gap:1rem}.podcast-header__stat{flex:1 1 100%}}@media screen and (min-width:750px){.podcast-header__inner{width:min(calc(100% - 10rem),var(--podcast-header-content-width))}}@media screen and (min-width:990px){.podcast-header__main{grid-template-columns:minmax(0,var(--podcast-header-media-width)) minmax(0,1fr);align-items:start;gap:var(--podcast-header-gap-desktop)}.podcast-header--desktop-text_first .podcast-header__main{grid-template-columns:minmax(0,1fr) minmax(0,var(--podcast-header-media-width))}.podcast-header--desktop-text_first .podcast-header__media-column{order:2}.podcast-header--desktop-text_first .podcast-header__content{order:1}.podcast-header__content>*+*{margin-top:var(--podcast-header-block-spacing-desktop)}.podcast-header__content--desktop-center{align-items:center;text-align:center}.podcast-header__content--desktop-right{align-items:flex-end;text-align:right}.podcast-header__content--desktop-left{align-items:flex-start;text-align:left}.podcast-header__description.rte{margin-top:var(--podcast-header-text-spacing-desktop)}.podcast-header__platforms-wrapper{margin-top:var(--podcast-header-platform-spacing-desktop)}.podcast-header__divider{margin-top:var(--podcast-header-stats-spacing-desktop)}.podcast-header__stats{gap:2rem 7.2rem;padding-top:60px;margin-top:72px;border-top:1px solid #FFFFFF1A}.podcast-header__divider+.podcast-header__stats{padding-top:6.2rem}.podcast-header__stats:first-child{margin-top:var(--podcast-header-stats-spacing-desktop)}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/section-podcast-header.css.map */
