/* Import membership icons CSS */
@import url("membership-icons/css/membership.css");

/* Hide the My Account navigation sidebar */
.wd-my-account-sidebar {
  display: none !important;
}

/* Override grid column styles */
.woocommerce-MyAccount-content.wd-grid-col {
  --wd-col-lg: 12 !important;
  --wd-col-md: 12 !important;
  --wd-col-sm: 12 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.woocommerce-MyAccount-content p {
  text-align: left;
}

/* Fix Woodmart link - remove underline but keep color */
.woocommerce-MyAccount-content p a {
  text-decoration: none !important;
  color: var(--wd-link-color, var(--color-gray-800)) !important;
}

/* Fix Woodmart link hover */
.woocommerce-MyAccount-content p a:hover {
  color: var(--wd-link-color-hover, var(--wd-primary-color)) !important;
  text-decoration: none !important;
}

.woocommerce-MyAccount-content
  .wd-my-account-links
  .wd-my-acc-voucher-store
  span.wd-nav-icon:before {
  font-family: "membership";
  content: "\e802";
  font-weight: normal;
  font-style: normal;
}

.woocommerce-MyAccount-content
  .wd-my-account-links
  .wd-my-acc-my-voucher
  span.wd-nav-icon:before {
  font-family: "membership";
  content: "\e801";
  font-weight: normal;
  font-style: normal;
}

.woocommerce-MyAccount-content
  .wd-my-account-links
  .wd-my-acc-membership
  span.wd-nav-icon:before {
  font-family: "membership";
  content: "\e800";
  font-weight: normal;
  font-style: normal;
}
