/* RTL Support */
        [dir="rtl"] .playlist-item {
            border-left: none;
            border-right: 3px solid var(--primary-color);
        }

        [dir="rtl"] .timestamps {
            padding-left: 0;
            padding-right: 1rem;
            border-left: none;
           }