.result__calendar {
  gap: 8px;
}

.result__calendar .calendar__item {
  padding: 2px 4px;
  left: 255px;
  top: 438px;
  border: 1px solid #f0e117;
  border-radius: 6px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #f0e117;
}

.result__calendar .calendar__item--today {
  color: #2b2700;
  background: linear-gradient(62.6deg, #fec800 18.81%, #fff5a1 95.16%);
}

.result__container {
  background: #1f1f1f;
  border-radius: 8px;
  padding-top: 15px;
  margin-top: 15px;
}

.result__langue {
    gap: 12px 20px;
    padding: 0 14px;
    padding-bottom: 13px;
}

.result__langue__item {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  padding: 5px 10px;
  border: 1px solid transparent;
}

.result__langue__item.active,.result__langue__item:hover {
    border: 1px solid #F0E117;
    border-radius: 6px;
    padding: 5px 10px;
}

.langue__container .langue__header {
  gap: 10px;
  padding: 9px 15px;
  background: linear-gradient(320.49deg, #8fed57 1.11%, #078c67 56.15%);
}

.langue__header h3 {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
}

.langue__content {
}

.langue__content__item {
  padding: 17px 14px;
  background: #1f1f1f;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.langue__content__item .item__date__time {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
}

.langue__content__item .item__content {
    gap: 29px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.item__content .item__team {
  gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 80px;
}
.item__content .item__team--home {
    justify-content: flex-end;
}
.item__content .item__team--home h4 {text-align: right;}
.item__content .item__team--away {
    justify-content: flex-start;
}

.item__team h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #f2f3f3;
  margin: 0;
}

.item__content span {
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  width: 40px;
}

.match__socre {
  gap: 5px;
}

.match__socre p {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
}
.zone-league-season-rounds {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  gap: 10px;
  padding: 0px 20px;
  font-size: 13px;
  align-items: center;
}
.zone-league-season-rounds a {
  padding: 2px 10px;
  color: #fff;
  border: 1px solid #F0E117;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  text-align: center;
}
.zone-league-season-rounds a.active {
  background: #F0E117;
  color: #000;
}
@media screen and (max-width: 768px) {
  .langue__content__item {
    flex-direction: column;
    gap: 4px;
  }

  .langue__content__item .item__date__time {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #afb4ba;
  }

  .langue__content__item .match__socre {
    display: none !important;
  }

  .item__content span {
    font-size: 20px;
  }

  .item__content .item__team h4 {
    font-weight: 400;
  }
}
