/* PVP.com2.tr V3.9.9 - Ortak topluluk sağ menüsü simge boyutu kesin düzeltme */
.community-shared-sidebar .community-hub-leaders li{
    display:grid !important;
    grid-template-columns:30px 36px minmax(0,1fr) !important;
    align-items:center !important;
    gap:10px !important;
    min-height:58px !important;
    padding:11px 0 !important;
}

.community-shared-sidebar .community-hub-leaders li > .progression-rank-mark,
.community-shared-sidebar .community-hub-leaders li > .progression-rank-mark--compact{
    display:inline-flex !important;
    flex:0 0 30px !important;
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    height:30px !important;
    min-height:30px !important;
    max-height:30px !important;
    margin:0 !important;
    padding:1px !important;
    overflow:hidden !important;
    border-radius:50% !important;
    box-sizing:border-box !important;
    justify-self:center !important;
}

.community-shared-sidebar .community-hub-leaders li > .progression-rank-mark .progression-rank-mark__symbol,
.community-shared-sidebar .community-hub-leaders li > .progression-rank-mark--compact .progression-rank-mark__symbol{
    display:grid !important;
    place-items:center !important;
    flex:0 0 26px !important;
    width:26px !important;
    min-width:26px !important;
    max-width:26px !important;
    height:26px !important;
    min-height:26px !important;
    max-height:26px !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:50% !important;
    box-sizing:border-box !important;
}

.community-shared-sidebar .community-hub-leaders .progression-rank-mark__symbol img{
    display:block !important;
    width:26px !important;
    min-width:26px !important;
    max-width:26px !important;
    height:26px !important;
    min-height:26px !important;
    max-height:26px !important;
    margin:0 !important;
    object-fit:contain !important;
    border-radius:50% !important;
}

.community-shared-sidebar .community-hub-leader-avatar{
    display:grid !important;
    place-items:center !important;
    flex:0 0 36px !important;
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:50% !important;
    box-sizing:border-box !important;
    font-size:11px !important;
    line-height:1 !important;
}

.community-shared-sidebar .community-hub-leaders li > a{
    grid-column:3 !important;
    min-width:0 !important;
    width:100% !important;
}

.community-shared-sidebar .community-hub-leaders li > strong:last-child{
    display:none !important;
}

@media (max-width:640px){
    .community-shared-sidebar .community-hub-leaders li{
        grid-template-columns:28px 34px minmax(0,1fr) !important;
        gap:9px !important;
    }

    .community-shared-sidebar .community-hub-leaders li > .progression-rank-mark,
    .community-shared-sidebar .community-hub-leaders li > .progression-rank-mark--compact{
        flex-basis:28px !important;
        width:28px !important;
        min-width:28px !important;
        max-width:28px !important;
        height:28px !important;
        min-height:28px !important;
        max-height:28px !important;
    }

    .community-shared-sidebar .community-hub-leaders li > .progression-rank-mark .progression-rank-mark__symbol,
    .community-shared-sidebar .community-hub-leaders li > .progression-rank-mark--compact .progression-rank-mark__symbol,
    .community-shared-sidebar .community-hub-leaders .progression-rank-mark__symbol img{
        flex-basis:24px !important;
        width:24px !important;
        min-width:24px !important;
        max-width:24px !important;
        height:24px !important;
        min-height:24px !important;
        max-height:24px !important;
    }

    .community-shared-sidebar .community-hub-leader-avatar{
        flex-basis:34px !important;
        width:34px !important;
        min-width:34px !important;
        max-width:34px !important;
        height:34px !important;
        min-height:34px !important;
        max-height:34px !important;
    }
}
