#search-page .content-group.expand-opened .expand-more .vertical-bar{
    display: none;
}

#search-page .content-group .search-content-list > *:nth-child(n+6){
    display: none;
}
#search-page .content-group.expand-opened .search-content-list > *:nth-child(n+6){
    display: block;
}
#search-page .content-group:not(:has(.search-content-list > *:nth-child(6))) .expand-more{
    display: none;
}
#search-page .search-filter-wrap select{ 
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg class='' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.125 9.75L13 17.875L4.875 9.75' stroke='%23101010' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
}