@media (max-width: 820px) {
  .hsj-android-app-float {
    align-items: center;
    background: rgba(37, 37, 44, .96);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    bottom: calc(var(--hsj-mobile-tabbar-height, 52px) + env(safe-area-inset-bottom, 0px) + 16px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .34);
    box-sizing: border-box;
    color: #e3e3e5 !important;
    display: none;
    gap: 8px;
    height: 44px;
    justify-content: center;
    max-width: calc(100vw - 24px);
    padding: 6px 13px 6px 7px;
    position: fixed;
    right: 12px;
    text-decoration: none !important;
    transform: translate3d(0, 12px, 0);
    transition: opacity .22s ease, transform .22s ease;
    width: auto;
    z-index: 10080;
  }

  .hsj-android-app-float.is-visible {
    display: inline-flex;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .hsj-android-app-float:active {
    transform: translate3d(0, 1px, 0) scale(.985);
  }

  .hsj-android-app-float__logo {
    align-items: center;
    background: #101012;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    overflow: hidden;
    width: 32px;
  }

  .hsj-android-app-float__logo-img {
    display: block;
    height: 28px;
    object-fit: contain;
    width: 28px;
  }

  .hsj-android-app-float__logo-img--dark,
  body.bstem .hsj-android-app-float__logo-img--light {
    display: none;
  }

  body.bstem .hsj-android-app-float__logo-img--dark {
    display: block;
  }

  .hsj-android-app-float__text {
    color: #e3e3e5;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    max-width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hsj-android-app-float__chev {
    border-right: 2px solid rgba(227, 227, 229, .82);
    border-top: 2px solid rgba(227, 227, 229, .82);
    display: inline-block;
    flex: 0 0 auto;
    height: 7px;
    transform: rotate(45deg);
    width: 7px;
  }
}

@media (min-width: 821px) {
  .hsj-android-app-float {
    display: none !important;
  }
}
