.ctp-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 160px 0;
    position: relative;
}

.ctp-container button{
    width: min-content;
    padding: 14px 24px;
    white-space: nowrap;
    width: 233px;
    margin-top: 36px;
}

.ctp-container img{
    height: 100%;
}

.ctp-container h4{
    color: #000;
    text-align: center;
    font-family: 'ClashGrotesk-medium';
    font-size: 40px;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.4px;
}

.ctp-container p{
    color: var(--text-normal-500, #666D80);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-top: 20px;
}

.ctp-leftEffect, .ctp-rightEffect{
    position: absolute;
    width: 38%;
    height: 100%;
    top: 0;
    pointer-events: none;   
}

.ctp-leftEffect{
    left: 0;
    background: linear-gradient(90deg, #FFF 28.59%, rgba(255, 255, 255, 0.00) 98.54%);
}

.ctp-rightEffect{
    right: 0;
    background: linear-gradient(270deg, #FFF 28.59%, rgba(255, 255, 255, 0.00) 98.54%);
}

.ctp-imgWrapper{
    position: relative;
    height: 224px;
    max-width: 100%;
    overflow: hidden;
    margin-top: 48px;
}

.pl-top{
    text-align: center;
    margin-bottom: 56px;
}
.pl-top h1{
    color: var(--text-loud-900, #0D0D12);
    text-align: center;
    font-size: 56px;
    font-weight: 500;
    line-height: 64px; /* 114.286% */
    letter-spacing: -0.56px;
    margin-bottom: 20px;
}
.pl-top span{
    color: var(--text-normal-500, #666D80);
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    display: block;
}

.pl-l-elem{
    color: unset;
    display: flex;
    gap: 24px;
    border-radius: 16px;
    padding: 18px 16px;
    background: var(--Background-White, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
}
.pl-l-infoContainer{
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.p-cta-bottomImage{
    max-width: 100%;
    width: 230px;
    object-fit: contain;
}

.podcastCard-content *{
    font-size: 14px !important;
    font-family: 'Inter' !important;
}

.pl-l-tagContainer{
    display: flex;
}

.pl-l-tagItem{
    padding: 4px 6px;
    border-radius: 99px;
    background: var(--background-disabled-0, #F8FAFB);
    box-shadow: 0px 0px 0px 1px rgba(18, 41, 104, 0.08), 0px 1px 2px 0px rgba(42, 52, 80, 0.12);
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    color: var(--text-loud-900, #0D0D12);
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

.pl-l-infoContainer h2{
    color: var(--text-loud-900, #0D0D12);
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.pl-l-ic-guestContainer{
    margin-top: auto;
    padding: 8px 20px 8px 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 56px;
    background: var(--Background-White, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
}

.podcast-cta-container{
    margin-top: 120px;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
    padding: 40px 48px;
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(214, 244, 255, 0.30) 0%, rgba(214, 244, 255, 0.30) 100%);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
}

.podcast-cta-container h2{
    color: #000;
    font-size: 33px;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.4px;
    margin: 0;
}

.p-cta-leftContainer{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    height: 100%;
    justify-content: space-between;
}

.p-cta-leftContainer p{
    max-width: 654px;
}

.p-cta-spotifyLogo{
    position: absolute;
    right: -71px;
    bottom: -127px;
}

.pl-l-ic-gc-imgWrapper{
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.pl-l-imgWrapper{
    width: 300px;
    height: 100%;
}

.pl-l-imgWrapper img{
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.pl-listing{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pl-l-ic-gc-imgWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.pl-l-ic-gc-nameWrapper{
    display: flex;
    flex-direction: column;
}

.pl-l-ic-gc-nameWrapper p{
    margin: 0;
    color: var(--text-loud-900, #0D0D12);
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.pl-l-ic-gc-nameWrapper span{
    color: var(--text-normal-500, #666D80);
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.podcastListing-container{
    margin-top: 50px;
}

@media (max-width: 768px) {
    .podcastListing-container{
        margin-top: -10px;
    }
}

.p-cta-bottomContainer{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}


@media (max-width: 1199px) {
    .p-cta-spotifyLogo{
        right: -180px;
    }

}

@media (max-width: 991px) {
    .podcast-cta-container h2{
        color: #000;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px; /* 125% */
    }
    .p-cta-spotifyLogo{
        display: none;
    }
    .ctp-container h4 {
        font-size: 24px;
        font-weight: 400;
    }
    .ctp-container p {
        font-size: 16px;
    }
    .ctp-container button {
        width: 100%;
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }
    .pl-l-elem{
        flex-direction: column;
    }
    .pl-l-imgWrapper{
        width: 100%;
    }
    .pl-top h1{
        font-size: 32px;
        line-height: 40px;
    }
    .pl-top span{
        font-size: 16px;
    }
}