._wrapper_1bs4l_1 {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: var(--spacing-md);
  --gray: #e5e5e5;
  --red: #ee1b29;
  --redLight: #f0333f;
  --redBorder: #f76f74;
  --purple: #9146ff;
  --purpleLight: #9d58ff;
  --purpleBorder: #b785ff;
}
._wrapper_1bs4l_1 * {
  line-height: 1 !important;
}
._wrapper_1bs4l_1 ._teamName_1bs4l_18 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: var(--spacing-md);
  text-align: center;
  display: block;
}
._wrapper_1bs4l_1 ul {
  list-style: none;
  border: 4px solid #222222;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  justify-content: center;
}
._wrapper_1bs4l_1 ._player_1bs4l_38 {
  display: flex;
  gap: var(--spacing-md);
  background-color: #000;
  padding: var(--spacing-sm);
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
}
._wrapper_1bs4l_1 ._player_1bs4l_38:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #141414;
  z-index: 1;
}
._wrapper_1bs4l_1 ._player_1bs4l_38 ._playerName_1bs4l_60 {
  z-index: 1;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._wrapper_1bs4l_1 ._number_1bs4l_67 {
  color: var(--mainText);
  background: #fff;
  font-weight: 700;
  font-size: 30px;
  height: 30px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 var(--spacing-sm);
  position: relative;
  display: flex;
  z-index: 2;
}
._wrapper_1bs4l_1 ._number_1bs4l_67 span {
  position: relative;
  z-index: 2;
}
._wrapper_1bs4l_1 ._number_1bs4l_67:before {
  content: "";
  background: var(--gray);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
}
