.avs-user-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f8f9fa;
  color: #333;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .15s ease, box-shadow .15s ease;
  user-select: none;
}

.avs-user-badge:focus-visible {
  outline: 2px solid var(--avs-tertiary, #0d6efd);
  outline-offset: 2px;
}

.avs-user-badge::after,
.avs-user-badge::before {
  display: none !important;
}

.avs-user-badge:hover,
.avs-user-badge:focus-visible,
.avs-user-badge[aria-expanded="true"] {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: #333;
}

.avs-user-badge[aria-expanded="true"] {
  background-color: #f8f9fa;
}

.avs-user-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.avs-user-badge__icon svg,
.avs-user-badge__icon i {
  width: 100%;
  height: 100%;
  font-size: 18px;
  fill: currentColor;
}

.avs-user-badge__initials {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  line-height: 1;
}

.avs-user-badge__count,
.avs-user-badge__status {
  display: none;
}
