.elementor-20 .elementor-element.elementor-element-0a3b89c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-64e531f{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-64e531f */.loan-form {
    max-width: 900px;
    margin: auto;
}

.loan-form .row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.loan-form .field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.loan-form label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

/* CF7 fields */
.loan-form input,
.loan-form select,
.loan-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* Button */
.loan-form input[type="submit"] {
    width: 100%;
    background: #ff9f1a;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.loan-form input[type="submit"]:hover {
    background: #e68900;
}

/* MOBILE RESPONSIVE */
@media(max-width:768px){
    .loan-form .row {
        flex-direction: column;
    }
}/* End custom CSS */