/* _content/GameOn.Lobby.Client/Pages/Index.razor.rz.scp.css */
h3[b-zys1wiuo4q] {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.full-width[b-zys1wiuo4q] {
    width: 100%;
}
/* _content/GameOn.Lobby.Client/Pages/JoinLobby.razor.rz.scp.css */
/* _content/GameOn.Lobby.Client/Pages/Lobby.razor.rz.scp.css */
h3[b-36dklkifc5] {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.full-width[b-36dklkifc5] {
    width: 100%;
}

.grid-list[b-36dklkifc5] {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 767px) {

    .grid-list[b-36dklkifc5] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {

    .grid-list[b-36dklkifc5] {
        grid-template-columns: repeat(1, 1fr);
    }

}


/* _content/GameOn.Lobby.Client/Pages/NewLobby.razor.rz.scp.css */
h3[b-r6xu1kh1ge] {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.full-width[b-r6xu1kh1ge] {
    width: 100%;
}
