/* These are presentation options only. Server authentication and limits are
   authoritative even if someone alters these attributes in their browser. */
html[data-baoku-public-page="true"][data-baoku-show-video="false"] [data-baoku-video-section],
html[data-baoku-public-page="true"][data-baoku-show-video="false"] .game-video-player,
html[data-baoku-public-page="true"][data-baoku-show-help="false"] .detail-help-callout,
html[data-baoku-public-page="true"][data-baoku-show-help="false"] a[href="/help"],
html[data-baoku-public-page="true"][data-baoku-show-help="false"] a[href="/help/"],
html[data-baoku-public-page="true"][data-baoku-show-random="false"] .game-surprise-card,
html[data-baoku-public-page="true"][data-baoku-show-share="false"] .top-share-button,
html[data-baoku-public-page="true"][data-baoku-show-share="false"] .game-share-card,
html[data-baoku-public-page="true"][data-baoku-show-language-switch="false"] .site-language-control,
html[data-baoku-public-page="true"][data-baoku-show-theme-switch="false"] .baoku-theme-switcher,
html[data-baoku-open-result-page="false"] .resource-delivery-saved-link {
  display: none !important;
}
.resource-entry-saved[aria-busy="true"],
.resource-result-recover[aria-busy="true"] { cursor: progress; }
