

.cv-searchform {
    padding: 0 20px;
}

.searchform .searchform-row{
    gap: 0 0;
    margin-bottom: 0;
}
.searchform .searchform-col__input{
    position: relative;
    width: 95%;
    margin-bottom: auto;
}
.searchform .searchform-col__submit{
    width: 4%;
    margin: 0;
}
.searchform .searchform-submit{
    margin: 0;
    padding: 9px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.searchform .icon-search-outline {
    font-size: 1.8rem;
    color: var(--primary);
}

.cv-searchresult__link:link{
    display: flex;
    padding-bottom: 10px;
}
.cv-searchresult__link:link{
    text-decoration: none;
}
.cv-searchresult__image{
    margin-top: 7px;
    margin-right: 10px;
}
.cv-searchresult__title {
    margin-bottom: 8px;
}
.cv-searchresult__description {
    margin-bottom: 8px;
}
.cv-searchresult__description,
.cv-searchresult__description * {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #000 !important;
}
.cv-searchresult__path{
    white-space:normal;
    word-wrap:break-word;
    margin-bottom: 8px;
}
.cv-searchresult__link mark,
.highlightString {
    background-color: var(--comp-border-hover);
    color: var(--primary);
}

.searchform-keywords {
    position: absolute;
    box-shadow: 0 0.8rem 1.6rem 0 var(--page-content-card-shadow);
    padding: 10px;
    display: none;
    background-color: #fff;
}
.searchform-keywords li {
    margin-block: 5px;
    padding: 5px;
    cursor: pointer;
    display: none;
}

.searchform-keywords li:hover,
.searchform-keywords li.selected {
    background-color: var(--card-color);
}

.searchform-resultlist {
    margin-top: 6rem;
}

.highlightString {
    scroll-margin-top: 150px;
}
