.investment-funds-filter .market-filter-controls {
    flex-wrap: wrap;
    align-items: flex-end;
}

.investment-funds-filter label {
    display: grid;
    gap: 6px;
    max-width: 100%;
}

.investment-funds-filter select {
    min-height: 42px;
    max-width: 100%;
    padding: 9px 12px;
    border: 1px solid #aaa6a1;
    background: #fff;
    color: #111;
    font: inherit;
}

.investment-funds-filter input {
    width: 100%;
}
