.wnbaSuperWrapper {
  width: 100%;
}

.wnbalazyloaded {
  height: 90px;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.wnbaSuperTitle  {
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
}

.wnbaSupercontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1D1160;
  font-size: 50.5%;
  box-sizing: border-box;
  padding: 0;
  --fontBase: "Open Sans", sans-serif;
  --white: #fff;
  --gray: #1a1a1a;
  --black-shadow: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 100%;
  min-height: 1px;
  border-radius: 20px;
}

.wnbaspText {
  border: 1px solid white;
  border-top: 0;
}

.wnbaWrapper {
  display: flex;
  gap: 3%;
  min-width: 255px;
  width: 45%;
  min-height: 90px;
  justify-content: space-between;
  padding-top: 10px;
}

.wnbaitem {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 18%;
}

.wnbaitem span {
  color: var(--white);
  font-size: 11px;
  background-color: var(--gray);
  border-radius: 0 0 5% 5%;
  line-height: 1.25;
}

.wnbaitem .number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray);
  border-radius: 5% 5% 0 0;
  border: 1px solid white;
  border-bottom: 0;
}

.wnbaitem .number span {
  font-size: 30px;
  border-radius: 0 0 5% 5%;
}