.elementor-56412 .elementor-element.elementor-element-9931130{--display:flex;}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-519c453 */.hidden-fields-container {
    display: none !important;
}

.cf7-two-columns {
    display: flex;
    gap: 20px; /* 两列间距 */
    flex-wrap: wrap; /* 小屏幕自动换行 */
}

.cf7-column {
    flex: 1; /* 两列各占一半 */
    min-width: 200px; /* 小屏幕最低宽度 */
}

.cf7-column input {
    width: 100%;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}

.wpcf7-submit {
    width: 100%;
}/* End custom CSS */