/* Custom styles for the lead capture modal */
.lead-modal-body {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

/* Make the modal extra wide */
.modal-dialog.modal-lg {
    max-width: 900px !important;
}

/* Make sure the modal is wider on mobile */
@media (max-width: 768px) {
    .modal-dialog.modal-lg {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
