
/* V11.5 — cân đều menu thường. Không đổi thiết kế Cộng Đồng/Tải Game. */
@media (min-width:851px){
  .mu-pro-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:0!important;
  }

  /* Menu thường: đồng nhất hoàn toàn */
  .mu-pro-nav > a:not(.mu-community):not(.mu-download),
  .mu-pro-nav > button:not(.mu-community):not(.mu-download){
    box-sizing:border-box!important;
    min-width:108px!important;
    height:64px!important;
    margin:0!important;
    padding:0 12px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-family:"Segoe UI",Arial,Tahoma,sans-serif!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1.15!important;
    letter-spacing:.02em!important;
    color:#dedbd4!important;
    text-align:center!important;
    white-space:nowrap!important;
    text-shadow:0 1px 2px rgba(0,0,0,.9)!important;
  }

  /* Lộ trình dài hơn về chữ nhưng giữ cùng chiều cao/font */
  .mu-pro-nav > .mu-route-menu-btn{
    min-width:168px!important;
  }

  .mu-pro-nav > a:not(.mu-community):not(.mu-download):hover,
  .mu-pro-nav > button:not(.mu-community):not(.mu-download):hover,
  .mu-pro-nav > a.active:not(.mu-community):not(.mu-download){
    color:#d6b46b!important;
  }

  /* Hai button cuối: KHÔNG đổi font/nền/kích thước/khung.
     Chỉ kéo gần nhau. */
  .mu-pro-nav > .mu-community{
    margin-left:8px!important;
    margin-right:2px!important;
  }
  .mu-pro-nav > .mu-download{
    margin-left:2px!important;
  }
}
