/* ============================================================
   Frontend Unique CSS — Customize My Account for WooCommerce
   ============================================================ */

/* ── Breadcrumb nav hiding ──────────────────────────────────── */
.single-breadcrumbs-wrapper nav.woocommerce-MyAccount-navigation.wsmt_extra_navclass { display: none !important; }
.single-breadcrumbs nav.woocommerce-MyAccount-navigation                              { display: none !important; }

/* ── Chevron icons ──────────────────────────────────────────── */
i.fa.fa-chevron-down.wcmamtx_nav_chevron,
i.fa.wcmamtx_group_fa.fa-chevron-up,
i.fa.wcmamtx_group_fa.fa-chevron-down {
  font-size: 14px;
  margin-left: 6px !important;
  margin-top: 4px;
  margin-right: 2px;
  transition: transform .22s ease;
  color: #818CF8;
}

/* ── Sub-menu indent ────────────────────────────────────────── */
ul.wcmamtx_sub_level li { margin-left: 18px; }

/* ── Theme-specific chevron hides ──────────────────────────── */
.theme-storefront  i.fa.fa-chevron-down.wcmamtx_nav_chevron { display: none; }
.theme-Divi        i.fa.wcmamtx_nav_chevron                 { display: none; }
.theme-hello-elementor i.fa.fa-chevron-down.wcmamtx_nav_chevron { display: none; }
.theme-buddyx      i.wcmamtx_nav_chevron                    { display: none; }

/* ── Sub-menu links ─────────────────────────────────────────── */
.theme-storefront a.menu-link.sub-menu-link {
  background: rgba(108,99,255,.08) !important;
  border-radius: 6px;
}

.theme-flatsome a.menu-link.sub-menu-link { margin-left: 28px; }
.theme-flatsome i.fa.fa-chevron-down.wcmamtx_nav_chevron { margin-top: 0 !important; }

/* ── Nav link list item ─────────────────────────────────────── */
li.woocommerce-MyAccount-navigation-link { list-style: none; }

/* ── WP admin bar icon ──────────────────────────────────────── */
#wpadminbar #wp-admin-bar-wcmamtx_customize_myaccount > .ab-item:before {
  content: "\f540" / '';
  top: 2px;
}

/* ── Hide page title in account ─────────────────────────────── */
.woocommerce-account h1.entry-title { display: none; }
