
.quick-selection-tool {
    background-color: #f8f9fa;
}

.selection-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.form-check {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.recommendation-item {
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.recommendation-item:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.recommendation-item.border-primary {
    background-color: rgba(47, 128, 237, 0.05);
}

.highlights .badge {
    font-size: 0.75rem;
    font-weight: normal;
}

@media (max-width: 991.98px) {
    .selection-input, .selection-result {
        margin-bottom: 2rem;
    }
}


.specific-models .badge {
    cursor: pointer;
    transition: all 0.2s ease;
}

.specific-models .badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}