.filter-chips{
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  width:100%;
  text-align:initial;
}

/* Più specifico per battere .chip del framework */
.filter-chips a.chip.modal-trigger{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;          /* no shrink */
  min-width:max-content;
  white-space:nowrap;
  overflow:visible;
  text-overflow:clip;
  padding:0 18px;
  height:34px;
  line-height:34px;
  font-size:15px;
}

.filter-chips .chip.active {
  background-color: #163383; /* blu */
  color: #fff;
}
