#sistersw {
    margin-top: 20px;
    margin-bottom: 30px;
}

#sistersw p:not(:last-of-type) {
    font-weight: 700;
}

#sistersw p {
    padding-bottom: 0;
    margin-bottom: 15px;
}

#sistersw ul{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
}

#sistersw li::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #222222;
}

#sistersw a,
#sistersw div {
    transition: all ease-in-out 200ms;
}

#sistersw li {
    align-items: center;
    justify-content: start;
    column-gap: 10px;
    background: #E2E6E9;
    padding: 10px 13px !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #0D2226;
    text-align: left;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 0;
    height: 40px;
}

#sistersw.hide_sisters li {
    display: none;
}

#sistersw.hide_sisters li.more{
    display: flex;
}

#sistersw.hide_sisters li:nth-child(-n+5):not(li.less):not(li.more)
{
    display: flex;
}

#sistersw.hide_sisters li.more:nth-child(-n+7) {
    display: none;
}

#sistersw li {
    display: flex;
}

#sistersw li.more {
    display: none;
}

#sistersw li:hover {
    background: #2D3751;
}

#sistersw li:hover::before{
    border-left-color:#ffffff;
}

#sistersw li a{
    text-decoration: none;
    color: #0D2226;
}
#sistersw li:hover a{
    color: #FFFFFF;
}

#sistersw li.more,
#sistersw li.less,
#sistersw li.more:hover,
#sistersw li.less:hover
{
    background: transparent;
    color: #222222;
}

#sistersw li.more:hover a,
#sistersw li.less:hover a {
    text-decoration: underline;
    color: #222222;
}

#sistersw li.more::before,
#sistersw li.less::before {
    content: none;
    display: none;
}

#sistersw:not(.hide_sisters) li.more {
    display: none !important;
}

#sistersw li.h {
    display: none;
}