/* One account dropdown instead of four crowded independent menu buttons. */
.tr-account-menu>a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    color:#0b315f!important;
    font-weight:800!important;
}
.tr-account-menu.tr-nav-login>a{
    border:1px solid #d9e3ee!important;
    background:#fff!important;
}
.tr-account-menu.tr-nav-dashboard>a{
    background:#0b315f!important;
    color:#fff!important;
    box-shadow:0 8px 20px rgba(11,49,95,.16)!important;
}
.tr-account-menu .sub-menu a{gap:10px!important;}
.tr-account-menu .tr-nav-logout>a{color:#b4233b!important;}
.tr-nav-count{
    display:inline-grid;
    min-width:22px;
    height:22px;
    place-items:center;
    padding-inline:5px;
    border-radius:999px;
    color:#fff;
    background:#ef334f;
    font-size:11px;
    font-weight:900;
    line-height:1;
}
@media(min-width:922px){
    .tr-account-menu{margin-inline-start:6px!important;}
}
@media(max-width:921px){
    .tr-account-menu>a{justify-content:space-between!important;}
    .tr-account-menu.tr-nav-dashboard>a{margin-top:8px!important;}
}
