@import url("./style.css");

@media (max-width: 360px) {}

@media (max-width: 480px) {}

@media (min-width: 361px) {}

@media (min-width: 481px) {
  .lobby-games-grid{
    grid-auto-flow: column dense
  }

}

@media (min-width: 769px) {
  .actions-group{
    align-items: stretch;
display: flex;
gap: var(--space-05);
flex-direction: row-reverse;
justify-content: flex-end;
flex-wrap: nowrap;
}
}

@media (min-width: 1280px) {}

@media (max-height: 650px) {}

@media (prefers-reduced-motion: reduce) {

}