.elementor-799 .elementor-element.elementor-element-b1a418f{--display:flex;}.elementor-799 .elementor-element.elementor-element-1e00587{width:100%;max-width:100%;background-color:var( --e-global-color-accent );}.elementor-799 .elementor-element.elementor-element-5a98de6{--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 );}.elementor-799 .elementor-element.elementor-element-08afa83{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -95px) 0px;color:var( --e-global-color-primary );}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword label{color:#3A3A3A;font-size:16px;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword label .required{color:#3A3A3A;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword .form-row :is(input){min-height:35px;}.elementor-799 .elementor-element.elementor-element-6505d70 .shopengine .woocommerce-ResetPassword .form-row{width:100%;}.elementor-799 .elementor-element.elementor-element-6505d70 .shopengine .woocommerce-ResetPassword .woocommerce-form-row input{margin:8px 0px 0px 0px;}.rtl .elementor-799 .elementor-element.elementor-element-6505d70 .shopengine .woocommerce-ResetPassword .woocommerce-form-row input{margin:8px 0px 0px 0px;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword .form-row :is(input, textarea, .select2-selection){font-size:16px;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword input:not(.woocommerce-form__input-checkbox){color:#000000;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword textarea{color:#000000;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword .woocommerce-input-wrapper .select2-selection{color:#000000;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword input:not(.woocommerce-ResetPassword__input-checkbox),
					.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword textarea,
					.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword .select2-selection
					{background-color:#ffffff;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword input:not(.woocommerce-form__input-checkbox):focus{color:#000000;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword textarea:focus{color:#000000;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword .woocommerce-input-wrapper .select2-selection:focus{color:#000000;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword input:not(.woocommerce-ResetPassword__input-checkbox):focus, .elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword textarea:focus, .elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword .select2-selection:focus{background-color:#ffffff;}.elementor-799 .elementor-element.elementor-element-6505d70 .shopengine .woocommerce-ResetPassword .woocommerce-Button{color:#ffffff;background:#101010;border-radius:6px 6px 6px 6px;}.elementor-799 .elementor-element.elementor-element-6505d70 .shopengine .woocommerce-ResetPassword .woocommerce-Button:hover{color:#ffffff;background:#312b2b;}.elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword button{font-weight:700;line-height:22px;padding:10px 10px 10px 10px;}.rtl .elementor-799 .elementor-element.elementor-element-6505d70 .woocommerce-ResetPassword button{padding:10px 10px 10px 10px;}.rtl .elementor-799 .elementor-element.elementor-element-6505d70 .shopengine .woocommerce-ResetPassword .woocommerce-Button{border-radius:6px 6px 6px 6px;}.elementor-799 .elementor-element.elementor-element-b0b37df{--display:flex;}/* Start custom CSS for shopengine-account-form-reset-password, class: .elementor-element-6505d70 *//* --- 1. 容器外框：模擬私人診所信封質感 --- */
.woocommerce-ResetPassword, 
.lost_reset_password {
    max-width: 550px;
    margin: 80px auto !important;
    padding: 60px 45px !important;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 15px 45px rgba(250, 52, 110, 0.08);
    border: 1px solid #f0f0f0;
    text-align: center;
}

/* --- 2. 標題與文字美化 --- */
/* WooCommerce 表單內的提示文字 */
.woocommerce-ResetPassword p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    color: #888;
    line-height: 1.8;
    margin-bottom: 25px !important;
}

/* --- 3. 輸入框樣式微調 --- */
.woocommerce-form-row input.input-text {
    width: 100% !important;
    padding: 15px 20px !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    background-color: #fdfdfd !important;
    font-size: 15px;
    transition: all 0.3s ease;
}

.woocommerce-form-row input.input-text:focus {
    border-color: #FA346E !important;
    box-shadow: 0 0 10px rgba(250, 52, 110, 0.1) !important;
    outline: none;
    background-color: #fff !important;
}

/* --- 4. 品牌按鈕 (#FA346E) --- */
.woocommerce-ResetPassword button.button,
.lost_reset_password button.button {
    background-color: #FA346E !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 16px 40px !important;
    font-size: 16px;
    font-weight: 700 !important;
    width: 100%;
    margin-top: 20px !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 20px rgba(250, 52, 110, 0.2);
    letter-spacing: 1px;
}

.woocommerce-ResetPassword button.button:hover,
.lost_reset_password button.button:hover {
    background-color: #2D2D2D !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* --- 5. 標籤樣式 (Label) --- */
.woocommerce-form-row label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 700;
    color: #2D2D2D;
    font-size: 14px;
}

/* --- 6. 成功/錯誤訊息美化 --- */
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    border-top-color: #FA346E !important;
    border-radius: 10px;
    background-color: #FFF5F7 !important;
    color: #FA346E !important;
    font-size: 14px;
    margin-bottom: 30px;
}/* End custom CSS */