.PlaylistPlayerHeader {
    font-family: Rubik;
    height: 80px;
    padding: 10px 40px;

    & .Artwork,
    & .Icons-artwork-empty {
        display: inline-block;
        float: left;
        height: 60px;
        margin-right: 10px;
        width: 60px;
    }

    &-product-info {
        display: inline-block;
        margin-top: 8px;
    }

    &-product-name {
        margin-top: 0;
    }

    &-product-artist {
        margin-top: 2px;
    }
}
