#mcv-filter-container {
    background: #289dd2;
    padding: 15px;
    border-radius: 4px;
}

#mcv-filter-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mcv-select {
    flex: 1;
    height: 45px;
    border: 1px solid #444;
    background: #fff;
    color: #333;
    padding: 0 10px;
    font-size: 14px;
}

#mcv-submit {
    height: 45px;
    padding: 0 25px;
    background: #e21c21; /* Rouge automobile classique */
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

#mcv-submit:disabled {
    background: #555;
    cursor: not-allowed;
}
