@media (min-width: 768px) {
    .elementor-widget-eael-contact-form-7 .wpcf7-form > div {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 20px !important; /* Increased spacing */
        justify-content: center !important;
    }
    
    .elementor-widget-eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
        flex-grow: 1 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        max-width: 400px !important; /* Control width of input */
    }

    .elementor-widget-eael-contact-form-7 .wpcf7-form input[type="email"] {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .elementor-widget-eael-contact-form-7 .wpcf7-form input[type="submit"] {
        white-space: nowrap !important;
        width: auto !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}