/* Navigation initial verstecken */
.woocommerce-MyAccount-navigation ul {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

/* Navigation anzeigen nach Verarbeitung */
.woocommerce-MyAccount-navigation ul.tabs-processed {
    opacity: 1;
}

/* Kategorie-Header */
.account-category-header {
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
}

.account-category-header::before {
    display: none;
}

.account-category-header:first-child {
    margin-top: 0;
}