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

.full-width[b-og0em54865] {
    width: 100%;
}
/* /Pages/NewRoom.razor.rz.scp.css */
h3[b-c77iiv76wr] {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.full-width[b-c77iiv76wr] {
    width: 100%;
}
/* /Pages/Room.razor.rz.scp.css */
.card-container[b-fstjz41e82] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 5px;
    grid-gap: 5px;
}

.card[b-fstjz41e82] {
    aspect-ratio: 1 / 2;
    border: 1px solid lightgray;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 45px;
    font-weight: bolder;
}

    .card.selected[b-fstjz41e82] {
        border: 2px solid blue;
    }
