.MainNavUserModalAccounts {
    min-height: 42px;
    max-height: 88px;
    max-width: 600px;
    overflow-y: auto;
    padding-top: var(--sizing-sizing-10);

    .account-pill:first-of-type {
        .Pill {
            margin-left: 0;
        }
    }
}

.PopoverContent {
    &.PillPopoverContentFewerPadding {
        /* border: 1px solid var(--gray-150); */
        box-shadow: 0 0 4px var(--gray-250);
        padding: 12px;
    }
}
