#radio-widget {
    width: 300px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

#cover-art {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#song-info {
    margin: 10px 0;
}

#controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#volume-slider {
    width: 100px;
}
