.elementor-13597 .elementor-element.elementor-element-69ab0a9e{--display:flex;}.elementor-13597 .elementor-element.elementor-element-69ab0a9e:not(.elementor-motion-effects-element-type-background), .elementor-13597 .elementor-element.elementor-element-69ab0a9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3C9BC;}.elementor-13597 .elementor-element.elementor-element-69ab0a9e > .elementor-shape-top .elementor-shape-fill, .elementor-13597 .elementor-element.elementor-element-69ab0a9e > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#FFFFFF;}.elementor-13597 .elementor-element.elementor-element-69ab0a9e > .elementor-shape-top svg, .elementor-13597 .elementor-element.elementor-element-69ab0a9e > .e-con-inner > .elementor-shape-top svg{height:70px;transform:translateX(-50%) rotateY(180deg);}.elementor-13597 .elementor-element.elementor-element-69ab0a9e > .elementor-shape-bottom .elementor-shape-fill, .elementor-13597 .elementor-element.elementor-element-69ab0a9e > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:#000000;}.elementor-13597 .elementor-element.elementor-element-69ab0a9e > .elementor-shape-bottom svg, .elementor-13597 .elementor-element.elementor-element-69ab0a9e > .e-con-inner > .elementor-shape-bottom svg{height:70px;transform:translateX(-50%) rotateY(180deg);}.elementor-13597 .elementor-element.elementor-element-48d957ff{margin:70px 0px calc(var(--kit-widget-spacing, 0px) + 70px) 0px;padding:0px 0px 0px 0px;}.elementor-13597 .elementor-element.elementor-element-48d957ff.tp-has-beaf > .elementor-widget-container:before{width:100%;height:100%;top:2%;bottom:2%;left:2%;right:2%;}.elementor-13597 .elementor-element.elementor-element-48d957ff.tp-has-beaf > .elementor-widget-container:after{left:2%;transform:rotate(0deg);}/* Start custom CSS for text-editor, class: .elementor-element-48d957ff *//* =========================================================
   WOO MY ACCOUNT – LAYOUT & DESIGN
   ========================================================= */

/* Grundcontainer */
.woocommerce-account .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* =========================================================
   FLEX LAYOUT (robust gegen Elementor Wrapper)
   ========================================================= */
@media (min-width: 768px) {
  .woocommerce-account .woocommerce {
    display: flex;
    gap: 32px;
    align-items: flex-start;
  }

  .woocommerce-MyAccount-navigation {
    flex: 0 0 280px;
  }

  .woocommerce-MyAccount-content {
    flex: 1;
  }
}

/* =========================================================
   NAVIGATION – CARD
   ========================================================= */
.woocommerce-MyAccount-navigation {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
  background: #f5f5f5;
}

/* Aktiver Menüpunkt */
.woocommerce-MyAccount-navigation .is-active a {
  background: #111;
  color: #fff;
}

/* =========================================================
   CONTENT – CARD
   ========================================================= */
.woocommerce-MyAccount-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Begrüßung reduzieren */
.woocommerce-MyAccount-content p:first-of-type {
  font-size: 15px;
  color: #555;
  margin-top: 0;
  margin-bottom: 24px;
}

/* Links im Content */
.woocommerce-MyAccount-content a {
  color: #111;
  font-weight: 600;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }

  .woocommerce-MyAccount-navigation a {
    padding: 14px;
    font-size: 16px;
  }

  .woocommerce-MyAccount-content {
    padding: 20px;
  }
}/* End custom CSS */