.type {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 9px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.type-inbox { background: #ecfdf5; color: #047857; }
.type-comment { background: #fff7ed; color: #c2410c; }
.type-livestream { background: #fef2f2; color: #b91c1c; }
