.radio-player-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

audio {
    width: 100%;
    max-width: 100%;
    
    /* Performance optimizations */
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#player-status {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}