/* _content/Corvus.Nest/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9s3xea9u2t] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-9s3xea9u2t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Corvus.Nest/Components/Layout/NavMenu.razor.rz.scp.css */
nav[b-n38so4h823] {
    border-bottom: solid 1px #F2F2F2;
}
/* _content/Corvus.Nest/Components/Pages/Blog.razor.rz.scp.css */
.blog-content[b-k0uww0u43o] {
    /*padding-bottom: 1.5rem;
    border-bottom: solid 1px #F2F2F2;*/
}

h1[b-k0uww0u43o] {
    margin: 5px 0px 20px 10px;
    font-size: 28px;
    font-weight: bold;
}

h2[b-k0uww0u43o] {
    font-size: 22px;
}

section article[b-k0uww0u43o] {
    margin-top: 0.5rem;
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    border-top: solid 1px #F2F2F2;
    border-bottom: solid 1px #F2F2F2;
}

    section article a[b-k0uww0u43o] {
        text-decoration: none;
    }

        section article a p[b-k0uww0u43o] {
            font-size: 10px;
            margin: 0;
        }

.post-description[b-k0uww0u43o] {
    font-size: 14px;
    padding: 1rem 0 0 0;
}
/* _content/Corvus.Nest/Components/Pages/BlogPostFooter.razor.rz.scp.css */
.post-footer[b-gn0o9pkhfj] {
    width: 100%;
    border-top: solid 1px #F2F2F2
}

.center-line[b-gn0o9pkhfj] {
    position: relative;
    left: 50%;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #f2f2f2
}

p[b-gn0o9pkhfj] {
    color: black;
    margin: 0px;
    text-decoration: none;
}

i[b-gn0o9pkhfj] {
    font-size: 28px;
}

    i[b-gn0o9pkhfj]::before {
        vertical-align: revert;
    }
/* _content/Corvus.Nest/Components/Pages/Category.razor.rz.scp.css */
h2[b-fkwv6x9cl2] {
    font-size: 24px;
}

section article[b-fkwv6x9cl2] {
    margin-top: 0.5rem;
    padding: 1rem 1rem 1rem 1rem;
    border-top: solid 1px #F2F2F2;
    border-bottom: solid 1px #F2F2F2;
}

    section article a[b-fkwv6x9cl2] {
        text-decoration: none;
    }

        section article a p[b-fkwv6x9cl2] {
            font-size: 12px;
            margin: 0;
        }
