/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-tkhb1lkc6u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

body[b-tkhb1lkc6u] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

/* �T�C�h�o�[�̔w�i���I�����W�����F�̃O���f�[�V�����ɕύX */
.sidebar[b-tkhb1lkc6u] {
    background-image: linear-gradient(180deg, #FFA500 0%, #FFD700 70%);
}

/* �g�b�v�i�r�̔w�i�����邢�����݂̂���F�ɕύX */
.top-row[b-tkhb1lkc6u] {
    background-color: #FFF5E1; /* ���邢�I�����W���ۂ��F */
    border-bottom: 1px solid #FFC107; /* �Z���߂̃I�����W */
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    /* �g�b�v�i�r���̃����N�̓I�����W�n�ɕύX */
    .top-row[b-tkhb1lkc6u]  a,
    .top-row[b-tkhb1lkc6u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #FF8C00; /* �Z���I�����W */
    }

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

        .top-row[b-tkhb1lkc6u]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

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

        .top-row[b-tkhb1lkc6u]  a,
        .top-row[b-tkhb1lkc6u]  .btn-link {
            margin-left: 0;
            margin-left: 0;
        }
}

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

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

    .top-row[b-tkhb1lkc6u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-tkhb1lkc6u]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

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