#search_form {
    display: flex;
    flex-direction: column;
}

#search_form .help {
    color: grey;
}

.form-row:not(:first-child) {
    margin-top: 2em;
}

.form-row {
    margin-top: 1em;
    width: 100%;
}

form label {
    margin-bottom: 5px;
    display: block;
}

#search_form .restapi_search__submit {
    margin-top: 1em;
}


.search_result {
    border-top: 2px solid var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    margin-top: 3em;
}

.search_item {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid var(--accent-color);
}

.search_item:first-child {
    border-top: 2px solid var(--accent-color);
}

.search_item-header {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.search_item-header a:not(:hover) {
    color: var(--accent-color);
}

#search_form .chosen-container-single .chosen-single abbr {
    width: 13px;
    height: 13px;
    background-position-y: 3px;
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 1;
}

.submit-row {
    margin-top: 30px;
}

.search_item ul {
    margin-left: 1em;
}

.search_item li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    list-style: disc;
}

.search__records .message {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

ul.errorlist {
    color: red !important;
    margin-bottom: 10px !important;
    background-color: transparent !important;
    border: 0 !important;
}
