.winners__wrap {
  padding: 48px 0 54px;
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
}

.winners__content {
  z-index: 3000;
  width: 100%;
}

.winners__title {
  font-size: 32px;
  text-align: center;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.mobile_table_swithchers {
  display: none;
}

.winners__content span {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.winners__winners {
  overflow-x: auto;
}

.winners__winners::-webkit-scrollbar {
  height: 4px;
}

.winners__winners::-webkit-scrollbar-track {
  background: transparent;
}

.winners__winners::-webkit-scrollbar-thumb {
  background: #3fd62b;
  border-radius: 12px;
}

.winners__winners::-webkit-scrollbar-corner {
  background: transparent;
}

.monthly_winners__list {
  display: grid;
  gap: 16px 0;
}

.winners__header,
.winners__item {
  list-style: none;
  display: contents;
}

.winners__header span:first-child,
.winners__item span:first-child {
  border-radius: 16px 0 0 16px;
}

.winners__header span:not(:last-child),
.winners__item span:not(:last-child) {
  border-right: 1px solid #000000;
}

.winners__header span:last-child,
.winners__item span:last-child {
  border-radius: 0 16px 16px 0;
}

.winners__header span {
  background-color: rgba(63, 214, 43, 0.5);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.winners__item:nth-child(even) span {
  background-color: rgba(63, 214, 43, 0.2);
}

.winners__item:nth-child(odd) span {
  background-color: rgba(63, 214, 43, 0.5);
}

.winners__item {
  margin-bottom: 8px;
}

.winners__header span,
.winners__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 8px;

  white-space: nowrap;
}

/*
.id_with_left_border {
  border-left: 1px solid #000000;
  padding-left: 10px;
} */
