@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

#competition-rankings-wpd-4072 table {
  border-spacing: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

#competition-rankings-wpd-4072 .flag-img-square {
  width: 100%;
  width: 37px;
  height: 37px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

#competition-rankings-wpd-4072 .caption {
  margin-top: 30px;
  caption-side: bottom;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.38;
  color: #fff;
  text-align: center;
}

#competition-rankings-wpd-4072 th {
color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
}

#competition-rankings-wpd-4072 td {
  font-family: 'Inter', sans-serif;  
    border-bottom: 1px solid #FFF !important;

  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border: none;
  padding: 0 8px;
  vertical-align: middle;
  height: 100px;
  position: relative;
}

#competition-rankings-wpd-4072 tr:nth-child(odd)>td {
  background-color: transparent;
}



#competition-rankings-wpd-4072 .load-more {
  margin-top: 16px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 0%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 4px;
	
}

#competition-rankings-wpd-4072 .show-less {
 margin-top: 16px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 0%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 4px;
}

@media (max-width: 767px) {
  #competition-rankings-wpd-4072 .flag-img-square {
    width: 31px;
    height: 31px;
  }

  #competition-rankings-wpd-4072 .caption {
    text-align: center !important;
	  font-size:18px;
  }

  #competition-rankings-wpd-4072 th {
    height: 63px;
	  font-weight:400;
	  line-height:0;
    font-size: 14px;
    white-space: normal;
    border-width: 1px;
	  padding:3px;
  }

  #competition-rankings-wpd-4072 td {
    height: 75px;
    font-size: 16px;
  }
}
