/* --- Section and Container Layout (Selector Updated Here) --- */

.become-a-dealer-form {
    background-color: var(--gray-50);
    padding: 4rem 0; /* from 'py-16' */
}

.contact-form {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: var(--shadow-md);
    padding: 2rem;
}