.elementor-11 .elementor-element.elementor-element-7d3cf022{--display:flex;--min-height:59vh;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-1d393daa *//* WooCommerce Mein Konto sauber ausrichten */
body.woocommerce-account .woocommerce {
    width: 100%;
    max-width: 1180px;
    margin: 70px auto;
    padding: 0 24px;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    gap: 36px;
    box-sizing: border-box;
}

/* Alte WooCommerce-Floats entfernen */
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
    display: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    box-sizing: border-box;
}

/* Linke Navigation */
body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 280px !important;
    min-width: 280px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
}

/* Navigation Liste entfernen */
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li::marker {
    display: none;
    content: "";
}

/* Navigationslinks */
body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 14px 16px;
    margin-bottom: 8px;
    border-radius: 10px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none !important;
    transition: 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
    margin-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #eef3ff;
    color: #214fc4;
}

/* Aktiver Menüpunkt */
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #214fc4;
    color: #ffffff;
}

/* Rechter Content */
body.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 316px) !important;
    max-width: 760px;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 34px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
    color: #0f172a;
    font-size: 17px;
    line-height: 1.75;
}

/* Text sauber darstellen */
body.woocommerce-account .woocommerce-MyAccount-content p {
    margin-top: 0;
    margin-bottom: 18px;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: normal;
}

/* Links im Konto */
body.woocommerce-account .woocommerce-MyAccount-content a {
    color: #214fc4;
    font-weight: 600;
    text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Buttons */
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce input.button {
    background: #214fc4 !important;
    color: #ffffff !important;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    border: none;
}

body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce input.button:hover {
    background: #183d99 !important;
    color: #ffffff !important;
}

/* Formulare */
body.woocommerce-account .woocommerce input.input-text,
body.woocommerce-account .woocommerce textarea,
body.woocommerce-account .woocommerce select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 16px;
}

/* Tabellen */
body.woocommerce-account .woocommerce table.shop_table {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

body.woocommerce-account .woocommerce table.shop_table th {
    background: #f8fafc;
    color: #111827;
}

/* Mobile */
@media (max-width: 900px) {
    body.woocommerce-account .woocommerce {
        flex-direction: column !important;
        margin: 36px auto;
        gap: 24px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation,
    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 28px 24px;
    }
}/* End custom CSS */