.elementor-7261 .elementor-element.elementor-element-26738cb{--display:flex;}.elementor-7261 .elementor-element.elementor-element-d06e69e{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-47dea86 *//* 选择 Contact Form 7 的提交按钮 */
.wpcf7-form-control.wpcf7-submit {
    background-color: #8d549e; /* 将按钮颜色改为红色 */
    border: none; /* 移除边框 */
    color: white; /* 设置按钮文字颜色 */
    padding: 10px 20px; /* 设置按钮内边距 */
    border-radius: 5px; /* 设置按钮圆角 */
    cursor: pointer; /* 设置鼠标悬停时的指针样式 */
    transition: background-color 0.3s; /* 设置背景颜色变化的过渡效果 */
}

/* 选择 Contact Form 7 的提交按钮悬停状态 */
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #cc0000; /* 将按钮悬停颜色改为深红色 */
}/* End custom CSS */