.streaming-link{
    background-size: auto 60%;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 1.25rem;
    filter: saturate(0) brightness(0);

    &.apple{
        color: #ff0436;
        background-image: url(icons/apple.svg);
    }
    &.spotify{
        color: #1db954;
        background-image: url(icons/spotify.svg);
    }
    &.youtube{
        color: #ff0000;
        background-image: url(icons/youtube.svg);
    }

    &:hover{
        filter: saturate(100%) brightness(100%);
    }
}

.entry-date{
    display: inline-block;
    background-size: auto 60%;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 1.25rem;
    background-image: url(icons/calendar.svg);
}