﻿
.cs-search-container__tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.cs-search__tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    background-color: unset;
    color: #ccc;
    line-height: 20px;
    font-weight: normal !important;
    letter-spacing: -0.2px;
    width: 120px;
    cursor: pointer;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}

    .cs-search__tab-item.active {
        border-bottom: 2px solid var(--text-highlight);
        color: #fff;
    }

    .cs-search__tab-item:hover {
        color: #fff;
    }
