/* Красный бейдж с белым текстом */
.md-tag-red {
  background-color: red !important;
  color: #fff !important;
}

/* Зелёный бейдж с белым текстом */
.md-tag-green {
  background-color: green !important;
  color: #fff !important;
}

/* Только текст красный, фон остаётся базовым от .md-tag */
.md-tag-red-text {
  color: red !important;
}

/* Только текст зелёный, фон остаётся базовым от .md-tag */
.md-tag-green-text {
  color: green !important;
}
