.msg {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.msg b {
  flex: 0 0 auto;
}

.chatSourceIcon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  background: #1b2331;
  color: #fff;
  font-size: 10px;
  font-weight: 1000;
  line-height: 1;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.source-twitch .chatSourceIcon {
  border-color: #a970ff;
  background: #9146ff;
  box-shadow: 0 0 12px rgba(145, 70, 255, 0.48);
}

.source-kick .chatSourceIcon {
  border-color: #53fc18;
  background: #162d10;
  color: #53fc18;
  box-shadow: 0 0 12px rgba(83, 252, 24, 0.42);
}

.source-youtube .chatSourceIcon {
  border-color: #ff5b5b;
  background: #ff0000;
  color: #fff;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.4);
}

.source-channelcheevos .chatSourceIcon {
  border-color: #f0abfc;
  background: #581c87;
  color: #fae8ff;
  box-shadow: 0 0 12px rgba(217, 70, 239, 0.4);
}

.source-website .chatSourceIcon {
  border-color: #00e676;
  background: rgba(0, 230, 118, 0.18);
  color: #8dffbd;
  box-shadow: 0 0 12px rgba(0, 230, 118, 0.3);
}

.source-vote .chatSourceIcon {
  border-color: #ffd166;
  background: rgba(255, 209, 102, 0.18);
  color: #ffe6a3;
  box-shadow: 0 0 12px rgba(255, 209, 102, 0.3);
}

.source-system .chatSourceIcon {
  border-color: #38bdf8;
  background: rgba(56, 189, 248, 0.18);
  color: #b9edff;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.3);
}
