/* Account block at the bottom of the user dropdown (all portals).
   Do not use .bg-light: Anwalt-Lotse theme.css remaps --bs-light to peach. */
.dropdown-menu > li.user-dropdown-account {
    background-color: #e9ecef;
}

.dropdown-menu > li:has(+ li.user-dropdown-account) .dropdown-divider {
    margin-bottom: 0;
}

.dropdown-menu > li.user-dropdown-account.dropdown-header {
    padding-bottom: 0;
}

.dropdown-menu > li.user-dropdown-account > .dropdown-item-text {
    padding-top: 0;
}

.dropdown-menu > li.user-dropdown-account:last-child {
    margin-bottom: calc(-1 * var(--bs-dropdown-padding-y));
    padding-bottom: var(--bs-dropdown-padding-y);
    border-bottom-left-radius: var(--bs-dropdown-inner-border-radius);
    border-bottom-right-radius: var(--bs-dropdown-inner-border-radius);
}
