.elementor-74 .elementor-element.elementor-element-f52d7a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-74 .elementor-element.elementor-element-b381d14{--display:flex;--min-height:0px;}.elementor-74 .elementor-element.elementor-element-7a8653f{--display:flex;--min-height:253px;}#elementor-popup-modal-74{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-74 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-74 .dialog-close-button{display:flex;}#elementor-popup-modal-74 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-7190e02 *//* ==========================================================================
   Contact Form 7 完美还原 image_7aee86.png 样式
   ========================================================================== */

/* 1. 基础全局样式输入框调整 */
.custom-cf7-wrapper input[type="text"],
.custom-cf7-wrapper input[type="email"],
.custom-cf7-wrapper select,
.custom-cf7-wrapper textarea {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #e0e0e0 !important; /* 浅灰色精致边框 */
    background-color: #ffffff !important;
    color: #333333 !important;
    font-size: 16px !important;
    border-radius: 2px !important; /* 微圆角 */
    box-sizing: border-box !important;
    outline: none !important;
}

/* 2. 鼠标点击输入框时的聚焦高亮 */
.custom-cf7-wrapper input:focus,
.custom-cf7-wrapper select:focus,
.custom-cf7-wrapper textarea:focus {
    border-color: #b5b5b5 !important;
}

/* 3. 大文本框高度限制 */
.custom-cf7-wrapper textarea {
    height: 140px !important;
    resize: vertical;
}

/* 4. 网格两列布局控制 */
.custom-cf7-wrapper .cf7-row {
    margin-bottom: 20px; /* 行与行之间的间距 */
}
.custom-cf7-wrapper .cf7-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 完美的 1:1 两列平分 */
    gap: 20px; /* 两个输入框中间的间距 */
    margin-bottom: 20px;
}

/* 5. 居中的橙色提交按钮 */
.custom-cf7-wrapper .cf7-submit-row {
    text-align: center; /* 按钮整体居中 */
    margin-top: 25px;
}
.custom-cf7-wrapper input[type="submit"] {
    background-color: #ff9e3b !important; /* 还原图中的活力橙色 */
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 12px 60px !important; /* 左右拉宽按钮 */
    border: none !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease-in-out;
}
/* 鼠标悬停按钮时颜色稍微加深 */
.custom-cf7-wrapper input[type="submit"]:hover {
    background-color: #e58523 !important;
}

/* 6. 移动端自适应响应式（当手机屏幕太窄时自动变为单列） */
@media (max-width: 767px) {
    .custom-cf7-wrapper .cf7-grid-2 {
        grid-template-columns: 1fr; /* 手机端变成单列一行一个 */
        gap: 20px;
    }
}/* End custom CSS */