/**
 * Единый inline-размер иконок modificators (как mini-sticker в строке текста).
 * Подключайте на любой странице с описаниями плашек / билдов.
 * PNG build card использует отдельный рендер в bot/utils/buildCard.js.
 */
img.plate-mod,
.plate-desc img[src*="modificators/"],
.fit-plate-desc img.plate-mod,
.fit-col-desc img.plate-mod,
.plates-matrix-table .plate-desc-inner img.plate-mod,
.mod-inline-demo__text img.plate-mod {
  width: 1.18em;
  height: 1.18em;
  max-width: 1.18em;
  max-height: 1.18em;
  vertical-align: -0.15em;
  display: inline-block;
  object-fit: contain;
  margin: 0 0.12em;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.gem-red { color: #ef5350; font-weight: 600; }
.gem-green { color: #66bb6a; font-weight: 600; }
.gem-blue { color: #42a5f5; font-weight: 600; }
.gem-yellow { color: #ffee58; font-weight: 600; }
.gem-purple { color: #ab47bc; font-weight: 600; }
.gem-black { color: #bdbdbd; font-weight: 600; }
