/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6qi2hr8sg7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6qi2hr8sg7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/CategoryItemsPage.razor.rz.scp.css */
.items-grid[b-sys8cir9qh] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
}

@media (min-width: 640px) {
    .items-grid[b-sys8cir9qh] {
        grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
    }
}
/* /Components/Shared/ArticleOrderModal.razor.rz.scp.css */
.animate-pop[b-y1v3ef5ekl] {
    animation: popIn-b-y1v3ef5ekl 420ms ease;
}

@keyframes popIn-b-y1v3ef5ekl {
    0% {
        transform: translateY(18px) scale(0.95);
        opacity: 0;
    }

    60% {
        transform: translateY(-6px) scale(1.04);
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(1);
    }
}
