/* GIZMO KAKA V0.42.96 — WALLET RANK CONTROLLED ASYMMETRY
   Desktop-only micro polish for YOUR RANK / HOLDERS / AKA.
   Intentionally keeps YOUR RANK slightly more prominent while preserving the
   same 8.00rem total vertical budget of the three-row zone. */

@media (min-width:769px) {
  /* YOUR RANK is the live competitive instrument: a touch taller, softer. */
  #walletDropdown > #walletDropdownRank {
    box-sizing:border-box;
    width:100%;
    height:2.26rem;
    min-height:2.26rem;
    max-height:2.26rem;
    margin-bottom:.62rem !important;
    padding-block:.39rem;
    border-radius:4px;
  }

  /* HOLDERS + AKA remain the quieter, stricter information pair. */
  #walletDropdown > #walletDropdownHolders,
  #walletDropdown > #walletDropdownAkaBalance {
    box-sizing:border-box;
    width:100%;
    height:2.02rem;
    min-height:2.02rem;
    max-height:2.02rem;
  }

  #walletDropdown > #walletDropdownHolders {
    margin-bottom:.36rem !important;
    border-radius:0;
  }

  #walletDropdown > #walletDropdownAkaBalance {
    margin-bottom:.72rem !important;
    border-radius:2px;
  }
}
