﻿search-box input {
    border-radius: 12px;
    padding: 10px 14px;
}

.chip {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 14px;
    background: #fff;
    font-size: 13px;
    margin: 3px;
}

.car-section {
    background: #eafaf1;
    padding: 10px 14px;
    border-radius: 8px; 
    margin-top: 24px;
    margin-bottom: 12px;
}

.car-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.car-img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 8px;
}

.car-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

.car-price {
    font-size: 13px;
    margin: 0;
    color: #333;
}


.floating-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    border-radius: 30px;
    padding: 10px 30px;
    touch-action: manipulation;
    border-radius: 8px;
    border: 0;
    padding: 10px 16px;
    background-image: linear-gradient(to bottom, #ff7931, #fe5e08);
    box-shadow: inset 0 -2px Rgb(0 0 0/0.2), 0 2px 4px Rgb(0 0 0/0.2);
    text-align: center;
    color: #fff;
    transition-property: transform, opacity;
    transition-duration: .4s, .2s;
    transition-timing-function: cubic-bezier(0.55, 1, 0.15, 1), ease-in-out;
    font-weight: bolder;
    font-size: small;
}