.search_tool_options_fields {
    max-height: calc(100vh - 125px - 150px);
    min-height: 300px;
    padding-bottom: 5px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.search_filter_description {
    padding-right: 15px;
    flex: 1;
}

.search_filter_description ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;

    border: 1px solid var(--border-color);
    background: var(--font-color);
    color: var(--bg-white);
    border-radius: 10px;
    padding: 4px 6px;
}

.wrapper_inner.wrapper_inner {
    /* Required to allow .hi_tools .hi_submit to be sticky */
    overflow: unset;
}

.hi_tools .hi_submit {
    bottom: 0;
    opacity: 0.8;
}

.remarks_container {
    border: 2px solid #868686;
    padding:5px;
}
