.top-actions{display:none!important}.page-tools{display:grid!important;grid-template-columns:repeat(5,1fr);gap:4px!important;max-width:560px}.page-tools>#favorite,.page-tools>#settings{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:transparent;color:#245d7e;font-size:13px}.page-tools>#favorite svg{width:25px;height:25px}
/* 收藏按钮被移到底部工具栏后，player.css 里的 .now-top #favorite.on 就不匹配了，
   不补这条的话点收藏没有任何视觉反馈 */
.page-tools>#favorite.on{color:#e95d70}
.page-tools>#favorite.on svg{fill:#e95d70;stroke:#e95d70}.settings-word{display:grid;place-items:center;height:25px;font-size:17px;font-weight:700;white-space:nowrap}
