.tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: .25rem 0 1rem;
}

.tag {
  display: inline-block;
  padding: .2rem .6rem;
  border-radius: 999px;
  background: #f2f4f7;
  color: #333;
  font-size: .85rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.6;
  border: 1px solid #e5e7eb;
}

.tag:hover {
  background: #e8ebf0;
  border-color: #d7dce3;
}
