.staff-avatar-wrapper[data-v-724897e7] {
  display: flex;
  align-items: center;
  height: 48px;
}
.staff-avatar[data-v-724897e7] {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ion-color-primary);
  color: white;
  font-size: 11px;
  font-weight: 600;
  overflow: hidden;
}
.staff-avatar.small[data-v-724897e7] {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 12px;
}
.staff-avatar.has-photo[data-v-724897e7] {
  background-color: transparent;
}
.staff-photo[data-v-724897e7] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-initials[data-v-724897e7] {
  text-transform: uppercase;
}
.staff-option[data-v-724897e7] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.staff-info[data-v-724897e7] {
  flex: 1;
  min-width: 0;
}