/*
Theme Name: Paul Velasco
Author: Paul Velasco
Description: Artísta Ecuatoriano, músico y gestor cultural.
Version: 3.0 

*/

.spotify-widget {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1db954;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding: 8px 12px;
    background: rgba(29, 185, 84, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(29, 185, 84, 0.2);
}

.spotify-icon {
    font-size: 16px;
}

.spotify-text {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}