#gen-84nw2l8d {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}

#gen-84nw2l8d .site-uon_bh-sport {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 0px;
  min-width: 90px;
  max-width: 120px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#gen-84nw2l8d .site-uon_bh-sport:hover {
  opacity: 0.8;
}

#gen-84nw2l8d .site-uon_bh-sport__icon {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#gen-84nw2l8d .site-uon_bh-sport__name {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 600px) {
  #gen-84nw2l8d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
    padding: 10px;
  }
  
  #gen-84nw2l8d .site-uon_bh-sport {
    min-width: unset;
    max-width: unset;
    padding: 12px 4px;
  }

  #gen-84nw2l8d .site-uon_bh-sport__name {
    font-size: 12px;
  }
}