zz-home-next-matches-selector {
  padding: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
zz-home-next-matches-selector i.fa-regular {
  cursor: pointer;
  display: none;
}
zz-home-next-matches-selector i.fa-regular:hover {
  color: #dc2462;
  text-shadow: 0 0 1px #dc2462;
}

div.zz-next-matches-1.zz-next-matches-transition {
  transition: all 0.2s;
  opacity: 0;
}
div.zz-next-matches-1 div.zz-next-matches-pictures {
  margin-bottom: 0 !important;
}