/* _content/PancakesWeb/Components/Layout/MainLayout.razor.rz.scp.css */
footer[b-aumgagfjx4] {
    margin-top: 3rem;
    padding: 3rem 0;

    text-align: center;
}

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

.skip-to-content[b-aumgagfjx4] {
    position: absolute;
    top: -5rem;
    left: 1rem;
    transition: top 0.5s;
}

.skip-to-content:focus[b-aumgagfjx4] {
    top: 1rem;
}
/* _content/PancakesWeb/Components/Pages/BlogPost.razor.rz.scp.css */
.header[b-2nu66uloxm] {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

.header-img[b-2nu66uloxm] {
    aspect-ratio: 21/9;
    width: 100%;
    object-fit: cover;
}

header .container[b-2nu66uloxm] {
    padding-top: 0;
    padding-bottom: 0;

    font-size: large;
    line-height: 1.4;
}

article[b-2nu66uloxm] {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .header-img[b-2nu66uloxm] {
        border-radius: var(--radius);
    }
}
/* _content/PancakesWeb/Components/Pages/Home.razor.rz.scp.css */
.accounts[b-ylluqtg07t] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    padding-left: 0;
    list-style: none;
}

.account[b-ylluqtg07t] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-top: 0;
}

.account-img[b-ylluqtg07t] {
    width: 2em;
    height: 2em;
    object-fit: contain;
}

.account-details[b-ylluqtg07t] {
    display: flex;
    flex-direction: column;
    
    text-wrap: wrap;
    word-break: break-word;
}

.account-username[b-ylluqtg07t] {
    font-size: 0.9em;
}

.links[b-ylluqtg07t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
    list-style: none;
}

.link :last-child[b-ylluqtg07t] {
    margin-bottom: 0;
}

.link-heading[b-ylluqtg07t] {
    font-size: large;
    font-weight: bold;
}

.buttons[b-ylluqtg07t] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
}

.button[b-ylluqtg07t] {
    display: inline-flex;
}

@media screen and (max-width: 768px) {
    .accounts[b-ylluqtg07t] {
        flex-direction: column;
    }

    .account-username[b-ylluqtg07t] {
        font-size: inherit;
    }
}
/* _content/PancakesWeb/Components/UI/BlogPosts.razor.rz.scp.css */
.posts[b-ykninrl6fb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
    list-style: none;
}

.post-heading[b-ykninrl6fb] {
    font-size: large;
    font-weight: bold;
}
/* _content/PancakesWeb/Components/UI/ImageButton.razor.rz.scp.css */
.button-link[b-xpjicgbk9k] {
    text-decoration: none;
}

.button-link[b-xpjicgbk9k]::after {
    display: none;
    content: none;
}

.button-img[b-xpjicgbk9k] {
    width: 88px;
    height: 31px;
    object-fit: contain;
    image-rendering: crisp-edges;
}
/* _content/PancakesWeb/Components/UI/Navbar.razor.rz.scp.css */
a[b-lfuchzzyme]::after {
    display: none;
    content: none;
}

.nav-content[b-lfuchzzyme] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 1rem;

    margin: 0 0 2rem;
    padding: 1rem;

    list-style: none;
}

.nav-item[b-lfuchzzyme] {
    display: inline-flex;
    align-items: center;
}

.brand[b-lfuchzzyme] {
    margin-right: auto;
}

.brand .nav-img[b-lfuchzzyme] {
    height: 2em;

    border-radius: var(--radius);
}

.nav-link[b-lfuchzzyme] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;

    text-decoration-line: none;
}

.nav-link:hover[b-lfuchzzyme] {
    text-decoration-line: underline;
}

.nav-img[b-lfuchzzyme] {
    aspect-ratio: 1;
    height: 1.5em;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .nav-content[b-lfuchzzyme] {
        margin-bottom: 1rem;
    }
    
    /* Hide labels while still being accessible by screen readers */
    .nav-link.can-hide-label[b-lfuchzzyme] {
        gap: 0;
    }

    .can-hide-label .nav-label[b-lfuchzzyme] {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}
