.search-commandbar-container {
  width: 100%; }
  .search-commandbar-container .commandbar-seperator {
    align-self: center;
    width: 1px;
    min-width: 1px;
    height: 24px;
    background-color: rgba( 200, 200, 200 ,  1 );
    background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    margin: 0 8px 0 8px; }

@media only screen and (max-width: 600px) {
  .search-commandbar-zoom {
    display: flex;
    flex-wrap: wrap; } }
