/* unit meta */
.bx-base-general-unit-meta ul.bx-menu-custom.bx-menu-custom-hor {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bx-base-general-unit-meta ul.bx-menu-custom.bx-menu-custom-hor > li {
    white-space: nowrap;
}
.bx-base-general-unit-meta ul.bx-menu-custom.bx-menu-custom-hor > li.bx-menu-item-nl {
    display: none;
    width: 100%;
    height: 0.5rem;
}
.bx-base-pofile-unit-with-cover .bx-base-general-unit-meta ul.bx-menu-custom.bx-menu-custom-hor > li.bx-menu-item-nl {
    display: block;
}
.bx-base-general-unit-meta ul.bx-menu-custom li:first-child .bx-base-general-unit-meta-div {
    display: none;
}


/* badges */
div.bx-badges-list {
    display: inline-flex;
    align-items: center;
    justify-content:center;
}
div.bx-badge {
    display: flex;
    align-items:center;
    text-align: center;
    color:#fff;	
    max-width: 9rem;
    min-width: 1.25rem;
    vertical-align: middle;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 0.5rem ;
    border-radius: 2em;
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
}
div.bx-badges-list div.bx-badge{
    margin:0 0.25rem;
}

img.bx-badge-icon {
    width: 14px;
    height: 14px;
}
div.bx-badge img{

    margin-right: 0.5rem;
}
div.bx-badge span{
    text-overflow: ellipsis; 
    overflow: hidden;
}
div.bx-badge:not(.bx-badge-compact-to) .sys-icon,
div.bx-badge:not(.bx-badge-compact-to) span{
    color: inherit !important;
    margin-right: 0.5rem;
}
div.bx-badge.bx-badge-compact{
    width: 1.25rem;
    text-align: center;
}
div.bx-badge.bx-badge-compact-to{
    padding: 0;
    width: auto;
}
div.bx-badge.bx-badge-compact .sys-icon{
    width: 1.25rem;
}
div.bx-badge.bx-badge-compact .sys-icon,
div.bx-badge.bx-badge-compact img{
    margin:0px auto;
}
#bx-popup-ajax-wrapper-sys_set_badges li span{
    display: flex;
    margin-left: 0px;
    align-items: baseline;
}
#bx-popup-ajax-wrapper-sys_set_badges li INPUT[type="checkbox"] {
    margin-right: 0.5rem;
}

/* more menu */
.bx-menu-submenu-more-auto .sys-action-do-icon,
.bx-menu-submenu-more-auto .bx-vote-do-icon,
.bx-menu-submenu-more-auto .bx-favorite-do-icon,
.bx-menu-submenu-more-auto .bx-feature-do-icon,
.bx-menu-submenu-more-auto .bx-report-do-icon,
.bx-menu-submenu-more-auto .bx-score-do-icon {
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
}
.sys-action-counter-holder .bx-view-counter-label {
    padding: 0px;
    
}