#spotify-widget {
    /* Color */
    color: #495062;

    /* Font */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;

    /* Sizing */
    max-width: 240px;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;

    /* Core */
    display: flex;
    background-size: cover;
    text-decoration: none;
}

#spotify-widget[data-playing] {
    color: white;
    height: 240px;
    border: 0;
    text-shadow:
        -1px 0 rgba(0, 0, 0, 0.125),
        0 1px rgba(0, 0, 0, 0.125),
        1px 0 rgba(0, 0, 0, 0.125), 
        0 -1px rgba(0, 0, 0, 0.125);
}
