#searchResults {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 64px;
}


#searchResults .awada-search-results-col {
    display: flex;
    flex-direction: column;
}

#searchResults .awada-search-results-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: none;
    order: 0;
    flex-grow: 1;
    gap: 24px;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 24px 0;
}

#searchResults .awada-search-result-item {
    padding: 0;
    margin: 0;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    list-style: none;
    text-align: left;
    color: #181F38;
}

#searchResults .awada-search-result-item a {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    border-left: none;
    line-height: 150%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #8A8F98;
    transition: 0.3s;
}

#searchResults .awada-search-results-all {
    text-align: left;
    padding: 0;
    margin: 0;
    border-left: none;
    line-height: 150%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #181f38;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    flex: none;
    flex-grow: 0;
}

#searchResults .awada-search-results-all::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1965_21238)'%3E%3Cpath d='M7 12H17' stroke='%23181F38' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7L17 12L12 17' stroke='%23181F38' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1965_21238'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: block;
}

#searchResultStart {
    padding-top: 8px;
    grid-column-start: 1;
    grid-column-end: 4;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #8A8F98;
}

#searchAllResults,
#searchCleanButton {
    cursor: pointer;
}

.search-more-button {
    margin-top: 25px;
    border-top: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 8px;
    height: 80px;
    background: #F7F7F8;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.search-more-button>div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 8px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    font-weight: bold;
}

#searchWrapper {
    position: absolute;
    z-index: 999;
    top: 54px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    min-height: 300px;
    padding-bottom: 0px;
}

#searchInputWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #DCDDE0;
    margin-top: 40px;
    padding: 8px 0px;
    gap: 24px;
    height: 56px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;

}

.search_input_field {
    margin: 0;
    padding: 0;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #8A8F98;
    border: none !important;
    outline: none;

}

.search-more-wrapper {}

.search-more-wrapper strong {
    display: block;
    height: 28px;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #181F38;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

#searchUserList,
#searchPopularList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* align-items: center; */
    /* align-content: flex-start; */
    padding: 0px;
    gap: 16px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}
#searchUserList>span,
#searchPopularList>span {
    margin: 0;
    border-left: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    /* gap: 8px; */
    /* height: 44px; */
    cursor: pointer;
    background: #F7F7F8;
    border-radius: 8px;

    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #585D64;
}

#searchUserList>span:hover,
#searchPopularList>span:hover {
    background: #dcdcdc;
}

.search-highlight {
    color: #6D63E6;
}

/* ******************* */
#searchPageWrapper {}

#searchPageInputWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #DCDDE0;
    margin-top: 40px;
    padding: 8px 0px;
    gap: 24px;
    height: 56px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;

}

#searchPageInputWrapper .search_input_field {
    margin: 0;
    padding: 0;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #8A8F98;
    border: none !important;
    outline: none;

}

#searchPageCleanButton {}

#searchPageCategoryWrapper {
    margin-top: 56px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    padding: 0px;
    gap: 16px;
    height: 44px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

#searchPageCategoryWrapper .searchpage-category-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    background: #F7F7F8;
    border-radius: 32px;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #181F38;
    border-radius: 32px;
    cursor: pointer;
}

#searchPageCategoryWrapper .active {
    background: #181F38;
    color: #F7F7F8;
}

#searchPageItems {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-top: 32px;
}

#searchPageWrapper .searchpage_title {
    display: block;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    border-radius: 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #181F38;
}

#searchPageWrapper .searchpage_summary {
    margin-top: 8px;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #181F38;
    flex: none;
    order: 0;
    flex-grow: 1;
}

#searchPageWrapper .searchpage_summary p {
    margin-bottom: 0;
}

#searchPageWrapper .searchpage_article {
    padding-bottom: 24px;
    border-bottom: 1px solid #DCDDE0;
}

#searchPageWrapper .searchpage_category {
    margin-bottom: 16px;
    padding: 8px;
    background: #FFF5E8;
    border-radius: 4px;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #947248;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: fit-content;
}

.searchpage_counter {
    display: flex;
    gap: 6px;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #181F38;
}