/* =========================
   Spotify card
   ========================= */

.spotify-card {
    overflow: hidden;
}


/* Now playing */

.spotify-now {
    margin-top: 10px;
}


#spotifyTitle {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3;
}


#spotifyArtist {
    margin-top: 4px;
    font-size: 0.95em;
    color: #666;
}


#spotifyAlbum {
    margin-top: 3px;
    font-size: 0.85em;
    color: #888;
}



/* History */

.spotify-history {
    margin-top: 18px;
}


.spotify-history h4 {
    margin-bottom: 10px;
    font-size: 0.95em;
}


.spotify-history-item {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}


.spotify-history-item:last-child {
    border-bottom: none;
}


.spotify-history-item div:first-child {
    font-size: 0.95em;
}


.spotify-history-item small {
    color: #666;
    font-size: 0.85em;
}

#spotifyTitle.spotify-not-playing {
    font-size: 0.9em;
    font-weight: normal;
    color: #888;
}