.elementor-13 .elementor-element.elementor-element-1b124310{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-31c7fae7 *//* 设置页面标题区域背景为黑色 */
.wd-page-title {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 30px 0;
}

/* 设置标题文字为白色 */
.wd-page-title .entry-title.title {
  color: #ffffff !important;
}

/* 设置面包屑导航为白色 */
.wd-breadcrumbs,
.wd-breadcrumbs a,
.wd-breadcrumbs span {
  color: #ffffff !important;
}

/* 表单整体背景为黑色，字体为白色 */
.wd-col.col-register,
.wd-col.col-register-text {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 30px;
}
.wd-login-title {
  color: #ffffff !important;
}
/* 输入框字体颜色和边框白色 */
.woocommerce-Input.input-text {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

/* 占位符文字也改白色 */
.woocommerce-Input::placeholder {
  color: #cccccc !important;
}

/* 按钮样式：橙色背景 + 白字 */
.woocommerce-Button.button {
  background-color: #ff6600 !important;
  color: #ffffff !important;
  border: none;
}

/* 隐私政策链接颜色 */
.woocommerce-privacy-policy-link {
  color: #ffaa00 !important;
  text-decoration: underline;
}

/* 登录表单背景为黑色，字体为白色 */
.wd-col.col-login {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 30px;
}

/* 所有文本标签为白色 */
.wd-col.col-login label,
.wd-col.col-login h2,
.wd-col.col-login p,
.wd-col.col-login .woocommerce-form__label,
.wd-col.col-login .woocommerce-form-login__rememberme span {
  color: #ffffff !important;
}

/* 输入框字体颜色和边框白色 */
.wd-col.col-login .woocommerce-Input.input-text {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

/* 占位符文字改白色 */
.wd-col.col-login .woocommerce-Input::placeholder {
  color: #cccccc !important;
}

/* 按钮样式：橙色背景 + 白字 */
.wd-col.col-login .woocommerce-button {
  background-color: #f78c00 !important;
  color: #ffffff !important;
  border: none;
}

/* 恢复密码链接颜色 */
.wd-col.col-login .woocommerce-LostPassword {
  color: #f78c00 !important;
  text-decoration: underline;
}

/* 勾选框文字颜色 */
.wd-col.col-login .woocommerce-form__label-for-checkbox span {
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1b124310 *//* My Account 区域整体背景为黑色，文字为白色 */
.wd-my-account-sidebar,
.woocommerce-MyAccount-content {
  background-color: #000000;
  color: #ffffff;
}

/* 所有导航链接颜色设置为白色 */
.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-content a,
.wd-my-account-links a {
  color: #ffffff !important;
  font-weight: bold;
  display: inline-block;
  margin: 5px 0;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* 悬停时高亮橙色 */
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-content a:hover,
.wd-my-account-links a:hover {
  color: #000000 !important;
  background-color: #f78c00 !important;
  border-radius: 4px;
}

/* 标题颜色为白色 */
.woocommerce-MyAccount-title {
  color: #ffffff !important;
}
/* 地址标题部分背景黑色，文字白色 */
.woocommerce-Address-title {
  background-color: #000000;
  color: #ffffff;
}

/* 标题文字白色 */
.woocommerce-Address-title h2 {
  color: #ffffff;
}

/* 编辑地址链接：白色文字，橙色悬停效果 */
.woocommerce-Address-title .edit {
  color: #ffffff !important;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 4px;
}

/* 悬停时变橙色背景黑字 */
.woocommerce-Address-title .edit:hover {
  background-color: #f78c00 !important;
  color: #000000 !important;
}

/* 整个表单背景为黑色，字体为白色 */
.woocommerce-EditAccountForm {
  background-color: #000000;
  color: #ffffff;
  padding: 25px;
  border-radius: 8px;
}

/* 所有标签为白色 */
.woocommerce-EditAccountForm label {
  color: #ffffff;
  font-weight: 600;
}

/* 输入框背景为深灰，文字为白色 */
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
  background-color: #1a1a1a;
  color: #ffffff;
  border: 1px solid #333333;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

/* 输入框获得焦点时边框橙色 */
.woocommerce-EditAccountForm input:focus {
  border-color: #ffa500;
  outline: none;
}

/* 密码输入按钮（小眼睛）背景透明 */
.woocommerce-EditAccountForm .password-input button {
  background: transparent;
  border: none;
}

/* 显示说明文字为浅灰色 */
#account_display_name_description {
  color: #cccccc;
  font-size: 0.9em;
}

/* 密码区 legend 为白色 */
.woocommerce-EditAccountForm fieldset legend {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 橙色提交按钮 */
.woocommerce-EditAccountForm .woocommerce-Button.button {
  background-color: #ffa500;
  color: #000000;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* 悬停时深橙 */
.woocommerce-EditAccountForm .woocommerce-Button.button:hover {
  background-color: #e69500;
}/* End custom CSS */