/* My Account Navigation */
.woocommerce-MyAccount-navigation-link{ padding: .25em !important; margin: 0 !important; }
li.woocommerce-MyAccount-navigation-link{ padding: 0 !important; }
.woocommerce-account .woocommerce-MyAccount-navigation ul{ margin: 1.5em 0 0 0; }

/* Full-row click target */
.woocommerce-MyAccount-navigation li > a{
  display: block;
  padding: .65rem .9rem;
  box-shadow: inset 0 0 0 1px var(--rc-warm-beige);
}
.woocommerce-MyAccount-navigation li > a:hover{ text-decoration: none; }

/* Current page */
.woocommerce-MyAccount-navigation li.is-active > a{
  background: var(--rc-ivory);
  color: var(--rc-charcoal-green);
  box-shadow: inset 0 0 0 1px var(--rc-warm-beige);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{ color: var(--rc-charcoal-green); text-decoration: none; }
.woocommerce-MyAccount-navigation-link.active{ background-color: var(--rc-ivory) !important; }

/* Content area */
.woocommerce-MyAccount-content{ margin-top: 20px; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--vendor-dashboard a::before {
	display: none;
}

.wcs-switch-link {
  margin-left: 2rem;
}