/**
 * Team Rankings / Leaderboard Block CSS
 */

.top-ten {
  padding: 100px 0;
}

.top-ten h2 {
  margin-bottom: 35px;
}

.top-ten p {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

.top-ten .row > div {
  margin-top: 100px;
}

.top-ten .inner, .top-ten .inner-share {
  background: #00C2CB;
  padding: 75px 40px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  height: 100%;
}

.top-ten .inner-share {
  padding: 60px 40px 50px;
}

.top-ten .inner span {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -50px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #000928;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 800;
}

.top-ten .inner h6 {
  font-size: 16px;
  color: #000928;
}

.top-ten .inner h5, .top-ten .inner-share h5 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.top-ten .inner h4 {
  font-size: 40px;
  font-weight: 800;
  color: #00C2CB;
  line-height: 1;
  margin-top: 10px;
}

.top-ten .inner-share h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 35px;
}

.top-ten .share {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.top-ten .share a + a {
  margin-left: 50px;
}

/* Responsive Styles */
@media (max-width: 1400px) {
  .top-ten {
    padding: 100px 0;
  }
  .top-ten h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .top-ten .inner, .top-ten .inner-share {
    padding: 65px 15px 40px;
  }
  .top-ten .inner span {
    top: -40px;
    height: 80px;
    width: 80px;
    font-size: 34px;
  }
  .top-ten .row > div {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .top-ten {
    padding: 70px 0;
  }
  /* .top-ten .row > div:last-child {
    margin-top: 40px;
  } */
}

@media (max-width: 767px) {
  .top-ten p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
