#playlist .podcast_info {
    font-size: 0.9em;
    line-height: 1.5em;
}

#playlist .podcast_info h4 {
    margin-top: 0;
    font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif
}

#playlist .btn-playlist {
    background: #fff;
    color: #141518;
    border-radius: 3px;
}

#playlist-items {
    clear: both;
    margin-top: 50px;
}

#playlist-items .title {
    font-size: 1em;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    line-height: 1.5em;
}

#playlist-items .desc {
    font-size: 0.9em;
    line-height: 1.5em;
}

#playlist-items .play-button {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    transform: translateY(-50%);
}

#playlist-items [class^="episode-"] {
    border-bottom: 1px solid #36373A;
    cursor: pointer;
  }

  #playlist-items [class^="episode-"]:hover {
    background: #36373A;
    cursor: pointer;
  }

  #playlist-items .row-eq-height {
    display: flex;
    /* flex-flow: row wrap; */
}

#playlist-items .btn-nowplaying {
    background: #009999;
    color: #fff;
    padding: 3px 10px !important;
    border-radius: 999px;
    margin: 10px 0 0 0;
    min-height: auto;
  }

  #playlist-items .highlight {
    background: #36373A;
    cursor: pointer;
  }