/*
 * Tambahkan perubahan tampilan baru di file ini.
 * File dibaca langsung oleh browser sehingga tidak memerlukan npm run build.
 */

.brand-copy {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.brand-name {
    display: block;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.brand-sub {
    display: block;
    line-height: 1.35;
    margin-top: 4px;
}

.avatar {
    flex: none;
}

.sidebar-user-copy {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.sidebar-user-name {
    display: block;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-user-role {
    display: block;
    line-height: 1.35;
    margin-top: 2px;
}

.membership-card {
    grid-template-rows: auto 1fr;
}
