
#ecofm-player{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#333333;
color:white;
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 20px;
z-index:9999;
font-family:Roboto;
box-shadow:0 -3px 12px rgba(0,0,0,0.4);
}

.ecofm-left{
display:flex;
align-items:center;
gap:12px;
}

#ecofm-play{
background:#c80000;
border:none;
color:white;
font-size:16px;
padding:8px 14px;
cursor:pointer;
border-radius:4px;
}

.ecofm-live{
font-size:13px;
color:#c80000;
font-weight:bold;
}

#ecofm-track{
font-size:14px;
font-weight:bold;

}

#ecofm-volume{
width:120px;
}

#ecofm-popup{
margin-left:10px;
padding:6px 10px;
cursor:pointer;
}

#ecofm-art{
width:50px;
height:50px;
object-fit:cover;
border-radius:4px;
}
#ecofm-cover{
width:45px;
height:45px;
object-fit:cover;
border-radius:6px;
display:block;
margin:auto;
}