@import '_content/Frontend.Shared.DesignSystem/Frontend.Shared.DesignSystem.ihpltsgtro.bundle.scp.css';

/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.ds-avatar[b-f2fyg4a6tu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: var(--ds-color-primary, #0f766e);
    color: var(--ds-color-on-primary, #ffffff);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
}

.ds-account-trigger__name[b-f2fyg4a6tu] {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 44rem) {
    .ds-account-trigger__name[b-f2fyg4a6tu] { display: none; }
}
