.filters-group__container{background-color:#191919;display:flex;gap:9px;border-radius:18px;width:max-content}@media screen and (max-width:700px){.filters-group__container{flex-direction:column;height:unset;gap:16px;width:100%}.filters-group .select-field-wrapper{border-radius:18px;background-color:#191919}}.filters-group .select-field-wrapper .label{display:none}.filters-group .select-field-wrapper:not(:last-child):after{content:"";height:24px;position:absolute;border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(255,247,0,.15);top:12px;right:0}@media screen and (max-width:700px){.filters-group .select-field-wrapper:not(:last-child):after{display:none}}.filters-group .select-field .select__control{background:none;min-width:158px}.filters-group .select-field .select__control--is-focused,.filters-group .select-field .select__control:hover{border:none}