@scope (body[data-css-version="174"]) {
  :scope #splash.hidden .splash-content {
    display: none !important;
  }

  #asset-title .tier-next-label {
    color: #191f28 !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 18px;
  }

  :is(#home-feature-nav .home-feature-btn, #bottom-nav .nav-btn) .nav-icon {
    display: grid !important;
    place-items: center;
    border: 0 !important;
    background: transparent !important;
    color: #3182f6 !important;
    opacity: 1 !important;
    -webkit-mask: none !important;
    mask: none !important;
  }

  :is(#home-feature-nav .home-feature-btn, #bottom-nav .nav-btn) .nav-icon::before {
    width: 26px;
    height: 26px;
    background: #3182f6 !important;
  }

  @media (max-width: 360px), (max-height: 760px) and (max-width: 699px) {
    #asset-title .tier-next-label {
      min-width: 38px;
      overflow: visible;
      font-size: 0 !important;
      white-space: nowrap;
    }

    #asset-title .tier-next-label::after {
      content: attr(data-short-label);
      display: block !important;
      color: inherit;
      font-size: 12px;
      font-weight: inherit;
      line-height: 16px;
    }
  }
}
