/*
Theme Name:  Cifrium
Description: Тема ДШ
Author: Vagan Arakelian
Tags: ДШ, Домашняя школа, основная страница
Version: 1.1
*/

.documents-page {
    padding-bottom: 2.5rem;
}

.documents-page p {
    margin: 1rem 0;
}

.documents-page table {
    border: 1px solid gray;
    background: none;
}

.documents-page tr {
    border-color: inherit;
}

.documents-page td {
    padding: 1rem;
    border: 1px solid gray;
}

.documents-page .document-content a {
    color: var(--color-main, #5C5CF4) !important;
    text-decoration: underline !important;
    text-underline-offset: 0.0625rem;
}

.documents-page .documents-list a[data-active="true"] {
    color: var(--color-main);
}

.documents-page .container {
    display: flex;
    gap: 1.25rem;
}

.documents-page aside {
    width: 260px;
    flex-shrink: 0;
}

.documents-page .documents-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
}

.documents-page h1 {
    font-size: 2rem;
}

.documents-page h2 {
    margin: 1.25rem 0;
}

.documents-page h2,
.documents-page h2 * {
    line-height: 1;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 960px) {
    .documents .header .container {
        padding: 0 1.25rem;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .documents-page .container {
        flex-direction: column;
    }

    .documents-page aside {
        width: unset;
    }

    .documents-page .documents-list {
        position: unset;
    }
}

@media screen and (max-width: 640px) {
    .documents .header__menu-btns {
        display: none;
    }
}