.nftgc-match-prize-top {
  flex: 1; /* Make each div take equal space */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px; /*
    Slight margin for separation */
}
.nftgc-match-prize-top a {
  color: white;
}
.nftgc-leaderboard-prizes-text {
  color: white !important;
  padding-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
}
.nftgc-match-prize-carousel {
  margin-top: 20px;
}
.nftgc-match-prize-detail {
  z-index: 1;
  margin-top: 40px;
  padding: 25px 20px 20px 20px;
  border-radius: 16px;
  background: #26282c;
  color: aliceblue;
  max-width: 800px;
}
.nftgc-match-prize-detail div:first-child {
  /* border-bottom: 1px solid
    #44444C; padding-bottom: 8px; margin-bottom: 10px; */
}
