.elementor-25 .elementor-element.elementor-element-3cf56d43{--display:flex;}.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 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-3cf56d43{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for text-editor, class: .elementor-element-20377a30 */Woocommerce Account CSS

/* ========== WooCommerce My Account Styling ========== */

.woocommerce-MyAccount-navigation {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 24px;
  width: 100%;
  max-width: 280px;
  float: left;
  margin-right: 40px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  background: #f8f9fb;
  transition: all 0.25s ease;
}

.woocommerce-MyAccount-navigation a:hover {
  background: #111;
  color: #fff;
  transform: translateX(3px);
}

.woocommerce-MyAccount-navigation .is-active a {
  background: #111;
  color: #fff;
  font-weight: 600;
}

/* ========== Content Area Styling ========== */

.woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  overflow: hidden;
}

.woocommerce-MyAccount-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.woocommerce-MyAccount-content a {
  color: #000; /* your brand gold accent */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.woocommerce-MyAccount-content a:hover {
  color: #488AF3;
  text-decoration: underline;
}

/* ========== Responsive ========== */

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .woocommerce-MyAccount-navigation a {
    text-align: center;
  }
}/* End custom CSS */