.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-15 .elementor-element.elementor-element-1f3e5cfe{--display:flex;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-1edf20e9 *//* My Account navigation wrapper */
.woocommerce-MyAccount-navigation {
  max-width: 280px;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Reset list */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Navigation items */
.woocommerce-MyAccount-navigation-link {
  margin-bottom: 4px;
}

/* Links */
.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  color: #1f2933;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Hover state */
.woocommerce-MyAccount-navigation-link a:hover {
  background: #f3f4f6;
}

/* Active item */
.woocommerce-MyAccount-navigation-link.is-active a {
  background: #111827;
  color: #ffffff;
}

/* Logout link emphasis */
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #b91c1c;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fee2e2;
  color: #991b1b;
}

/* Mobile: horizontal scroll */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    max-width: 100%;
    overflow-x: auto;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 8px;
  }

  .woocommerce-MyAccount-navigation-link {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}/* End custom CSS */