/* _content/HeimTeRyfylke/Components/Layout/MainLayout.razor.rz.scp.css */
/* Radzen Layout Styles */
.rz-layout[b-bzl86vc6tc] {
    min-height: 100vh;
    height: auto !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    grid-template-rows: none !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
}


.rz-body[b-bzl86vc6tc] {
    flex: 1;
}

.rz-footer[b-bzl86vc6tc] {
    background-color: #f5f5f5;
    padding: 1rem;
    border-top: 1px solid #e0e0e0;
}

#blazor-error-ui[b-bzl86vc6tc] {
    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-bzl86vc6tc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HeimTeRyfylke/Components/UI/Featured.razor.rz.scp.css */
.featured-banner[b-cnvz4fmcpy] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #0ea5e9;
    border-left: 4px solid #0ea5e9;
}

