/* Start custom CSS for column, class: .elementor-element-0aaca36 *//* 设置整个标题区域背景为黑色，文字为白色 */
.wd-page-title {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 30px 0;
}

/* 设置标题文字颜色为白色 */
.wd-page-title .entry-title {
  color: #ffffff !important;
}

/* 设置面包屑导航文字颜色为白色 */
.wd-page-title .wd-breadcrumbs,
.wd-page-title .wd-breadcrumbs a,
.wd-page-title .wd-breadcrumbs .wd-last,
.wd-page-title .wd-breadcrumbs .wd-delimiter {
  color: #ffffff !important;
}

/* 可选：鼠标悬停时的链接变浅灰色 */
.wd-page-title .wd-breadcrumbs a:hover {
  color: #cccccc !important;
}

/* My Account 侧边栏整体背景黑色，文字白色 */
.wd-my-account-sidebar {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 20px;
}

/* 标题颜色 */
.wd-my-account-sidebar h3.entry-title {
  color: #ffffff !important;
}

/* 导航菜单链接样式 */
.woocommerce-MyAccount-navigation a {
  color: #ffffff !important;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

/* 鼠标悬停时链接颜色 */
.woocommerce-MyAccount-navigation a:hover {
  color: #f78c00 !important; /* 橙色高亮 */
}

/* 当前激活项样式 */
.woocommerce-MyAccount-navigation .is-active a {
  color: #f78c00 !important;
  font-weight: bold;
}

/* 空心愿单提示文字设置为白色 */
.wd-empty-wishlist,
.wd-empty-page-text {
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 20px;
  text-align: center;
}

.return-to-shop .button {
  background-color: #f78c00 !important; /* 橙色背景 */
  color: #ffffff !important;            /* 白色文字 */
}

.return-to-shop .button:hover {
  background-color: #e69500 !important; /* 深一点的橙色 */
  color: #ffffff !important;
}/* End custom CSS */