/* Όλα τα category labels που έρχονται από Views (term-node-tid) */
.views-field-term-node-tid a{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;

  font-size: 0.99rem;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;
  background: #eef3ff;
  color: #1d4ed8;
}

.views-field-term-node-tid{
  margin-bottom: 10px;
}

.views-field-term-node-tid a:hover{
  filter: brightness(0.95);
  text-decoration: none;
}