.session-avatar {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  font: 700 10px "Space Grotesk", sans-serif;
}

.steam-btn:has(.session-avatar) {
  background: #1a2434;
  border: 1px solid #2b3a51;
  max-width: 190px;
}

.steam-btn:has(.session-avatar) > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
