.s_keywords_ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    list-style: none;
}

.s_keywords_ul li a {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 0;
    background: #fff;
    color: #746B6B;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 183.333% */
}

.s_keywords_ul li a:hover {
    color: #746B6B;
}

.s_keywords_ul_res {
    margin-bottom: 20px;
}

.s_keywords_ul_res.active {
    background: rgba(37, 48, 127, .1);
    padding: 20px;
}

.japrolox_icon_search {
    width: 24px;
    height: 24px;
}

.search-results .elementor-grid .type-page {
    display: none;
}