/* _content/Taboo/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ustncs8rmz] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-column[b-ustncs8rmz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
}

    .main-column .content[b-ustncs8rmz] {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

.top-row[b-ustncs8rmz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: sticky;
    top: 0;
    z-index: 1;
}

    .top-row[b-ustncs8rmz]  a.app-brand,
    .top-row a:not(.app-brand)[b-ustncs8rmz] {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-ustncs8rmz]  a.app-brand {
        font-weight: 600;
        color: #1b1b1b;
    }

    .top-row .status-bar-end[b-ustncs8rmz] {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

.main-nav[b-ustncs8rmz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
}

.main-nav-link[b-ustncs8rmz] {
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 500;
}

    .main-nav-link.active[b-ustncs8rmz],
    .main-nav-link:hover[b-ustncs8rmz] {
        text-decoration: underline;
    }

    .top-row[b-ustncs8rmz]  a:hover,
    .top-row a:hover[b-ustncs8rmz] {
        text-decoration: underline;
    }

#blazor-error-ui[b-ustncs8rmz] {
    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-ustncs8rmz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
