.elementor-727 .elementor-element.elementor-element-9bd129b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-25329b09 *//* Mein Konto Navigation schöner machen */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    background: #f4f4f4; /* helles Grau als Basis */
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Hover-Effekt */
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ff914d; /* dein Orange aus CI */
    color: #fff;
    transform: translateY(-2px);
}

/* Aktiver Menüpunkt */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #2e7d32; /* dein Grün aus CI */
    color: #fff;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}/* End custom CSS */