body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    background: transparent;
}

#lastfm-widget {
    background: linear-gradient(135deg, #a592c1 0%, #8a77a8 100%);
    border: 2px outset #b5a2d1;
    border-radius: 8px;
    padding: 8px;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    position: relative;
    font-size: 11px;
    color: #fff;
    min-height: 60px;
}

#lastfm-widget::after {
    content: "♪";
    position: absolute;
    top: -5px;
    right: 5px;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#track-info {
    margin-right: 20px;
}

#track-title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 2px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#track-artist {
    font-size: 10px;
    opacity: 0.9;
    margin-bottom: 1px;
}

#track-album {
    font-size: 9px;
    opacity: 0.8;
    font-style: italic;
}

#refresh-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255,255,255,0.2);
    border: 1px outset rgba(255,255,255,0.3);
    border-radius: 3px;
    padding: 2px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#refresh-btn:hover {
    background: rgba(255,255,255,0.3);
}

#refresh-btn:active {
    border: 1px inset rgba(255,255,255,0.3);
}

#refresh-btn img {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}
