.elementor-4893 .elementor-element.elementor-element-48fde55{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-5722b5a *//* ===== Artusx Registration Page - Optimized ===== */
body.page-id-4893 {
    background: #FFFFFF; 
    color: #111111;
}

/* 1. 页面主体留白与居中 */
body.page-id-4893 #customer_login {
    max-width: 100%; /* 放开外层限制 */
    display: flex;
    justify-content: center; /* 使用 Flexbox 强制内部卡片居中 */
    padding: 80px 16px; /* 增加上下留白，提升呼吸感 */
}

/* 2. 隐藏登录页面 */
body.page-id-4893 #customer_login .u-column1,
body.page-id-4893 #customer_login .col-1,
body.page-id-4893 #customer_login > div:first-child {
    display: none !important;
}

/* 3. 重塑注册卡片（核心修复点） */
body.page-id-4893 #customer_login .u-column2,
body.page-id-4893 #customer_login .col-2,
body.page-id-4893 #customer_login > div:last-child {
    width: 100% !important; /* 覆盖 Woo 默认的 48% 宽度 */
    max-width: 460px !important; /* 限制最大宽度，单列输入框 460px 最显精致 */
    margin: 0 !important;
    float: none !important; /* 清除原有浮动 */
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 4px; /* 减小圆角，从 16px 改为 4px，呼应全站的直角/微圆角极简风 */
    padding: 40px;
    box-sizing: border-box;
}

/* 4. 标题（REGISTER） */
body.page-id-4893 #customer_login h2 {
    color: #111111;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center; /* 标题居中更像独立的 App 注册页 */
    white-space: nowrap; /* 强制不换行，解决 REGISTE R 断行问题 */
    margin-bottom: 24px;
}

/* 5. 正文与隐私政策说明文字 */
body.page-id-4893 #customer_login p,
body.page-id-4893 #customer_login .woocommerce-privacy-policy-text {
    color: #777777; /* 字体稍微调灰一点，拉开层次 */
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 20px;
}

/* 6. Label 与必填标识 */
body.page-id-4893 #customer_login label {
    color: #111111;
    font-size: 14px;
    margin-bottom: 8px;
    display: block; /* 确保标签独立一行 */
}
body.page-id-4893 #customer_login .required {
    color: #999999; /* 红色太刺眼，改为低调的灰色 */
    text-decoration: none;
}

/* 7. 输入框样式 */
body.page-id-4893 #customer_login input[type="text"],
body.page-id-4893 #customer_login input[type="email"],
body.page-id-4893 #customer_login input[type="password"],
body.page-id-4893 #customer_login .input-text {
    width: 100% !important; /* 输入框撑满卡片宽度 */
    background: #FFFFFF !important;
    color: #111111 !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 2px !important;
    padding: 14px 15px !important;
    box-shadow: none !important;
    box-sizing: border-box;
}
body.page-id-4893 #customer_login input:focus {
    border-color: #111111 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 8. 按钮设为全宽（REGISTER） */
body.page-id-4893 #customer_login button,
body.page-id-4893 #customer_login input[type="submit"] {
    width: 100%; /* 按钮占满全宽，视觉上更稳重 */
    background: #111111 !important;
    color: #FFFFFF !important;
    border: 1px solid #111111 !important;
    border-radius: 2px !important;
    padding: 16px !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
body.page-id-4893 #customer_login button:hover,
body.page-id-4893 #customer_login input[type="submit"]:hover {
    background: #333333 !important;
    border-color: #333333 !important;
}

/* 9. 链接（privacy policy 等） */
body.page-id-4893 #customer_login a {
    color: #111111;
    text-decoration: underline;
    text-underline-offset: 3px;
}
body.page-id-4893 #customer_login a:hover {
    color: #555555;
}/* End custom CSS */