.custom-car-search-ajax form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto 10px auto;
    align-items: center;
}

.custom-car-search-ajax select {
    padding: 10px;
    border: none;
    background: #fff;
    font-size: 14px;
    width: 180px;
}

.custom-car-search-ajax input[type="text"] {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 14px;
    outline: none;
    min-width: 200px;
}

.custom-car-search-ajax button {
    background: #d90000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 6px;
}

.custom-car-search-ajax button:hover {
    background: #b80000;
}

.ccs-results{
    max-width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    min-height: 40px;
}

.ccs-list{ list-style: none; margin:0; padding:0; }
.ccs-list li{ padding:6px 0; border-bottom:1px solid #f0f0f0; }
.ccs-list li a{ text-decoration:none; color:#222; }

.ccs-loading, .ccs-empty, .ccs-error{ color:#666; padding:8px; }


.ccs-results {
    display: none;
}

