.elementor-3605 .elementor-element.elementor-element-3869b5eb{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-2859258b *//* 重置按钮样式（确保无继承冲突） */
a.checkout-button.button.alt.wc-forward {
    all: initial !important; /* 彻底清除所有继承样式 */
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important; /* 垂直居中 */
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    text-align: center !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: white !important; /* 强制白色文字 */
    background: #9c27b0 !important; /* 紫色背景 */
    border-radius: 4px !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: none !important; /* 移除可能存在的阴影 */
    -webkit-font-smoothing: antialiased !important; /* 优化字体渲染 */
}

/* 悬停状态 */
a.checkout-button.button.alt.wc-forward:hover {
    background: #b73acb !important; /* 浅紫色 */
    color: white !important; /* 保持白色文字 */
}

/* 确保按钮不会挤压下方内容 */
a.checkout-button.button.alt.wc-forward {
    margin-bottom: 20px !important; /* 增加底部外边距 */
    height: auto !important; /* 取消固定高度 */
    min-height: 50px !important; /* 最小高度 */
    line-height: normal !important; /* 重置行高 */
    padding: 5px 0 !important; /* 用padding控制高度 */
}/* End custom CSS */