.search-page {
    min-height: 80vh;
    padding: 40px 0;
}

.search-page__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.search-page__header {
    margin-bottom: 18px;
}

.search-page__title {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.2;
    color: #666;
}

.search-page__form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.search-page__input {
    flex: 1;
    min-width: 240px;
    padding: 12px 14px;
    border: 1px solid #23559b;
    border-radius: 999px;
    outline: none;
}

.search-page__submit {
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid #23559b;
    background: #23559b;
    color: #fff;
    cursor: pointer;
}

.search-page__info {
    margin-top: 10px;
    color: #666;
}

.search-page__tabs {
    margin: 18px 0 14px;
    display: flex;
    row-gap: 10px;
    column-gap: 20px;
    width: 100%;
    overflow: scroll;
}

.search-page__tab {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 10px 14px;
    text-decoration: none;
    border-bottom: 2px solid #cfcfcf;
    color: #86868b;
    white-space: nowrap;
}

.search-page__tab--active {
    border-bottom: 3px solid #23559b;
    background: transparent;
    color: #23559b;
}

.search-page__tab-count {
    display: inline-block;
    min-width: 28px;
    text-align: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: #86868b45;
    color: #86868b;
    font-weight: 700;
}

.search-page__tab--active .search-page__tab-count {
    background: #23559b42;
    color: #23559b;
}

.search-page__card {
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    background: #fff;
}

.search-page__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.search-page__item {
    padding: 12px 12px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
}

.search-page__item-title {
    color: #23559b;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 75%;
}

.search-page__item-meta {
    margin-top: 4px;
    color: #666;
    font-size: 14px;
}

.search-page__item-snippet {
    margin-top: 6px;
    color: #222;
    font-size: 15px;
    line-height: 1.5;
}

.search-page__empty {
    margin: 0;
    color: #666;
}

.search-page__pager {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.search-page__pager-link {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-decoration: none;
    color: #262d5e;
}

.search-page__pager-link--current {
    border-color: #23559b;
    background: #23559b;
    color: #fff;
}

.search-page__pager-link--current:hover,
.search-page__tab--active:hover {
    color: #23559b;
}

.search-page__verticals {
    margin: 14px 0 18px;
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
}

.search-page__verticals-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #262d5e;
    font-size: 15px;
}

.search-page__verticals-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.search-page__vertical-tab {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #262d5e;
    font-size: 14px;
}

.search-page__vertical-tab:hover {
    background: #f8f9fc;
    border-color: #23559b;
    color: #23559b;
}

.search-page__vertical-tab--active {
    border-color: #23559b;
    background: #23559b;
    color: #fff;
}

.search-page__vertical-tab--active:hover {
    color: #fff;
}

.search-page__vertical-select {
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid #23559b;
    background-color: #fff;
    color: #262d5e;
    font-size: 14px;
    cursor: pointer;
    min-width: 160px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2323559b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 8 10 12 14 8'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center; /* 👈 move left by increasing value */
    background-size: 14px;

    padding-right: 36px;
}

.search-page__item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.search-page__item-affiliate {
    flex-shrink: 0;
    font-size: 15px;
    color: #666;
    font-weight: 900;
}

.search-search-page__verticals-tabs {
    margin: 18px 0 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-page__vertical-tab {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #262d5e;
}

.breadcrumb a {
    text-decoration: none;
    color: #86868b;
}
.breadcrumb strong {
    text-decoration: none;
    color: #23559b;
}

.breadcrumb {
    margin-bottom: 10px;
}

.search-page__tabs::-webkit-scrollbar {
    display: none;
}

.search-page__tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}