.podcast-hero {
    padding: 200px 0 120px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.podcast-hero-heading {
    max-width: 900px;
}

.podcast-hero-heading .heading {
    font-size: 96px;
    line-height: 95%;
    letter-spacing: -0.02em;
}

.podcast-posts-sec {
    padding: 80px 0 100px;
}

.podcast-posts-sec .primary-title {
    margin-bottom: 50px;
}

/* Podcast-specific additions to the headline-post card */
.headline-post .ep-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.55;
}

.headline-post .post-guests {
    font-size: 13px;
    font-style: italic;
    opacity: 0.65;
    margin: 6px 0 0;
    line-height: 1.4;
}

.headline-post .post-duration {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.5;
}

.podcast-loadmore {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .podcast-hero-heading .heading { font-size: 65px; }
    .podcast-hero { padding: 160px 0 90px; }
}

@media (max-width: 767px) {
    .podcast-hero-heading .heading { font-size: 45px; }
    .podcast-hero { padding: 130px 0 70px; }
    .podcast-posts-sec { padding: 50px 0 70px; }
}
