.featured-podcasts-reel-section {
    width: 100vw;
    padding-bottom: 50px;
}


.featured-podcasts-reel-section .section-header {
    margin-left: 90px;
    margin-right: 90px;
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid rgba(0,0,0,0.8);
    border-top: 0.5px solid rgba(0,0,0,0.8);

    margin-bottom: 32px;
}
.featured-podcasts-reel-section:first-child .section-header {
    border-top: none;

}
.featured-podcasts-reel-section .section-header .header-title {
    font-size: 52px;
    margin: 0;
    margin-bottom: 34px;
    margin-top: 57px;
}
.featured-podcasts-reel-section .section-header .cta-btn {
    border-radius: 100px;
    background-color: var(--wp--preset--color--acid-green);
    font-weight: 600;
    font-family: var(--wp--preset--font-family--manrope);
    width: fit-content;
    padding: 8px 16px;
}
.featured-podcasts-reel-section .section-header .banner-nav {
    display: flex;
    gap: 14px;
    margin-top: 60px;
}
.featured-podcasts-reel-section .podcast-slider-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
    overflow: hidden;
    
}

.featured-podcasts-reel-section .podcast-slide {
    width: 23vw;
    width: calc(25vw - 67.5px);

    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--wp--preset--color--green-black);
}
.featured-podcasts-reel-section .podcast-slide:first-child {
    margin-left: 0;
    transition: margin-left 0.5s ease;
}
.featured-podcasts-reel-section .podcast-slide:first-child {
    margin-left: 90px;
}

.featured-podcasts-reel-section .post-img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    margin-bottom: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--wp--preset--color--acid-green);


}
.featured-podcasts-reel-section .webinar .post-img {
 aspect-ratio: 16 / 9;
}
.featured-podcasts-reel-section .tag-pills {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;

}
.featured-podcasts-reel-section .pill {
    border: 1px solid var(--wp--preset--color--green-black);
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: var(--wp--preset--color--green-black);
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    padding: 3px 7px;
    transition: background-color 0.5s ease, border-color 0.5s ease;

}
.featured-podcasts-reel-section .pill:hover {
    border-color: var(--wp--preset--color--acid-green);
    background-color: var(--wp--preset--color--acid-green);
}
.featured-podcasts-reel-section a {
    text-decoration: none;
    color: var(--wp--preset--color--green-black)
}
.featured-podcasts-reel-section .post-meta-info a {
    color: var(--wp--preset--color--dark-gray);
    font-size: 13px;
}
.featured-podcasts-reel-section .post-title {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-right: 20px;
}

.featured-podcasts-reel-section .post-description {
    margin: 0;
    font-size: 19px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 10px;

     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        padding-right: 20px;

}

.featured-podcasts-reel-section .post-meta-info {
    margin: 0;
}

.featured-podcasts-reel-section .btn {
    color: var(--wp--preset--color--green-black);
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 5px 12px;

    

}
.featured-podcasts-reel-section .btn.prev-slide {
    padding-left: 6px;
}
.featured-podcasts-reel-section .btn.next-slide {
    padding-right: 6px;
}
.featured-podcasts-reel-section .btn:hover {
    border: 1px solid var(--wp--preset--color--acid-green);
    background-color: var(--wp--preset--color--acid-green);

}

.featured-podcasts-reel-section .play-btn {
    display: flex;
    border-radius: 100px;
    width: fit-content;
    margin-top: 30px;
    border: none;
    background-color: var(--wp--preset--color--acid-green);
    align-items: center;
    justify-content: center;

}


.featured-podcasts-reel-section .empty-info {
    padding-left: 20px;
    padding-top: 20px;
    color: var(--wp--preset--color--green-black);
}

.featured-podcasts-reel-section .empty-info p {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

.featured-podcasts-reel-section .empty-info p.guests {
    margin-top: 80px;
}

.archive .section-header {
    border-top: 0.5px solid rgba(0,0,0,0.8);
}



.archive .section-header .banner-nav {
 margin-top: 0px;
}
.featured-podcasts-reel-section .section-header  .banner-nav {
     margin-top: 20px;
}


@media (max-width: 800px) {
    .featured-podcasts-reel-section .podcast-slider-list {
        flex-direction: column;
    }
    .featured-podcasts-reel-section .section-header {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 25px;
        width: calc(100% - 40px);
    }
    .featured-podcasts-reel-section .podcast-slide, .featured-podcasts-reel-section .podcast-slide:first-child {
        margin-left: 20px;
    }
    .featured-podcasts-reel-section .podcast-slide {
        width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        position: relative;
    }
    .featured-podcasts-reel-section .post-img {
        width: 100%;
        height: 60vw;
    }
    .featured-podcasts-reel-section .section-header .header-title {
        font-size: 32px;
        margin-top: 38px;
        margin-bottom: 25px;
    }
    .featured-podcasts-reel-section .section-header .banner-nav {
        margin-top: 10px;
    }

    .featured-podcasts-reel-section .btn.nav-btn {
        width: 38px;
        height: 38px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: var(--wp--preset--color--acid-green);
        background-color: var(--wp--preset--color--acid-green);
    }
}
