.bots4-discord-card {
  align-items: center;
  background-color: #2b2d31;
  border-radius: 8px;
  border: 1px solid #1e1f22;
  color: #ffffff;
  display: flex;
  padding: 6px 8px;
}

.bots4-discord-card-avatar {
  border: 2px solid #313338;
  border-radius: 50%;
  height: 48px;
  margin-right: 8px;
  width: 48px;
}

.bots4-discord-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bots4-discord-card-names {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.bots4-discord-card-display-name {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.bots4-discord-card-username {
  color: #b5bac1;
  font-weight: 500;
  line-height: 1;
}

.bots4-discord-card-role {
  align-items: center;
  background-color: #232428;
  border: 1px solid;
  border-radius: 12px;
  box-sizing: border-box;
  display: inline-flex;
  padding: 2px 6px;
  width: fit-content;
}

.bots4-discord-card-role-dot {
  border-radius: 50%;
  height: 10px;
  margin-right: 6px;
  width: 10px;
}

.bots4-discord-card-role-name {
  color: #dbdee1;
  font-weight: 500;
  line-height: 1.2;
}
