body.cmot-auth-style-enabled:not(.logged-in) {
    background-color: var(--cmot-auth-bg) !important;
    background-image: var(--cmot-auth-bg-image) !important;
    background-position: var(--cmot-auth-bg-position) !important;
    background-size: var(--cmot-auth-bg-size) !important;
    background-repeat: no-repeat !important;
    font-family: var(--cmot-auth-font) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce {
    max-width: var(--cmot-auth-panel-width);
    margin: 0 auto;
    padding: clamp(22px, 4vw, 56px) 16px;
    box-sizing: border-box;
}
body.cmot-auth-style-enabled:not(.logged-in) #customer_login,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .u-columns.col2-set {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 30px);
    align-items: stretch;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-layout-split #customer_login,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-layout-split .woocommerce .u-columns.col2-set {
    grid-template-columns: minmax(280px, .85fr) minmax(300px, 1.15fr);
}
body.cmot-auth-style-enabled:not(.logged-in) #customer_login .u-column1,
body.cmot-auth-style-enabled:not(.logged-in) #customer_login .u-column2,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .u-columns.col2-set .u-column1,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .u-columns.col2-set .u-column2 {
    float: none !important;
    width: auto !important;
    background: var(--cmot-auth-card-bg);
    border-radius: var(--cmot-auth-card-radius);
    box-shadow: var(--cmot-auth-card-shadow);
    padding: var(--cmot-auth-card-padding);
    box-sizing: border-box;
    color: var(--cmot-auth-text);
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-layout-minimal #customer_login .u-column1,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-layout-minimal #customer_login .u-column2,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-layout-minimal .woocommerce .u-columns.col2-set .u-column1,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-layout-minimal .woocommerce .u-columns.col2-set .u-column2 {
    box-shadow: none;
    border: 1px solid rgba(17, 24, 39, .08);
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce h2,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce h3,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce label {
    color: var(--cmot-auth-title);
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce form.login,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce form.register {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: var(--cmot-auth-text);
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce input.input-text,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce input[type="text"],
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce input[type="email"],
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce input[type="password"] {
    min-height: 46px;
    border: 1px solid var(--cmot-auth-input-border) !important;
    border-radius: var(--cmot-auth-input-radius) !important;
    background: var(--cmot-auth-input-bg) !important;
    color: var(--cmot-auth-title) !important;
    padding: 10px 14px !important;
    box-shadow: none !important;
    transition: border-color .18s ease, box-shadow .18s ease;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce input:focus {
    border-color: var(--cmot-auth-input-focus) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--cmot-auth-input-focus), transparent 82%) !important;
    outline: none !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce button.button,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce input.button,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .button {
    min-height: var(--cmot-auth-button-height) !important;
    border: 0 !important;
    border-radius: var(--cmot-auth-button-radius) !important;
    background: var(--cmot-auth-button-bg) !important;
    color: var(--cmot-auth-button-text) !important;
    padding: 0 24px !important;
    font-weight: 800 !important;
    line-height: var(--cmot-auth-button-height) !important;
    transition: background .18s ease, transform .18s ease;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce button.button:hover,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce input.button:hover,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .button:hover {
    background: var(--cmot-auth-button-bg-hover) !important;
    transform: translateY(-1px);
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce a {
    color: var(--cmot-auth-link) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .woocommerce-LostPassword,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .woocommerce-privacy-policy-text {
    color: var(--cmot-auth-text);
}
body.login.cmot-auth-style-enabled {
    background-color: var(--cmot-auth-bg) !important;
    background-image: var(--cmot-auth-bg-image) !important;
    background-position: var(--cmot-auth-bg-position) !important;
    background-size: var(--cmot-auth-bg-size) !important;
    background-repeat: no-repeat !important;
    font-family: var(--cmot-auth-font) !important;
}
body.login.cmot-auth-style-enabled #login {
    width: min(var(--cmot-auth-panel-width), calc(100% - 36px));
    max-width: 460px;
    padding-top: 7vh;
}
body.login.cmot-auth-style-enabled #loginform,
body.login.cmot-auth-style-enabled #registerform,
body.login.cmot-auth-style-enabled #lostpasswordform {
    background: var(--cmot-auth-card-bg);
    border: 0;
    border-radius: var(--cmot-auth-card-radius);
    box-shadow: var(--cmot-auth-card-shadow);
    padding: var(--cmot-auth-card-padding);
    color: var(--cmot-auth-text);
}
body.login.cmot-auth-style-enabled label { color: var(--cmot-auth-title); font-weight: 700; }
body.login.cmot-auth-style-enabled input.input,
body.login.cmot-auth-style-enabled input[type="text"],
body.login.cmot-auth-style-enabled input[type="password"],
body.login.cmot-auth-style-enabled input[type="email"] {
    min-height: 46px;
    border: 1px solid var(--cmot-auth-input-border) !important;
    border-radius: var(--cmot-auth-input-radius) !important;
    background: var(--cmot-auth-input-bg) !important;
    color: var(--cmot-auth-title) !important;
    box-shadow: none !important;
}
body.login.cmot-auth-style-enabled input:focus {
    border-color: var(--cmot-auth-input-focus) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--cmot-auth-input-focus), transparent 82%) !important;
    outline: none !important;
}
body.login.cmot-auth-style-enabled .button-primary {
    min-height: var(--cmot-auth-button-height) !important;
    border: 0 !important;
    border-radius: var(--cmot-auth-button-radius) !important;
    background: var(--cmot-auth-button-bg) !important;
    color: var(--cmot-auth-button-text) !important;
    font-weight: 800 !important;
}
body.login.cmot-auth-style-enabled .button-primary:hover { background: var(--cmot-auth-button-bg-hover) !important; }
body.login.cmot-auth-style-enabled #nav a,
body.login.cmot-auth-style-enabled #backtoblog a,
body.login.cmot-auth-style-enabled .privacy-policy-page-link a { color: var(--cmot-auth-link) !important; }
@media (max-width: 782px) {
    body.cmot-auth-style-enabled:not(.logged-in) #customer_login,
    body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-layout-split #customer_login,
    body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .u-columns.col2-set,
    body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-layout-split .woocommerce .u-columns.col2-set {
        grid-template-columns: 1fr;
    }
}

/* v1.0.6 会员中心：前台文案与按钮展示层 */
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-form-eyebrow {
    margin: 0 0 8px;
    color: var(--cmot-auth-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-form-subtitle {
    margin: -2px 0 18px;
    color: var(--cmot-auth-text);
    line-height: 1.6;
    font-size: 14px;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce-privacy-policy-text a {
    color: var(--cmot-auth-link) !important;
    font-weight: 700;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-switch-prompt {
    margin: 12px 0 0;
    color: var(--cmot-auth-text);
    font-size: 14px;
    line-height: 1.5;
}

/* v1.0.17 会员中心：卡片与文字不透明度 */
body.cmot-auth-style-enabled:not(.logged-in) #customer_login .u-column1,
body.cmot-auth-style-enabled:not(.logged-in) #customer_login .u-column2,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .u-columns.col2-set .u-column1,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .u-columns.col2-set .u-column2,
body.login.cmot-auth-style-enabled #loginform,
body.login.cmot-auth-style-enabled #registerform,
body.login.cmot-auth-style-enabled #lostpasswordform {
    background: color-mix(in srgb, var(--cmot-auth-card-bg, #fff) var(--cmot-auth-card-opacity-percent, 100%), transparent) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) #customer_login .u-column1,
body.cmot-auth-style-enabled:not(.logged-in) #customer_login .u-column2,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .u-columns.col2-set .u-column1,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .u-columns.col2-set .u-column2,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce form.login,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce form.register,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .woocommerce-LostPassword,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .woocommerce-privacy-policy-text,
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-form-subtitle,
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-switch-prompt,
body.login.cmot-auth-style-enabled #loginform,
body.login.cmot-auth-style-enabled #registerform,
body.login.cmot-auth-style-enabled #lostpasswordform {
    color: color-mix(in srgb, var(--cmot-auth-text, #4b5563) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce h2,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce h3,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce label,
body.login.cmot-auth-style-enabled label {
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce a,
body.login.cmot-auth-style-enabled #nav a,
body.login.cmot-auth-style-enabled #backtoblog a,
body.login.cmot-auth-style-enabled .privacy-policy-page-link a,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce-privacy-policy-text a {
    color: color-mix(in srgb, var(--cmot-auth-link, #7c4d2d) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
}

/* v1.0.24 会员中心：注册同意项 */
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-register-consents {
    display: grid;
    gap: 8px;
    margin: 6px 0 16px;
    color: var(--cmot-auth-text);
    font-size: 13px;
    line-height: 1.5;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-consent-row {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin: 0 !important;
    color: var(--cmot-auth-text) !important;
    font-weight: 600 !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-consent-row input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    accent-color: var(--cmot-auth-button-bg);
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-consent-row a {
    color: var(--cmot-auth-link) !important;
    font-weight: 800 !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-consent-error {
    margin: 4px 0 0 !important;
    color: #b91c1c !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce button.button.is-disabled,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce button.button:disabled,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce input.button:disabled,
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-popup-scope button[type="submit"].is-disabled,
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-popup-scope button[type="submit"]:disabled {
    cursor: not-allowed !important;
    opacity: .58 !important;
    transform: none !important;
}

/* v1.0.25 会员中心：姓名字段与提交结果页 */
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-popup-scope .cmot-auth-name-fields,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .cmot-auth-name-fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-popup-scope .cmot-auth-name-fields .form-row,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .cmot-auth-name-fields .form-row {
    margin: 0 0 14px !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-popup-scope .cmot-auth-result-message,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .cmot-auth-result-message {
    font-size: 14px;
    line-height: 1.7;
    color: var(--cmot-auth-text);
    margin: 8px 0 18px;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-popup-scope .cmot-auth-inline-error,
body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .cmot-auth-inline-error {
    margin: 0 0 14px !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    background: #fee2e2 !important;
    color: #991b1b !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-form-working {
    opacity: .72;
    pointer-events: none;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-result-actions {
    display: grid;
    gap: 10px;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-secondary-button {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--cmot-auth-input-border);
    border-radius: var(--cmot-auth-button-radius);
    background: transparent;
    color: var(--cmot-auth-title);
    font-weight: 800;
    cursor: pointer;
}
@media (max-width: 520px) {
    body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-popup-scope .cmot-auth-name-fields,
    body.cmot-auth-style-enabled:not(.logged-in) .woocommerce .cmot-auth-name-fields {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* v1.3.97 登录模块：邮箱验证码登录 / 密码登录切换 */

body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px !important;
    margin: 0 0 18px !important;
    padding: 4px !important;
    border: 1px solid color-mix(in srgb, var(--cmot-auth-input-border, #d8cfc3) 82%, transparent) !important;
    border-radius: 999px !important;
    background: color-mix(in srgb, var(--cmot-auth-input-bg, #fff) 72%, transparent) !important;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, .04) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch button {
    appearance: none !important;
    width: auto !important;
    min-height: 34px !important;
    height: 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--cmot-auth-text, #4b5563) !important;
    padding: 0 12px !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
    text-align: center !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch button.is-active {
    background: var(--cmot-auth-button-bg, #111827) !important;
    color: var(--cmot-auth-button-text, #fff) !important;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .12) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch button:not(.is-active):hover,
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch button:not(.is-active):focus {
    background: rgba(17, 24, 39, .06) !important;
    color: var(--cmot-auth-title, #111827) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-wrap [hidden] {
    display: none !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-mode-toggle {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--cmot-auth-link, #7c4d2d);
    padding: 0;
    margin: 10px 0 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-mode-toggle:hover,
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-mode-toggle:focus {
    text-decoration: underline;
}

/* v1.3.99 登录方式切换：选中状态跟随当前模式 + 平滑动画 */
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch::before {
    content: "" !important;
    position: absolute !important;
    z-index: 0 !important;
    top: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
    width: calc((100% - 12px) / 2) !important;
    border-radius: 999px !important;
    background: var(--cmot-auth-button-bg, #111827) !important;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .12) !important;
    transform: translateX(0) !important;
    transition: transform .24s cubic-bezier(.22, 1, .36, 1), background-color .24s ease, box-shadow .24s ease !important;
    pointer-events: none !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-wrap[data-current-mode="password"] .cmot-auth-login-mode-switch::before {
    transform: translateX(calc(100% + 4px)) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch button {
    position: relative !important;
    z-index: 1 !important;
    transition: color .18s ease, transform .18s ease, background-color .18s ease !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch button.is-active,
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-wrap[data-current-mode="code"] [data-cmot-login-mode-option="code"],
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-wrap[data-current-mode="password"] [data-cmot-login-mode-option="password"] {
    background: transparent !important;
    color: var(--cmot-auth-button-text, #fff) !important;
    box-shadow: none !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-wrap[data-current-mode="code"] [data-cmot-login-mode-option="password"],
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-wrap[data-current-mode="password"] [data-cmot-login-mode-option="code"] {
    background: transparent !important;
    color: var(--cmot-auth-text, #4b5563) !important;
    box-shadow: none !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-panels {
    position: relative !important;
    transition: height .24s cubic-bezier(.22, 1, .36, 1) !important;
    overflow: visible !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-wrap.is-mode-switching .cmot-auth-login-mode-panels {
    overflow: hidden !important;
}
body.cmot-auth-style-enabled:not(.logged-in) [data-cmot-login-mode-panel] {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity .22s cubic-bezier(.22, 1, .36, 1), transform .22s cubic-bezier(.22, 1, .36, 1) !important;
    will-change: opacity, transform !important;
}
body.cmot-auth-style-enabled:not(.logged-in) [data-cmot-login-mode-panel].is-mode-entering {
    opacity: 0 !important;
    transform: translateY(8px) !important;
}
body.cmot-auth-style-enabled:not(.logged-in) [data-cmot-login-mode-panel].is-mode-leaving {
    opacity: 0 !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-wrap.is-mode-switching [data-cmot-login-mode-panel].is-mode-leaving {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}
@media (prefers-reduced-motion: reduce) {
    body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch::before,
    body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-switch button,
    body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-login-mode-panels,
    body.cmot-auth-style-enabled:not(.logged-in) [data-cmot-login-mode-panel] {
        transition: none !important;
    }
}


/* v1.3.102 设置密码页面：WooCommerce 前台重置密码页使用会员中心卡片样式 */
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce {
    max-width: var(--cmot-auth-panel-width) !important;
    min-height: min(720px, 74vh) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: clamp(34px, 6vw, 72px) 16px !important;
    box-sizing: border-box !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .entry-title,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .page-title,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-products-header,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce > h1,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce > h2,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce > h3 {
    display: none !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password {
    width: min(520px, 100%) !important;
    margin: 0 auto !important;
    padding: var(--cmot-auth-card-padding) !important;
    border: 0 !important;
    border-radius: var(--cmot-auth-card-radius) !important;
    box-shadow: var(--cmot-auth-card-shadow) !important;
    background: color-mix(in srgb, var(--cmot-auth-card-bg, #fff) var(--cmot-auth-card-opacity-percent, 100%), transparent) !important;
    color: color-mix(in srgb, var(--cmot-auth-text, #4b5563) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    box-sizing: border-box !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password::before {
    content: "Set Password" !important;
    display: block !important;
    margin: 0 0 10px !important;
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: clamp(30px, 4vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password > p:first-child {
    margin: 0 0 22px !important;
    color: color-mix(in srgb, var(--cmot-auth-text, #4b5563) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password .form-row {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password label {
    display: block !important;
    margin: 0 0 7px !important;
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password .password-input {
    display: block !important;
    width: 100% !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password input.input-text,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password input[type="password"] {
    width: 100% !important;
    min-height: 52px !important;
    box-sizing: border-box !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password button.button,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password input.button {
    width: 100% !important;
    margin-top: 4px !important;
    text-transform: uppercase !important;
}
@media (min-width: 860px) {
    body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password {
        transform: translateX(8vw) !important;
    }
}
@media (max-width: 640px) {
    body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce {
        min-height: auto !important;
        padding: 26px 14px !important;
    }
    body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password::before {
        font-size: 30px !important;
    }
}


/* v1.3.103 设置密码页安全修复：不依赖 gettext 全局过滤，按钮文字用前台样式替换，避免账号页 500。 */
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password button.button,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password input.button {
    font-size: 0 !important;
}
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password button.button::after,
body.cmot-auth-style-enabled:not(.logged-in).cmot-auth-set-password-page .woocommerce-ResetPassword.lost_reset_password input.button::after {
    content: "Set Password" !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
}


/* v1.3.104 设置密码页最终样式：覆盖 WooCommerce 原生 reset form，保持和登录/注册卡片一致 */
body.cmot-auth-set-password-page {
    background-color: var(--cmot-auth-bg) !important;
    background-image: var(--cmot-auth-bg-image) !important;
    background-position: var(--cmot-auth-bg-position) !important;
    background-size: var(--cmot-auth-bg-size) !important;
    background-repeat: no-repeat !important;
    font-family: var(--cmot-auth-font) !important;
}
body.cmot-auth-set-password-page .entry-title,
body.cmot-auth-set-password-page .page-title,
body.cmot-auth-set-password-page .woocommerce-products-header,
body.cmot-auth-set-password-page .woocommerce > h1,
body.cmot-auth-set-password-page .woocommerce > h2,
body.cmot-auth-set-password-page .woocommerce > h3,
body.cmot-auth-set-password-page main > h1,
body.cmot-auth-set-password-page article > h1,
body.cmot-auth-set-password-page .entry-header {
    display: none !important;
}
body.cmot-auth-set-password-page .woocommerce,
body.cmot-auth-set-password-page .site-main .woocommerce,
body.cmot-auth-set-password-page .entry-content > .woocommerce {
    width: min(var(--cmot-auth-panel-width, 1120px), calc(100vw - 32px)) !important;
    max-width: min(var(--cmot-auth-panel-width, 1120px), calc(100vw - 32px)) !important;
    min-height: min(720px, 76vh) !important;
    margin: 0 auto !important;
    padding: clamp(36px, 6vw, 72px) 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword,
body.cmot-auth-set-password-page form.lost_reset_password,
body.cmot-auth-set-password-page form.reset_password,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword {
    width: min(520px, 100%) !important;
    max-width: 520px !important;
    float: none !important;
    clear: both !important;
    margin: 0 auto !important;
    padding: var(--cmot-auth-card-padding, 30px) !important;
    border: 0 !important;
    border-radius: var(--cmot-auth-card-radius, 24px) !important;
    box-shadow: var(--cmot-auth-card-shadow, 0 18px 48px rgba(17, 24, 39, .10)) !important;
    background: color-mix(in srgb, var(--cmot-auth-card-bg, #fff) var(--cmot-auth-card-opacity-percent, 100%), transparent) !important;
    color: color-mix(in srgb, var(--cmot-auth-text, #4b5563) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    box-sizing: border-box !important;
    display: block !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword::before,
body.cmot-auth-set-password-page form.lost_reset_password::before,
body.cmot-auth-set-password-page form.reset_password::before,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword::before {
    content: "Set Password" !important;
    display: block !important;
    margin: 0 0 12px !important;
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: clamp(30px, 4vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword > p:first-child,
body.cmot-auth-set-password-page form.lost_reset_password > p:first-child,
body.cmot-auth-set-password-page form.reset_password > p:first-child,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword > p:first-child {
    margin: 0 0 22px !important;
    color: color-mix(in srgb, var(--cmot-auth-text, #4b5563) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword .form-row,
body.cmot-auth-set-password-page form.lost_reset_password .form-row,
body.cmot-auth-set-password-page form.reset_password .form-row,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword .form-row,
body.cmot-auth-set-password-page .woocommerce-ResetPassword .form-row-first,
body.cmot-auth-set-password-page .woocommerce-ResetPassword .form-row-last,
body.cmot-auth-set-password-page form.lost_reset_password .form-row-first,
body.cmot-auth-set-password-page form.lost_reset_password .form-row-last,
body.cmot-auth-set-password-page form.reset_password .form-row-first,
body.cmot-auth-set-password-page form.reset_password .form-row-last {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword label,
body.cmot-auth-set-password-page form.lost_reset_password label,
body.cmot-auth-set-password-page form.reset_password label,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword label {
    display: block !important;
    margin: 0 0 7px !important;
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword .password-input,
body.cmot-auth-set-password-page form.lost_reset_password .password-input,
body.cmot-auth-set-password-page form.reset_password .password-input,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword .password-input {
    display: block !important;
    width: 100% !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword input.input-text,
body.cmot-auth-set-password-page form.lost_reset_password input.input-text,
body.cmot-auth-set-password-page form.reset_password input.input-text,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword input.input-text,
body.cmot-auth-set-password-page .woocommerce-ResetPassword input[type="password"],
body.cmot-auth-set-password-page form.lost_reset_password input[type="password"],
body.cmot-auth-set-password-page form.reset_password input[type="password"],
body.cmot-auth-set-password-page form.woocommerce-ResetPassword input[type="password"] {
    width: 100% !important;
    min-height: 52px !important;
    border: 1px solid var(--cmot-auth-input-border, #d8cfc3) !important;
    border-radius: var(--cmot-auth-input-radius, 14px) !important;
    background: var(--cmot-auth-input-bg, #fff) !important;
    color: var(--cmot-auth-title, #111827) !important;
    padding: 10px 14px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword button.button,
body.cmot-auth-set-password-page .woocommerce-ResetPassword input.button,
body.cmot-auth-set-password-page form.lost_reset_password button.button,
body.cmot-auth-set-password-page form.lost_reset_password input.button,
body.cmot-auth-set-password-page form.reset_password button.button,
body.cmot-auth-set-password-page form.reset_password input.button,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword button.button,
body.cmot-auth-set-password-page form.woocommerce-ResetPassword input.button {
    width: 100% !important;
    min-height: var(--cmot-auth-button-height, 48px) !important;
    margin-top: 4px !important;
    border: 0 !important;
    border-radius: var(--cmot-auth-button-radius, 999px) !important;
    background: var(--cmot-auth-button-bg, #111827) !important;
    color: var(--cmot-auth-button-text, #fff) !important;
    padding: 0 24px !important;
    font-weight: 900 !important;
    line-height: var(--cmot-auth-button-height, 48px) !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword button.button,
body.cmot-auth-set-password-page .woocommerce-ResetPassword input.button,
body.cmot-auth-set-password-page form.lost_reset_password button.button,
body.cmot-auth-set-password-page form.lost_reset_password input.button,
body.cmot-auth-set-password-page form.reset_password button.button,
body.cmot-auth-set-password-page form.reset_password input.button {
    font-size: 0 !important;
}
body.cmot-auth-set-password-page .woocommerce-ResetPassword button.button::after,
body.cmot-auth-set-password-page .woocommerce-ResetPassword input.button::after,
body.cmot-auth-set-password-page form.lost_reset_password button.button::after,
body.cmot-auth-set-password-page form.lost_reset_password input.button::after,
body.cmot-auth-set-password-page form.reset_password button.button::after,
body.cmot-auth-set-password-page form.reset_password input.button::after {
    content: "Set Password" !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
}
@media (max-width: 640px) {
    body.cmot-auth-set-password-page .woocommerce,
    body.cmot-auth-set-password-page .site-main .woocommerce,
    body.cmot-auth-set-password-page .entry-content > .woocommerce {
        min-height: auto !important;
        padding: 26px 14px !important;
    }
    body.cmot-auth-set-password-page .woocommerce-ResetPassword::before,
    body.cmot-auth-set-password-page form.lost_reset_password::before,
    body.cmot-auth-set-password-page form.reset_password::before,
    body.cmot-auth-set-password-page form.woocommerce-ResetPassword::before {
        font-size: 30px !important;
    }
}

/* v1.3.104 Ajax 等待状态：验证码发送、注册提交等慢请求立即显示转圈，避免用户以为卡住 */
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-step-form button[type="submit"],
body.cmot-auth-style-enabled:not(.logged-in) #cmot-member-auth-popup button[type="submit"] {
    position: relative !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-step-form button[type="submit"].is-loading,
body.cmot-auth-style-enabled:not(.logged-in) #cmot-member-auth-popup button[type="submit"].is-loading {
    pointer-events: none !important;
    opacity: .86 !important;
    padding-left: 48px !important;
}
body.cmot-auth-style-enabled:not(.logged-in) .cmot-auth-step-form button[type="submit"].is-loading::before,
body.cmot-auth-style-enabled:not(.logged-in) #cmot-member-auth-popup button[type="submit"].is-loading::before {
    content: "" !important;
    position: absolute !important;
    left: 22px !important;
    top: 50% !important;
    width: 16px !important;
    height: 16px !important;
    margin-top: -8px !important;
    border: 2px solid currentColor !important;
    border-right-color: transparent !important;
    border-radius: 999px !important;
    animation: cmot-auth-spin .75s linear infinite !important;
}
@keyframes cmot-auth-spin {
    to { transform: rotate(360deg); }
}

/* v1.3.105: dedicated front-end Set Password page. It does not use WooCommerce's Lost Password endpoint. */
body.cmot-auth-set-password-page .cmot-auth-set-password-shell {
    width: min(var(--cmot-auth-panel-width, 1120px), calc(100vw - 32px)) !important;
    max-width: min(var(--cmot-auth-panel-width, 1120px), calc(100vw - 32px)) !important;
    min-height: min(720px, 76vh) !important;
    margin: 0 auto !important;
    padding: clamp(36px, 6vw, 72px) 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form {
    width: min(520px, 100%) !important;
    max-width: 520px !important;
    float: none !important;
    clear: both !important;
    margin: 0 auto !important;
    padding: var(--cmot-auth-card-padding, 30px) !important;
    border: 0 !important;
    border-radius: var(--cmot-auth-card-radius, 24px) !important;
    box-shadow: var(--cmot-auth-card-shadow, 0 18px 48px rgba(17, 24, 39, .10)) !important;
    background: color-mix(in srgb, var(--cmot-auth-card-bg, #fff) var(--cmot-auth-card-opacity-percent, 100%), transparent) !important;
    color: color-mix(in srgb, var(--cmot-auth-text, #4b5563) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    box-sizing: border-box !important;
    display: block !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-form-eyebrow {
    margin: 0 0 10px !important;
    color: color-mix(in srgb, var(--cmot-auth-accent, #8b5e3c) 100%, transparent) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form h2 {
    margin: 0 0 12px !important;
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: clamp(30px, 4vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-form-subtitle {
    margin: 0 0 22px !important;
    color: color-mix(in srgb, var(--cmot-auth-text, #4b5563) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .form-row {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form label {
    display: block !important;
    margin: 0 0 7px !important;
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .password-input,
body.cmot-auth-set-password-page .cmot-auth-set-password-form input.input-text,
body.cmot-auth-set-password-page .cmot-auth-set-password-form input[type="password"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 52px !important;
    box-sizing: border-box !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form button.button {
    width: 100% !important;
    margin-top: 4px !important;
    text-transform: uppercase !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-message {
    margin: 0 0 18px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    background: rgba(185, 28, 28, .08) !important;
    color: #991b1b !important;
}
@media (max-width: 640px) {
    body.cmot-auth-set-password-page .cmot-auth-set-password-shell {
        min-height: auto !important;
        padding: 26px 14px !important;
    }
}


/* v1.3.108 Set Password card polish: remove duplicate pseudo title, show account email, and enable native eye toggles. */
body.cmot-auth-set-password-page .cmot-auth-set-password-form::before {
    content: none !important;
    display: none !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-email {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: -6px 0 20px !important;
    padding: 10px 13px !important;
    border: 1px solid color-mix(in srgb, var(--cmot-auth-input-border, #d7cfc4) 78%, transparent) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.42) !important;
    color: color-mix(in srgb, var(--cmot-auth-text, #4b5563) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-email span {
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    opacity: .75 !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-email strong {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) var(--cmot-auth-text-opacity-percent, 100%), transparent) !important;
    font-weight: 800 !important;
    text-align: right !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-password-field {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-password-field input.input-text,
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-password-field input[type="password"],
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-password-field input[type="text"] {
    padding-right: 50px !important;
}
body.cmot-auth-set-password-page .cmot-auth-password-toggle {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: color-mix(in srgb, var(--cmot-auth-title, #111827) 88%, transparent) !important;
    font-size: 16px !important;
    line-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: none !important;
    opacity: .82 !important;
}
body.cmot-auth-set-password-page .cmot-auth-password-toggle:hover,
body.cmot-auth-set-password-page .cmot-auth-password-toggle:focus {
    opacity: 1 !important;
    background: rgba(17,24,39,.06) !important;
    outline: none !important;
}
@media (max-width: 640px) {
    body.cmot-auth-set-password-page .cmot-auth-set-password-email {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    body.cmot-auth-set-password-page .cmot-auth-set-password-email strong {
        text-align: left !important;
    }
}


/* v1.3.109 Set Password page polish: keep email visible when validation errors show, and remove duplicate WooCommerce/password-plugin eye icons. */
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-set-password-email {
    margin-bottom: 12px !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-set-password-message {
    position: static !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    z-index: auto !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-password-field {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .show-password-input,
body.cmot-auth-set-password-page .cmot-auth-set-password-form .password-input .show-password-input,
body.cmot-auth-set-password-page .cmot-auth-set-password-form button.show-password-input,
body.cmot-auth-set-password-page .cmot-auth-set-password-form span.show-password-input {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
body.cmot-auth-set-password-page .cmot-auth-set-password-form .cmot-auth-password-field .cmot-auth-password-toggle {
    z-index: 3 !important;
}
