/* Rádio Player Pro V3 - CSS */
#rppv3-frontend-player{position:fixed;left:0;right:0;z-index:9999;padding:10px;display:flex;align-items:center;background:var(--rpp-bg,#222);color:#fff;box-shadow:0 -2px 8px rgba(0,0,0,.2)}
#rppv3-frontend-player.top{top:0}
#rppv3-frontend-player.bottom{bottom:0}
#rppv3-frontend-player img{width:50px;height:50px;margin-right:12px;border-radius:4px;object-fit:cover}
.rppv3-info{flex:1}
.rppv3-controls button{background:var(--rpp-btn,#ffeda1);border:none;padding:8px 10px;margin:0 4px;border-radius:4px;cursor:pointer}
.rppv3-icon{font-size:22px;margin-right:8px}
