.tag {
  align-items: center;
  background-color: var(--gray);
  border-radius: 4px;
  color: var(--black);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  min-width: 110px;
  outline: none;
  padding: 4px 10px;
  text-decoration: none;
  white-space: nowrap;
}

.tag:hover {
  text-decoration: underline;
}
