.elementor-24 .elementor-element.elementor-element-59aa08e{--display:flex;}.elementor-24 .elementor-element.elementor-element-6bbef7f.etheme-account-page-tabs-vertical .woocommerce-MyAccount-navigation ul li:not(:last-child){margin-bottom:12px;}.elementor-24 .elementor-element.elementor-element-6bbef7f.etheme-account-page-tabs-horizontal .woocommerce-MyAccount-navigation ul li:not(:last-child){margin-inline-end:12px;}/* Start custom CSS for woocommerce-account-etheme_page, class: .elementor-element-6bbef7f *//* Name größer darstellen */
.MyAccount-user-info .MyAccount-user-name {
    font-size: 17px;
    font-weight: 600;
}

/* E-Mail kleiner darstellen */
.MyAccount-user-info div div:last-child {
    font-size: 14px;
    opacity: 0.7;
}


.konto-header {
    position: relative;
    background-image: url('https://www.gedankengut24.de/wp-content/uploads/2026/03/Mein-Konto2_02.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    height: 170px;

    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

/* sanfter Verlauf für Lesbarkeit */
.konto-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0.75) 100%
    );
}

/* Text unten links */
.konto-header-content {
    position: relative;
    z-index: 1;

    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;

    padding: 0 30px 20px 30px;
}

/* Überschrift */
.konto-header h1 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    color: #2f2f2f;
    font-weight: 600;
}


/*Anfang Content */



.g24-modern-dashboard {
        font-family: 'Inter', -apple-system, sans-serif;
        max-width: 1100px;
        margin: 0 auto;
        color: #2c3e50;
    }

    /* Hellgrauer, luftiger Header */
    .g24-hero-section {
        background: linear-gradient(135deg, #f1f3f5 0%, #e9ecef 100%);
        padding: 70px 30px;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 40px;
    }

    .g24-hero-section h1 {
        font-size: 1.8em;
        font-weight: 800;
        color: #1a252f;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }

    .g24-hero-section p {
        font-size: 1.3em;
        font-weight: 300;
        max-width: 750px;
        margin: 0 auto;
        color: #4a5568;
        line-height: 1.5;
    }

    /* Modernes Split-Layout für die Unterscheidung */
    .g24-split-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .g24-split-card {
        background: #ffffff;
        border-radius: 10px;
        padding: 40px;
        border: 1px solid #edf2f7;
        box-shadow: 0 10px 25px rgba(0,0,0,0.03);
        display: flex;
        flex-direction: column;
    }
    .g24-split-card p {
    font-size: 1.0em;       /* Etwas größer für bessere Lesbarkeit */
    color: #5d6d7e;        /* Ein sanfteres Blaugrau */
    line-height: 1.6;      /* Mehr Zeilenabstand für Luftigkeit */
    font-style: italic;    /* Falls es sich wie eine Einleitung anfühlen soll */
    margin-bottom: 20px;   /* Platz zur Liste darunter */
}

    /* Hervorhebung der Autoren-Seite */
    .g24-author-highlight {
        border: 1px solid #d4af37;
        background: #fffdf9;
        box-shadow: 0 15px 35px rgba(212, 175, 55, 0.1);
    }

    .g24-card-type {
        font-size: 0.7em;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 20px;
        display: block;
    }

    .g24-split-card h2 {
        font-size: 1.3em;
        margin-top: 0;
        color: #1a252f;
    }
    .g24-split-card {
        font-size: 0.9em;
        margin-top: 0;
        color: #1a252f;
    }

    /* Funktions-Checkliste */
    .g24-feature-list {
        list-style: none;
        padding: 0;
        margin: 25px 0;
        flex-grow: 1;
        font-size: 1.1em;
    }

    .g24-feature-list li {
        padding: 12px 0 12px 35px;
        position: relative;
        font-size: 0.90em;
        border-bottom: 1px solid #f1f4f8;
    }

    .g24-feature-list li::before {
        content: '→';
        position: absolute;
        left: 5px;
        font-weight: bold;
    }

    /* Spezielle Icons-Farbe für Autoren */
    .g24-author-highlight .g24-feature-list li::before {
        color: #d4af37;
    }

    /* Der Grafik-Button für den Shopmanager */
    .g24-btn-gold {
        background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
        color: white !important;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        text-decoration: none !important;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
        transition: all 0.3s ease;
        margin-top: 20px;
    }

    .g24-btn-gold:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(212, 175, 55, 0.5);
    }

    /* Dezenter Button für Konto */
    .g24-btn-outline {
        border: 2px solid #cbd5e0;
        color: #4a5568 !important;
        text-align: center;
        padding: 18px;
        border-radius: 10px;
        text-decoration: none !important;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 20px;
        transition: all 0.2s;
    }

    .g24-btn-outline:hover {
        background: #f8f9fa;
        border-color: #1a252f;
        color: #1a252f !important;
    }

    @media (max-width: 850px) {
        .g24-split-grid { grid-template-columns: 1fr; }
        .g24-hero-section h1 { font-size: 2.2em; }
    }/* End custom CSS */