.rhwp-playlists {
    width: 100%;
    height: 100%;
}

.rhwp-playlists .rhwp-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
}

.rhwp-playlists .rhwp-wrapper .a-hide {
    display: none !important;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlist-title {
    color: #111;
    font-family: inherit;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs {
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: .5em;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song {
    display: grid;
    grid-template-columns: 150px auto;
    grid-template-rows: 150px;
    grid-column-gap: .5em;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-cover-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-cover-wrapper .rh-p-song-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 85%;
    height: 85%;
    border-radius: 50px;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-cover-wrapper .rh-p-song-play {
    position: absolute;
    background-color: rgba(255, 255, 255, .49);
    border-radius: 50px;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-cover-wrapper .rh-p-song-play i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #111;
    width: 55px;
    height: 55px;
    cursor: pointer;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-meta {
    padding-top: .5em;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-meta h3 {
    margin: 0;
    width: 90%;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-meta h3.rh-p-song-name {
    font-size: 1.5em;
    line-height: 1;
    color: #111;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-meta h3.rh-p-song-author {
    font-size: 1.25em;
    color: #222
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-votes .rh-p-song-votes-count {
    color: #fff;
    background-color: #28a745;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-votes .rh-p-song-votes-count,
.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-votes .rh-p-song-vote,
.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-votes .rh-p-song-vote-revert {
    padding: .45em .8em;
    border-radius: 50px;
    font-weight: bold;
    font-size: .8em;
    transition: all .25s ease;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-votes .rh-p-song-vote {
    color: #fff;
    background-color: #007bff;
    margin-left: .5em;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-votes .rh-p-song-vote-revert {
    color: #fff;
    background-color: #6c757d;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-votes .rh-p-song-vote:hover {
     background-color: #0069d9;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-votes .rh-p-song-vote-vote:hover {
     background-color: #5a6268;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other > div:nth-child(2) {
    margin-left: 1em;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-links a {
    font-size: 1.5em;
}

.rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other .rh-p-song-links a .fab.fa-youtube {
    color: #FF0000;
}

.rhwp-playlists .fa-spinner {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .rhwp-playlists {
        width: 95%;
        margin: 0 auto;
    }

    .rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song {
        grid-template-columns: auto;
        grid-template-rows: 200px;
        text-align: center;
    }

    .rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-meta h3 {
        width: 100%;
    }

    .rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-content .rh-p-song-other {
        justify-content: center;
    }

    .rhwp-playlists .rhwp-wrapper .rh-playlists.template-1 .rh-playlists-songs .rh-p-song .rh-p-song-cover-wrapper .rh-p-song-play i {
        font-size: 4em;
        width: 255px;
        height: 115px;
    }
}
