mark.term {
  color: inherit;
  padding: .04em .22em .08em;
  border-radius: .18em;
  font-weight: 700;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

mark.term.core {
  background: color-mix(in srgb, #7bc8b5 24%, transparent);
  color: #005b4c;
}

mark.term.value {
  background: linear-gradient(transparent 56%, #d8eb79 56% 96%, transparent 96%);
  color: #245d3f;
}

mark.term.risk {
  background: #f8dfd7;
  color: #9b4033;
}

@media (max-width: 760px) {
  mark.term { padding-inline: .16em; }
}
