#jr-mgd-sort-wrap{
    display:flex;
    align-items:center;
    gap:14px;
    margin:10px 0 18px;
}

#jr-mgd-sort-wrap .jr-mgd-sort-label{
    font-size:14px;
    font-weight:600;
    letter-spacing:0.08em;
    color:#4b5563;
}

#jr-mgd-sort-wrap .jr-mgd-sort{
    min-width:220px;
    padding:10px 16px;
    border:1px solid #e5e2dd;
    border-radius:18px;
    background:#fff;
    color:#374151;
    font-size:14px;
    box-shadow:0 1px 3px rgba(15,23,42,0.06);
}

#jr-mgd-sort-wrap .jr-mgd-sort:focus{
    outline:none;
    border-color:#f9735b;
    box-shadow:0 0 0 2px rgba(248,115,91,0.18);
}

/* Hide original non-working sort bar from the old directory plugin */
#my-groups-directory .mgd-topbar #jrgds-bar,
#my-groups-directory #jrgds-bar{
    display:none !important;
}
