/*
 * Paragraph Playlist Component
 */


body.awhi_books .playlist-component {
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  body.awhi_books .list-iconified.list-playlists h3::before {
    width: 35px;
    height: 35px;
    background-position: left 0 top 3px;
    background-image: url('../../../../images/playlists.png');
  }
}

@media screen and (min-width: 1024px) {
  body.awhi_books .playlist-component .component-framing-copy {
    margin-bottom: 60px;
  }

  body.awhi_books .list-iconified.list-playlists .list-iconified-item {
    background-image: url('../../../../images/playlists.png');
    background-repeat: no-repeat;
    background-position: left 47px top 53px;
    background-size: initial;
  }

  body.awhi_books .playlist-component {
    margin-bottom: 100px;
  }
}


