.result_head {
    border-top: 2px solid #000000;
    padding: 27px 0 35px;
}


.affordability-tool #productFilters {
    padding-top: 0;
}

.filter_btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .filter_btns span {
        font-size: 16px;
        font-weight: 600;
        line-height: 19.5px;
        color: #fff;
        background: #6E757C;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 15px;
        gap: 10px;
        height: 36px;
    }

        .filter_btns span img {
            cursor: pointer;
        }

.btn.btn--filter {
    color: #000;
    background: #99E9B5;
    border-color: #99E9B5;
}

.filter_list h5 {
    margin: 1rem 0 .75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #D2D2D2;
}

.filter_sidebar .filter_list:first-of-type h5 {
    margin-top: 0;
}

.filter-checkbox {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.filter-checkbox label {
    margin: 0;
    line-height: 1;
}

.filter_list input[type="checkbox"] {
    color: #FFF;
    accent-color: #26a69a;
}

.Clear_btn {
    border: none;
    background: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    letter-spacing: 0.02em;
    color: #000000;
}

h2.main_heading {
    font-weight: 700;
    margin: 0;
}

.result_head .main_heading:before {
    display: none;
}

.result_card {
    background: #FEFCFC;
    box-shadow: 0px 5px 5px 0px #0000002E;
    padding: 30px;
    border: none;
    margin-bottom: 10px;
}

    .result_card h2 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

.gap-3 {
    gap: 1rem;
}

.btn-detail:after {
    display: none;
}

.card_last-update {
    margin-bottom: .5rem;
}

.card_info, .link_options {
    flex: 0 0 auto;
}

.link_options a {
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    margin-bottom: 1rem;
}

.link_options img {
    margin: 0;
}

.result_card h2:before,
.result_card h3:before {
    display: none;
}

.result_card p {
    font-weight: 400;
}

.result_card .accordion .btn {
    font-size: 1.125rem;
    padding: 1rem 0 0;
    max-width: 100%;
    margin: 0;
}

.accordion .btn:after {
    font-size: 1.25rem;
}

.affordability-tool .pagination {
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
    padding: 15px 0 0;
}

    .affordability-tool .pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

        .affordability-tool .pagination ul li {
            margin: 0;
        }

        .affordability-tool .pagination ul a {
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 18px;
            font-weight: 400;
            line-height: 25.2px;
            letter-spacing: 0.02em;
            color: #000;
            cursor: pointer;
        }

        .affordability-tool .pagination ul .active {
            font-weight: 700;
        }

        .affordability-tool .pagination ul a img {
            max-height: 18px;
            margin: 0;
        }

    .affordability-tool .pagination .back2 a img, .pagination .back a img {
        transform: rotate(180deg);
    }

    .affordability-tool .pagination a[disabled] {
        filter: grayscale(0.8);
        opacity: 0.7;
    }

.sort_label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 0.02em;
    gap: 10px;
    white-space: nowrap;
}

    .sort_label .form-control {
        height: 32px;
    }

@media (max-width: 768px) {
    .result_head {
        padding-bottom: 0;
    }

    .link_options a {
        flex: 1;
    }

    .result_card .btn-primary, .result_card .btn-detail {
        width: 100%;
        max-width: 100%;
    }

    .affordability-tool .pagination {
        flex-direction: column-reverse;
        gap: 1rem;
    }
}

.cross-btn {
    position: relative;
    top: 10px;
}
