#snucre-now-playing-widget {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#snucre-now-playing-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4); /* Beyaz overlay ile opaklık */
    z-index: 1;
}

#snucre-now-playing-widget > div {
    position: relative;
    z-index: 2; /* İçerik overlay'in üzerinde görünsün */
}

#snucre-now-playing-widget img {
    width: 120px;
    border-radius: 8px;
}

#snucre-now-playing-widget h3 {
    font-size: 1.5rem;
    color: #000000; /* Metin rengi */
    margin: 10px 0;
}

#snucre-now-playing-widget a {
    color: #1DB954; /* Spotify link rengi */
    text-decoration: none;
}

#snucre-now-playing-widget .snucre_copyright {
    font-size: 10px;
    color: black;
    font-style: italic;
}