.office-avatar {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--office-border);
    overflow: hidden;
    flex-shrink: 0;
    background: var(--office-surface-2);
    line-height: 1;
    box-sizing: border-box;
}

.office-avatar--lg {
    width: 96px;
    height: 96px;
}

.office-avatar--letter {
    background: var(--office-accent, #3b82f6);
}

.office-avatar__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.office-avatar__img[hidden] {
    display: none !important;
}

.office-avatar__letter {
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
    user-select: none;
    line-height: 1;
}

.office-avatar--lg .office-avatar__letter {
    font-size: 2.25rem;
}

.office-header__avatar.office-avatar {
    width: 36px;
    height: 36px;
}

.profile-avatar-wrap .office-avatar--lg {
    margin: 0 auto;
}
