.o-m-tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  white-space: nowrap;
  background-color: rgb(225, 236, 254);
}
.o-m-tag--medium {
  height: 26px;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 4px;
}