/* _content/Carnegiestiftelsen/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hjbxp99nte] {
    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-hjbxp99nte] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Carnegiestiftelsen/Components/Pages/Index.razor.rz.scp.css */
.background-container[b-kxk0qr2kcb] {
    width: 100%;
    background-image: url('./assets/img/test-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0; /* Responsive padding */
}

.background-main-header[b-kxk0qr2kcb] {
    width: 100%;
    background-image: url('./assets/img/carnegie_logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0; /* Responsive padding */
    background-color: rgba(238, 238, 238, 0.5); /* White overlay */
    /*rgba(238,238,238,1)*/
    background-blend-mode: lighten; /* Blends image with white */
}
