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

main[b-cn9g5itlni] {
    flex: 1;
}

.sidebar[b-cn9g5itlni] {
    background: #16181e;
}

.top-row[b-cn9g5itlni] {
    background: transparent;
    border-bottom: 1px solid var(--line, #e4ddd2);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: var(--ink-soft, #3d4450);
    font-size: 0.88rem;
}

    .top-row[b-cn9g5itlni]  a, .top-row[b-cn9g5itlni]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

@media (max-width: 640.98px) {
    .top-row[b-cn9g5itlni] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-cn9g5itlni] {
        flex-direction: row;
    }

    .sidebar[b-cn9g5itlni] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cn9g5itlni] {
        position: sticky;
        top: 0;
        z-index: 1;
        background: rgba(244, 241, 234, 0.92);
        backdrop-filter: blur(8px);
    }

    .top-row[b-cn9g5itlni], article[b-cn9g5itlni] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cn9g5itlni] {
    color-scheme: light only;
    background: #fff3c4;
    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-cn9g5itlni] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ArticlesIntel.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qp59jru0sq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.06);
}

.navbar-toggler:checked[b-qp59jru0sq] {
    background-color: rgba(255, 255, 255, 0.18);
}

.top-row[b-qp59jru0sq] {
    min-height: 3.5rem;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar-brand[b-qp59jru0sq] {
    font-family: "Fraunces", serif;
    font-size: 1.12rem;
    font-weight: 650;
    letter-spacing: -0.03em;
    color: #e11d2e;
    white-space: nowrap;
}

.navbar-brand:hover[b-qp59jru0sq],
.navbar-brand:focus[b-qp59jru0sq] {
    color: #ff3344;
}

.nav-item[b-qp59jru0sq] {
    font-size: 0.95rem;
    padding-bottom: 0.2rem;
}

    .nav-item:first-of-type[b-qp59jru0sq] {
        padding-top: 0.85rem;
    }

    .nav-item[b-qp59jru0sq]  .nav-link {
        color: #c8c4bc;
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.6rem;
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 0.7rem;
    }

.nav-item[b-qp59jru0sq]  a.active {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.nav-item[b-qp59jru0sq]  .nav-link:hover {
    color: white;
    background: rgba(255,255,255,0.06);
}

.nav-scrollable[b-qp59jru0sq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qp59jru0sq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qp59jru0sq] {
        display: none;
    }

    .nav-scrollable[b-qp59jru0sq] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
