.audio-player {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background-color: transparent;
    border: 1.5px solid rgba(51, 102, 255, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
    
    /* התיקון כאן: */
    direction: ltr; 
}

.track-info {
    display: flex;
    flex-direction: column;
    text-align: left; /* מבטיח שהטקסט בתוך הנגן ייצמד לשמאל */
}
