.badge::before{
  display:inline-block;
  font-size:10px;
  font-weight:800;
  padding:0 4px 1px 4px;
  margin-right:4px;
  border-radius:5px 0;
  color:#fff;
  letter-spacing:0;
}

.ai-badge::before{
  content:"AI";
  background:#ff7a2f;
}

.fx-badge::before{
  content:" ";
  width:8px;
  height:10px;
  border-radius:0;
  background: linear-gradient( 90deg, #ff5a5a, #ffcc4d, #4de6ff, #6a5cff);
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset, 0 1px 2px rgba(0,0,0,.18);
  border: 0px solid rgba(0,0,0,.10);
}

.ai-badge-tms::before{
  content:"AI";
  font-size:9px;
  padding:0px 4px 0px 4px;
  background:#888;
  color:#fff;
}

.re-badge::before{
  content:"RE";
  background:#3bb54a;
  box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.15);
}
