/* /Components/Pages/Index.razor.rz.scp.css */
.getting-started-page[b-mdutalcwh1]  .getting-started-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: auto;
}

/* The MudBlazor theme collapses the grid's vertical gutter (padding-top) to 8px
   while the horizontal gutter stays 24px, so stacked cards sit tighter than the
   columns. Restore a uniform 24px rhythm to match the MVC/Blazorise layout. */
.getting-started-page[b-mdutalcwh1]  .mud-grid-spacing-xs-6 > .mud-grid-item {
    padding-top: 24px !important;
}

.getting-started-page[b-mdutalcwh1]  .mud-grid.mud-grid-spacing-xs-6 {
    margin-top: -24px;
}
