/* /Components/Pages/Dashboard.razor.rz.scp.css */
.investor-demo-hero[b-9yymu9haru] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.investor-demo-hero .demo-badge-row[b-9yymu9haru] {
    min-width: 0;
    max-width: 100%;
    flex-wrap: wrap;
}

.investor-demo-hero .demo-badge-row > .badge[b-9yymu9haru] {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
    .investor-demo-hero[b-9yymu9haru] {
        grid-template-columns: minmax(0, 1fr);
    }

    .investor-demo-hero .demo-badge-row[b-9yymu9haru] {
        justify-content: flex-start;
    }
}
