/**
 * ���ݲ� �� ������ʷ inline style ����
 */
html.aum-ui-premium .share-option-icon.wechat {
    background: var(--aum-accent-deep) !important;
}

html.aum-ui-premium #songProgressHeader,
html.aum-ui-premium .song-progress-bar-fill {
    --progress-accent: var(--aum-accent);
}

html.aum-ui-premium:not(.aum-sapphire-dapp) .song-progress-bar-fill,
html.aum-ui-premium:not(.aum-sapphire-dapp) .progress-fill {
    background: var(--aum-gradient-accent-h) !important;
}

html.aum-ui-premium.aum-sapphire-dapp .song-progress-bar-fill,
html.aum-ui-premium.aum-sapphire-dapp .progress-fill {
    background: linear-gradient(155deg, #2A6BFF 0%, #1A4FD9 100%) !important;
}

html[data-aum-theme="dark"].aum-ui-premium.aum-sapphire-dapp .song-progress-bar-fill,
html[data-aum-theme="dark"].aum-ui-premium.aum-sapphire-dapp .progress-fill,
html[data-aum-theme="dark"].aum-ui-premium.aum-sapphire-dapp .bp-progress-fill {
    background: var(--gradient-brand) !important;
}
