.single-podcast .header-hero {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%), url(/images/hero-blue.png) !important;
}

.podcast-player-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.podcast-player-wrapper .spp-stp-desktop {
    margin: 0 0 1rem !important;
}
.pod-wrapper {
    background-color: rgb(217, 217, 217);
    padding: 10px;
    display: flex;
}
.pod-wrapper .pod-button {
    background-color: #000000;
    border: 2px soild #000000;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    margin: 5px;
    padding: 10px;
    height: 50px;
}
#toggle-show-notes-btn,
#toggle-show-transcription-btn {
    width: 100%;
    margin-bottom: 1rem;
}