.elementor-7076 .elementor-element.elementor-element-9d9ab3f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7076 .elementor-element.elementor-element-c00b049{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-7076 .elementor-element.elementor-element-c00b049 .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:30px;font-weight:400;color:#000000;}.elementor-7076 .elementor-element.elementor-element-5c16470{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}#elementor-popup-modal-7076 .dialog-widget-content{animation-duration:1.2s;border-radius:18px 18px 18px 18px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-7076{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7076 .dialog-message{width:1300px;height:700px;align-items:flex-start;}#elementor-popup-modal-7076 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-7076 .elementor-element.elementor-element-c00b049{margin:040px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-5c16470 *//* 弹窗整体容器 */
.elementor-popup-modal .woocommerce {
  max-width: 1080px !important;        /* 整体宽度保持 */
  margin: 0 auto !important;
  background: #fff !important;
  padding: 60px 70px !important;
  border-radius: 14px !important;
  display: flex;
  justify-content: center;             /* 居中对齐 */
  align-items: flex-start;
  gap: 60px;                           /* 登录注册之间的距离略缩小 */
}

/* 登录/注册两列比例更宽 */
.elementor-popup-modal .woocommerce form {
  width: 50% !important;               /* 每个表单宽度从 47% → 50% */
  min-width: 450px !important;         /* 防止压缩过窄 */
}

/* 统一标题样式 */
.elementor-popup-modal h2 {
  width: 100%;
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 40px !important;
  color: #111 !important;
}

/* 输入框样式 */
.elementor-popup-modal input.input-text {
  width: 100% !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  background: #fafafa !important;
  transition: all 0.2s ease;
}
.elementor-popup-modal input.input-text:focus {
  border-color: #000 !important;
  background: #fff !important;
  outline: none !important;
}

/* 按钮样式 */
.elementor-popup-modal button.button {
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 0 !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  width: 100% !important;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}
.elementor-popup-modal button.button:hover {
  background: #333 !important;
}

/* 小字说明 */
.elementor-popup-modal .woocommerce-LostPassword,
.elementor-popup-modal .woocommerce-privacy-policy-text {
  font-size: 12px !important;
  color: #666 !important;
  line-height: 1.5;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .elementor-popup-modal .woocommerce {
    flex-direction: column !important;
    width: 92% !important;
    padding: 40px 25px !important;
    gap: 40px !important;
  }
  .elementor-popup-modal .woocommerce form {
    width: 100% !important;
    min-width: unset !important;
  }
  .elementor-popup-modal h2 {
    font-size: 18px !important;
    margin-bottom: 30px !important;
  }
}/* End custom CSS */