<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#vs .flex.vs .card:nth-child(3) {
  background: #fff100;
}

#vs .flex.vs .card:nth-child(3) p {
  color: #333333;
}

#schedule .flex.game3 {
  background: #ffcf00;
  justify-content: center;
  padding-top: 30px;
}

#schedule .flex.game3 .table td {
  color: #12315a;
}

.basket_live {
  margin: 10px auto;
  display: block;
}

.basket_live.game3 {
  visibility: hidden;
}

#schedule .flex.game3 .table .date {
  background: #12315a;
  color: #ffcf00;
}

#schedule .flex.game3 .table .date span {
  color: #ffcf00;
}

#vs .flex.ticket .card.game3 {
  display: block;
}

#vs .flex.ticket .card a {
  /* display: none; */
  display: block;
}

#vs .flex.ticket .card.game3 a {
  /* visibility: hidden; */
  display: block;
}

#arena .carousel-card.fourth .flex .card.first th:nth-child(4),
#arena .carousel-card.fourth .flex .card.first th:nth-child(5),
#arena .carousel-card.fourth .flex .card.first th:nth-child(6) {
  width: 40px;
}

#arena .carousel-card.fourth .flex .card.second {
  width: 360px;
}

/*
#roster .swiper-container .swiper-pagination-bullet:nth-child(2)::after {
  content: "4";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(3)::after {
  content: "5";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(4)::after {
  content: "6";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(5)::after {
  content: "7";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(6)::after {
  content: "9";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(7)::after {
  content: "10";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(8)::after {
  content: "13";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(9)::after {
  content: "18";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(10)::after {
  content: "22";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(11)::after {
  content: "31";
}

#roster .swiper-container .swiper-pagination-bullet:nth-child(12)::after {
  content: "40";
} */

@media (max-width: 639px){
  #vs .flex.vs .card:nth-child(2) p {
    line-height: 1.2;
    margin-top: 5px;
  }
}
</pre></body></html>