#podcast-transcript {
    margin-bottom: 45px;
}

#podcast-transcript h3 {
    text-align: left;
}

#podcast-transcript .podcast-transcript-container {
    height: 200px;
    /*
    max-height: 75vh;
    padding-right: 5px;
    */
    overflow: hidden;
    position: relative;
}

#podcast-transcript .podcast-transcript-container p:last-child {
    margin-bottom: 15px;
}

#podcast-transcript .podcast-transcript-container:not(.expanded)::after {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/*
#podcast-transcript .podcast-transcript-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#podcast-transcript .podcast-transcript-container::-webkit-scrollbar-track {
    background: white;
}

#podcast-transcript .podcast-transcript-container::-webkit-scrollbar-thumb {
    background: #27A2FF;
}

#podcast-transcript .podcast-transcript-container::-webkit-scrollbar-thumb:hover {
    background: #138EEB;
}
*/
#podcast-transcript .cta-more-wrapper {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 75px;
}

#podcast-transcript .cta-more {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #27A2FF !important;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.2s;
}

#podcast-transcript .cta-more::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #27A2FF;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s;
}
