.ifm-player{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#111;color:#fff;display:flex;align-items:center;gap:12px;padding:10px 14px;border-top:1px solid #222;font-family:inherit}
.ifm-player__art{width:48px;height:48px;background:#222 center/cover no-repeat;border-radius:4px;flex:0 0 48px}
.ifm-player__info{flex:1;min-width:0}
.ifm-player__title{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ifm-player__artist{font-size:12px;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ifm-player__status{font-size:11px;opacity:.6}
.ifm-player__toggle{background:#e63946;color:#fff;border:0;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:600}
.ifm-player__toggle:focus{outline:2px solid #fff;outline-offset:2px}
body{padding-bottom:80px!important}
@media (max-width:480px){.ifm-player{flex-wrap:wrap}.ifm-player__info{flex-basis:60%}}
