/* --- صفحة قائمة التشغيل --- */
.vnp-playlist-page .page-title { margin-bottom: 30px; }
.vnp-playlist-container { max-width: 700px; margin: 0 auto; }
#vnp-main-player-area { background: #f9f9f9; padding: 20px; border-radius: 8px; margin-bottom: 20px; }
#vnp-current-track-title { margin: 0 0 15px; font-size: 1.2em; }
#vnp-playlist-tracks { list-style: none; margin: 0; padding: 0; }
.vnp-track-item { padding: 12px 15px; border-bottom: 1px solid #eee; transition: background-color 0.2s; }
.vnp-track-item a { text-decoration: none; color: #333; display: block; }
.vnp-track-item:hover { background-color: #f0f0f0; }
.vnp-track-item.is-playing { background-color: #0073aa; }
.vnp-track-item.is-playing a { color: #fff; }

/* --- صفحة الملاحظة المفردة --- */
.vnp-single-player { margin-bottom: 20px; }
#vnp-comment-recorder-container { background: #f6f6f6; border: 1px solid #ddd; padding: 20px; margin-top: 20px; border-radius: 5px; }
#vnp-comment-record-btn.is-recording { background-color: #dc3232; color: #fff; border-color: #a01c1c; }
#vnp-comment-status { margin-top: 10px; font-style: italic; }
.vnp-comment-player { margin-bottom: 10px; }
