/* Native Android TV WebView mode. Activated only by the trusted RadioTVApp bridge. */
html.radio-tv-app .footer,
html.radio-tv-app .speedbar,
html.radio-tv-app .home-app-promo,
html.radio-tv-app .site-desc.noandroidapp,
html.radio-tv-app .side-menu--device-links,
html.radio-tv-app [data-pwa-install],
html.radio-tv-app .noandroidapp,
html.radio-tv-app .android-web-only,
body.radio-tv-app .footer,
body.radio-tv-app .speedbar,
body.radio-tv-app .home-app-promo,
body.radio-tv-app .site-desc.noandroidapp,
body.radio-tv-app .side-menu--device-links,
body.radio-tv-app [data-pwa-install],
body.radio-tv-app .noandroidapp,
body.radio-tv-app .android-web-only {
  display: none !important;
}

/* Reuse the station Share block on TV and make it D-pad friendly. */
html.radio-tv-app .android-native-only,
body.radio-tv-app .android-native-only {
  display: block !important;
}

html.radio-tv-app .radio-native-share {
  margin: 16px 0 22px;
}

html.radio-tv-app .radio-native-share__button {
  min-height: 58px;
  border: 2px solid rgba(0, 158, 255, .38);
  border-radius: 14px;
  background: rgba(0, 158, 255, .08);
  color: inherit;
  font-size: 18px;
  outline: none;
}

html.radio-tv-app .radio-native-share__button:focus,
html.radio-tv-app .radio-native-share__button.tv-focus,
html.radio-tv-app .radio-native-share__button[data-tv-focused="1"] {
  border-color: #009eff;
  box-shadow: 0 0 0 4px rgba(0, 158, 255, .22);
  transform: scale(1.02);
}

/* Keep the last content block visually complete after the web footer is removed. */
html.radio-tv-app .content {
  padding-bottom: 28px;
}
