@charset "utf-8";

.TournamentTimer_container__OsQRS { display: flex; align-items: center; justify-content: center; gap: 0.8rem; margin-bottom: 1.6rem; }

.TournamentTimer_square__VjrAL { background: linear-gradient(155deg, rgba(255, 255, 255, 0) -2.13%, rgba(255, 255, 255, 0.15) 136.58%); border-radius: 0.2rem; width: 4rem; height: 4rem; display: flex; flex-direction: column; justify-content: center; font-size: 1.4rem; font-weight: 700; }

@media (max-width: 1023px) {
  .TournamentTimer_square__VjrAL { border-radius: 1rem; }
}

.TournamentTimer_label__Jbfb9 { font-size: 0.8rem; font-weight: 400; line-height: 1rem; }