p.tag-title {
	margin-bottom: 2px;
	font-size:1.2em;
}

p.tags {
	margin-bottom:0.2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap:0.3em;
}

span.tag {
  background-color: #e4ecec;
  padding: 0.15em 0.35em;
  border-radius: 0.3em;
  margin-right: 0.3em;
  white-space: nowrap;
}
span.tag a {
	color:#2b2035;
  text-align:center;
  font-size:0.85em;
  font-weight:400;
}
