/* ECNChat Staff Prefix S2B — Webchat Exact Icon Mapping */
.userRow .ecnStaffPrefixIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  object-fit: contain;
  vertical-align: -3px;
}
.userRow[data-prefix="'"] { font-weight: 700; }
.userRow[data-prefix="."] { font-weight: 700; }
