.elementor-28864 .elementor-element.elementor-element-e92a741{--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;}/* Start custom CSS for shortcode, class: .elementor-element-079cecf */.ur-submit-button {
    background-color: #4e381c !important;  /* 原始底色 */
    color: #fff !important;                /* 原始文字顏色 */
    border: none !important;               /* 移除邊框 */
    transition: background-color 0.3s ease;
}

.ur-submit-button:hover {
    background-color: #bf0008 !important;  /* 滑鼠移上去的新底色 */
    color: #fff !important;                /* 保持白字 */
    border: none !important;               /* 確保 hover 時也沒邊框 */
}/* End custom CSS */