@media (max-width: 768px) {
    .bx-search-results-container {
        display: flex;
        flex-wrap: wrap;
        font-family: 'solidobold', sans-serif;
    }
    .bx-search-result-item {
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 40px;
        width: 98%;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-family: 'solidobold', sans-serif;
        align-items: center;
    }
    .bx-search-result-item>div {
        overflow: hidden;
        max-height: 157px;
    }
    .bx-search-result-item>div:first-of-type {
        flex: 1;
    }
    .bx-search-result-item>h3 {
        border-top: 1px solid #000000;
        font-weight: bold;
        font-size: 14px;
        width: 80%;
        overflow: hidden;
        max-height: 2.8em;
        line-height: 1.4em;
        padding-top: 3px;
    }
    .bx-search-result-item>p {
        font-size: 14px;
    }
    .bx-search-result-item-more {
        background-color: #000000;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 4px;
    }
    .search-text-wrap > p {
        font-size: 12px;
        max-width: 80%;
        left: 10%;
        position: relative;
    }
}

@media (min-width: 769px) {
    .bx-search-results-container {
        display: flex;
        flex-wrap: wrap;
        font-family: 'solidobold', sans-serif;
    }
    .bx-search-result-item {
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 40px;
        width: 18%;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-family: 'solidobold', sans-serif;
    }
    .bx-search-result-item>div {
        overflow: hidden;
        max-height: 157px;
    }
    .bx-search-result-item>div:first-of-type {
        flex: 1;
    }
    .bx-search-result-item>h3 {
        border-top: 1px solid #000000;
        font-weight: bold;
        font-size: 14px;
        overflow: hidden;
        max-height: 2.8em;
        line-height: 1.4em;
        padding-top: 3px;
    }
    .bx-search-result-item>p {
        font-size: 14px;
    }
    .bx-search-result-item-more {
        background-color: #000000;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 4px;
    }
    .search-text-wrap > p {
        font-size: 12px;
    }
}

.search-form {
    margin: 0 auto;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 20;
    text-align: center;
    background-color: #ffffff;
    display: none;
}

.search-form-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.search-form-inner>form>fieldset {
    display: flex;
}

.search-text-field {
    border: 1px solid black;
    max-width: 800px;
    display: flex;
}

.ui-widget-content {
    padding-top: 10px;
    z-index: 181;
}

.top-tags-item {
    padding: 4px;
}

.top-tags-item>a {
    color: #000000;
    text-decoration-line: underline;
    text-decoration-color: currentColor;
    text-decoration-style: solid;
}

.top-tags-item>a:hover {
    font-weight: bold;
}

.top-tags-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-grow: 1;
    width: 0;
    font-size: 18px;
}

.search-text-wrap {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    word-break: break-all;
    white-space: normal;
    text-align: left;
}
