
.efmp2-wrapper { display:flex; justify-content:center; }
.efmp2-card {
  background:#2a2a32; border-radius:20px; padding:16px;
  max-width:340px; color:#fff; font-family:Arial,sans-serif;
  display:flex; flex-direction:column; align-items:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.5);
}
.efmp2-cover { width:100%; aspect-ratio:1; border-radius:14px; background-size:cover; background-position:center; }
.efmp2-title { margin-top:12px; font-size:1.1rem; font-weight:bold; text-align:center; }
.efmp2-artist { font-size:0.85rem; opacity:.8; text-align:center; margin-bottom:10px; }
.efmp2-progress { width:90%; margin:8px 0; }
.efmp2-controls { display:flex; gap:16px; align-items:center; justify-content:center; margin-top:8px; }
.efmp2-controls button {
  background:none; border:none; cursor:pointer; color:#fff; padding:8px;
}
.efmp2-controls button svg { width:22px; height:22px; fill:white; }
.efmp2-playlist-btn { margin-top:6px; opacity:0.7; }
.efmp2-list { max-height:140px; overflow:auto; width:100%; margin-top:8px; font-size:0.85rem; }
.efmp2-item { padding:6px 8px; cursor:pointer; border-radius:6px; }
.efmp2-item.active { background:rgba(255,255,255,0.1); }
