/* fast_list.php - minimal overrides on top of estimate.css */
.fast-list-page .estimate-step1 {
    margin-top: 24px;
}

.fast-list-page .brand-type-tabs .tab {
    min-width: 56px;
    text-align: center;
}

.fast-list-page .brand-list .swiper-wrapper {
    display: flex;
    align-items: center;
}

.fast-list-page .brand-list .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.fast-list-page .brand-list .brand-wrapper {
    white-space: nowrap;
}

.fast-list-page #fast-list-total.section-desc,
.fast-list-page #budget-list-total.section-desc {
    margin-bottom: 32px;
}

.fast-list-page #fast-empty-msg,
.fast-list-page #budget-empty-msg {
    margin-top: 8px;
}

.fast-list-page .fast-car-card .stock-wrap span {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eaefff;
}

.fast-list-page .fast-car-card .thumb {
    position: relative;
}

.fast-list-page .fast-car-card .fast-badge {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background: #111;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 0 0 10px 0;
}

