#vehicle-search-form{display:flex;flex-direction:row;max-width:400px;margin:0 auto;padding:20px;border:0;border-radius:5px;background-color:#fff}#vehicle-search-form input[type="text"],#vehicle-search-form input[type="submit"]{margin-bottom:20px;width:240px;padding:16px;border:1px solid #fcba04;border-radius:5px 0 0 5px;font-family:poppins;font-size:15px;text-transform:uppercase;color:#131313;font-weight:600}#vehicle-search-form input[type="submit"]{background-color:#FCBA04;color:#000;cursor:pointer;font-family:poppins;font-size:15px;padding:0 15px 0 15px;border-radius:0 5px 5px 0;transition:background-color 0.3s}#vehicle-search-form input[type="submit"]:hover{background-color:#FCA205}@media only screen and (max-width:600px){#vehicle-search-form{flex-direction:column;max-width:100%}#vehicle-search-form input[type="text"],#vehicle-search-form input[type="submit"]{width:100%;margin-right:0}}.elementor-container #vehicle-search-form{max-width:100%}