/* Applied when URL has ?tv=1 (Android TV WebView). Detection lives in client/index.html. */

/* Hide remote-unfriendly UI */
html.tv-mode #settings-paypal-button,
html.tv-mode #modal-paypal-button,
html.tv-mode .donate-button-container,
html.tv-mode .donate-via,
html.tv-mode .donate-text,
html.tv-mode #donateModal,
html.tv-mode #changeUsernameForm,
html.tv-mode #changePasswordForm,
html.tv-mode .choosePlayersRightH4 {
    display: none !important;
}

/* 10ft-visible focus ring */
html.tv-mode :focus,
html.tv-mode :focus-visible,
html.tv-mode .modeButtons:focus,
html.tv-mode .yearButton:focus,
html.tv-mode .buttonSmall:focus {
    outline: 4px solid #ffd600 !important;
    outline-offset: 4px;
    box-shadow: 0 0 0 8px rgba(255, 214, 0, 0.35);
    transition: outline-color 120ms, box-shadow 120ms;
}
