/* Pro-only UI additions layered on top of the Lite app styles */
.rf-app .rf-fav-btn { background: transparent; border: none; font-size: 20px; cursor: pointer; line-height: 1; padding: 4px; }
.rf-app .rf-fav-btn.is-fav { filter: drop-shadow(0 0 2px rgba(255,158,199,.6)); }
.rf-app .rf-card-top { display:flex; align-items:flex-start; justify-content:space-between; }

.rf-app .rf-toolbar-pro { display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-top: -6px; margin-bottom: 22px; }
.rf-app .rf-toolbar-pro button { border: 2px solid #efe6ff; background:#fff; color:#5b3fa0; border-radius:999px; padding:8px 16px; font-weight:700; font-size:12.5px; cursor:pointer; }
.rf-app .rf-toolbar-pro button.is-on { background:#5b3fa0; color:#fff; border-color:#5b3fa0; }

.rf-playlist-panel { position: relative; z-index:1; background:#faf7ff; border-radius:16px; padding:16px 18px; margin-bottom:22px; display:none; }
.rf-playlist-panel.is-open { display:block; }
.rf-playlist-panel h4 { margin:0 0 10px; font-size:15px; }
.rf-playlist-item { display:flex; align-items:center; gap:10px; padding:6px 0; font-size:13.5px; cursor:grab; }
.rf-playlist-item .rf-drag-handle { opacity:.5; }
.rf-playlist-empty { font-size:13px; color:var(--rf-ink-soft, #6a6182); }
