/* Rewarded helpers keep their existing coin price whenever it is affordable. */
#app .action-button .coin-price.is-video {
  color:#356c5c;
  border-color:#a8ceba;
  background:linear-gradient(135deg,#f1ffeb,#d5eddc);
  box-shadow:inset 0 1px #fffef4,0 1px 0 #aacbb7;
  padding:3px 6px;
  gap:4px;
}
#app .coin-price.is-video .coin-mark { display:none; }
#app .coin-price.is-video::before { content:"▶"; font-size:.75em; }
#winHomeButton { display:block; margin:4px auto 0; }
#winHomeButton.hidden, #privacyOptionsButton.hidden { display:none!important; }
#privacyOptionsButton { text-align:start; }
#privacyOptionsButton > span { min-width:0; overflow-wrap:anywhere; }
#privacyOptionsButton:disabled { opacity:.55; cursor:wait; }
body.ads-busy button, body.ads-busy [data-nav], body.ads-busy .drag-card {
  pointer-events:none;
}
body.ads-busy { cursor:progress; }
