@import "@folio/stripes-components/lib/variables.css";

.searchKeyControlContainer {
    /* Remove this top margin, only here for clarity*/
    margin: var(--gutter-static-two-thirds) 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.searchKeyControlElement {
    width: fit-content;
    padding: 0 var(--gutter-static-two-thirds) 0 0;
}