.elementor-1363 .elementor-element.elementor-element-f8fdbc1{--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-popup-modal-1363{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1363 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1363 .dialog-close-button{display:flex;}#elementor-popup-modal-1363 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-4342908 *//* 表单整体卡片样式 */
.wpcf7 form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* 输入框样式 */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* 输入框聚焦效果 */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #02A151;
    outline: none;
    box-shadow: 0 0 0 2px rgba(2, 161, 81, 0.1);
}

/* 提交按钮 */
.wpcf7 input[type="submit"] {
    background: #02A151;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* hover效果 */
.wpcf7 input[type="submit"]:hover {
    background: #028a45;
}

/* 必填星号 */
.required-star {
    color: red;
    margin-left: 4px;
}/* End custom CSS */