/* Marketing Rocket account endpoints: normal themes use real anchor text. */
.woocommerce-MyAccount-navigation-link--customer-tiers>a,
.woocommerce-MyAccount-navigation-link--my-offers>a,
.woocommerce-MyAccount-navigation-link--rewards-wallet>a,
.woocommerce-MyAccount-navigation-link--marketing-preferences>a{
  text-indent:0!important;opacity:1!important;visibility:visible!important;overflow:visible!important;white-space:normal!important;
}
.woocommerce-MyAccount-navigation:not(.pb-account-menu--pseudo-labels) .woocommerce-MyAccount-navigation-link--customer-tiers>a::after,
.woocommerce-MyAccount-navigation:not(.pb-account-menu--pseudo-labels) .woocommerce-MyAccount-navigation-link--my-offers>a::after,
.woocommerce-MyAccount-navigation:not(.pb-account-menu--pseudo-labels) .woocommerce-MyAccount-navigation-link--rewards-wallet>a::after,
.woocommerce-MyAccount-navigation:not(.pb-account-menu--pseudo-labels) .woocommerce-MyAccount-navigation-link--marketing-preferences>a::after{
  content:none!important;display:none!important;
}
/* Compatibility mode is activated only when another real account item proves
   that the store theme intentionally renders menu labels with a::after. */
.woocommerce-MyAccount-navigation.pb-account-menu--pseudo-labels .woocommerce-MyAccount-navigation-link--customer-tiers>a,
.woocommerce-MyAccount-navigation.pb-account-menu--pseudo-labels .woocommerce-MyAccount-navigation-link--my-offers>a,
.woocommerce-MyAccount-navigation.pb-account-menu--pseudo-labels .woocommerce-MyAccount-navigation-link--rewards-wallet>a,
.woocommerce-MyAccount-navigation.pb-account-menu--pseudo-labels .woocommerce-MyAccount-navigation-link--marketing-preferences>a{
  font-size:0!important;
}
.woocommerce-MyAccount-navigation.pb-account-menu--pseudo-labels .woocommerce-MyAccount-navigation-link--customer-tiers>a::after,
.woocommerce-MyAccount-navigation.pb-account-menu--pseudo-labels .woocommerce-MyAccount-navigation-link--my-offers>a::after,
.woocommerce-MyAccount-navigation.pb-account-menu--pseudo-labels .woocommerce-MyAccount-navigation-link--rewards-wallet>a::after,
.woocommerce-MyAccount-navigation.pb-account-menu--pseudo-labels .woocommerce-MyAccount-navigation-link--marketing-preferences>a::after{
  content:attr(data-pb-account-label)!important;display:inline!important;visibility:visible!important;opacity:1!important;
  font-size:var(--pb-account-menu-label-size,16px)!important;line-height:inherit!important;color:inherit!important;font-family:inherit!important;font-weight:inherit!important;
}

/* Marketing Rocket storefront navigation parity for the two customer-facing destinations.
   Keep inactive items visually identical to native account links and use the ParkBar
   active-state contract when either endpoint is selected. */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-offers>a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rewards-wallet>a{
  color:#31525B!important;
  background:transparent!important;
  font-weight:600!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active.woocommerce-MyAccount-navigation-link--my-offers>a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active.woocommerce-MyAccount-navigation-link--rewards-wallet>a{
  color:#EDE4CD!important;
  background:#31525B!important;
  font-weight:600!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-offers>a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rewards-wallet>a:hover{
  color:#31525B!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active.woocommerce-MyAccount-navigation-link--my-offers>a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active.woocommerce-MyAccount-navigation-link--rewards-wallet>a:hover{
  color:#EDE4CD!important;
  background:#31525B!important;
}

