@charset "utf-8";

.TournamentCategory_container__keWxO { margin-top: 3.3rem; margin-bottom: 5rem; display: flex; justify-content: center; }

@media (max-width: 1023px) {
  .TournamentCategory_container__keWxO { margin-top: 0.8rem; margin-bottom: 3.4rem; border-bottom: 0px; }
}

.TournamentCategory_tabList__FLYYk { display: flex; align-items: center; gap: 1.6rem; }

@media (max-width: 1023px) {
  .TournamentCategory_tabList__FLYYk { gap: 1rem; overflow-x: auto; padding: 0px 1.6rem; }
}

.TournamentCategory_tabItem__qG0_V { font-size: 1.2rem; font-weight: 700; text-transform: uppercase; display: grid; place-items: center; height: 5.6rem; line-height: 5.6rem; width: 12.8rem; border: 1px solid rgb(243, 146, 0); border-radius: 2rem; color: rgb(255, 255, 255); background-color: transparent; cursor: pointer; transition: 0.2s ease-in; white-space: nowrap; }

.TournamentCategory_tabItem__qG0_V:hover { background-color: rgb(243, 146, 0); color: rgb(255, 255, 255) !important; }

@media (max-width: 1023px) {
  .TournamentCategory_tabItem__qG0_V:hover { background-color: rgb(243, 146, 0); color: rgb(255, 255, 255) !important; }
  .TournamentCategory_tabItem__qG0_V { height: 5.6rem; width: unset; min-width: 12.8rem; padding: 0px 1.6rem 0.6rem; border: 1px solid rgb(243, 146, 0); }
}

.TournamentCategory_active__DL_Jx { background-color: rgb(243, 146, 0); color: rgb(255, 255, 255) !important; }

@media (max-width: 1023px) {
  .TournamentCategory_active__DL_Jx { background-color: rgb(243, 146, 0); color: rgb(255, 255, 255) !important; }
}