.sntx-search-experience {
    color: #17202a;
    margin: 0 auto;
    max-width: 980px;
    padding: 24px 20px 56px;
}

.sntx-search-form {
    align-items: center;
    border: 1px solid #d9e1ea;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(16, 38, 63, .08);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 760px;
    padding: 8px;
}

.sntx-search-form input {
    border: 0;
    border-radius: 999px;
    font: inherit;
    min-height: 44px;
    outline: 0;
    padding: 0 16px;
    width: 100%;
}

.sntx-search-form button {
    background: #b79256;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    min-height: 44px;
    padding: 0 22px;
}

.sntx-search-form-business-directory button,
.sntx-business-directory-search .sntx-search-form button {
    background: #b79256 !important;
}

.sntx-search-form button:hover,
.sntx-search-form button:focus {
    background: #9f7c3f;
}

.sntx-search-form-business-directory button:hover,
.sntx-search-form-business-directory button:focus,
.sntx-business-directory-search .sntx-search-form button:hover,
.sntx-business-directory-search .sntx-search-form button:focus {
    background: #9f7c3f !important;
}

.sntx-topbar-search {
    flex: 1 1 auto;
    margin-left: 20px;
    margin-right: 20px;
}

.site-topbar .sntx-topbar-search {
    color: #17202a;
    display: flex;
    justify-content: center;
}

.site-topbar .sntx-topbar-search + .topbar-contact {
    margin-left: auto;
}

.site-topbar .topbar-social {
    flex: 0 0 auto;
    margin-right: auto;
    order: 1;
}

.site-topbar .sntx-topbar-search {
    order: 2;
}

.site-topbar .topbar-contact {
    flex: 0 0 auto;
    margin-left: auto;
    order: 3;
}

.site-topbar .sntx-search-form,
.sntx-search-form-compact {
    background: rgba(255, 255, 255, .98);
    border: 0;
    box-shadow: none;
    gap: 4px;
    max-width: 360px;
    min-width: 240px;
    padding: 3px;
}

.site-topbar .sntx-search-form input,
.sntx-search-form-compact input {
    font-size: 13px;
    min-height: 30px;
    padding: 0 10px;
}

.site-topbar .sntx-search-form button,
.sntx-search-form-compact button {
    background: #b79256;
    font-size: 12px;
    min-height: 30px;
    padding: 0 12px;
}

.site-topbar .sntx-search-form button:hover,
.site-topbar .sntx-search-form button:focus,
.sntx-search-form-compact button:hover,
.sntx-search-form-compact button:focus {
    background: #9f7c3f;
}

.sntx-search-tabs {
    border-bottom: 1px solid #d9e1ea;
    display: flex;
    gap: 22px;
    margin: 26px 0 12px;
    overflow-x: auto;
}

.sntx-search-tabs a {
    border-bottom: 3px solid transparent;
    color: #536171;
    font-weight: 800;
    padding: 0 0 10px;
    white-space: nowrap;
}

.sntx-search-tabs a.is-active {
    border-color: #b79256;
    color: #10263f;
}

.sntx-search-count {
    color: #536171;
    margin: 14px 0 24px;
}

.sntx-search-result {
    margin: 0 0 30px;
}

.sntx-search-url {
    color: #247b3f;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
}

.sntx-search-result h2 {
    font-size: 24px;
    line-height: 1.22;
    margin: 0 0 7px;
}

.sntx-search-result h2 a {
    color: #10263f;
}

.sntx-search-snippet {
    color: #3f4b57;
    font-size: 16px;
    margin: 0 0 7px;
}

.sntx-search-meta {
    align-items: center;
    color: #667085;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px 14px;
    margin: 0;
}

.sntx-search-meta span:first-child {
    background: #f5f7fa;
    border: 1px solid #d9e1ea;
    border-radius: 999px;
    color: #10263f;
    font-weight: 800;
    padding: 4px 9px;
}

.sntx-search-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.sntx-search-pagination a,
.sntx-search-pagination span {
    align-items: center;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0 10px;
}

.sntx-search-pagination a.is-active {
    background: #10263f;
    color: #fff;
}

.sntx-search-empty {
    background: #f5f7fa;
    border: 1px solid #d9e1ea;
    border-radius: 10px;
    margin-top: 28px;
    padding: 22px;
}

.sntx-search-result mark {
    background: #fff3bf;
    color: inherit;
    padding: 0 2px;
}

@media (max-width: 600px) {
    .sntx-search-form {
        border-radius: 16px;
        grid-template-columns: 1fr;
    }

    .sntx-search-form button {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .sntx-topbar-search {
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
        order: 3;
    }

    .site-topbar .sntx-search-form {
        margin: 0 auto;
        max-width: 420px;
        width: min(100%, 420px);
    }
}


.sntx-review-filter {
    margin: 0 auto 28px;
    max-width: 760px;
    text-align: center;
}

.sntx-review-filter-form {
    align-items: center;
    background: #fff;
    border: 1px solid #d9e1ea;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(16, 38, 63, .08);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px;
}

.sntx-review-filter-form input {
    border: 0;
    border-radius: 999px;
    color: #17202a;
    font: inherit;
    min-height: 44px;
    outline: 0;
    padding: 0 16px;
    width: 100%;
}

.sntx-review-filter-form input:focus {
    box-shadow: 0 0 0 3px rgba(183, 146, 86, .18);
}

.sntx-review-filter-form button {
    background: #b79256;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    min-height: 44px;
    padding: 0 22px;
}

.sntx-review-filter-count,
.sntx-review-filter-empty {
    color: #536171;
    font-size: 14px;
    margin: 10px 0 0;
}

@media (max-width: 600px) {
    .sntx-review-filter-form {
        border-radius: 16px;
        grid-template-columns: 1fr;
    }

    .sntx-review-filter-form button {
        width: 100%;
    }
}
