/* /Components/ShirtSelection.razor.rz.scp.css */
.shirt-selection[b-knzng9pnd1] {
    display: flex;
    outline: 1px solid white;
    padding: 10px;
}

@media all and (orientation:portrait) {
    .shirt-selection[b-knzng9pnd1] {
        flex-direction: row;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    img[b-knzng9pnd1]{
        max-width: 200px;
    }
}

@media all and (orientation:landscape) {
    .shirt-selection[b-knzng9pnd1] {
        flex-direction: column;
        max-width: 200px; 
        margin-left: auto;
        margin-right: auto;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
