

/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/specialStruct/style.css?17794384553101*/
/* =========================
   Таблица подразделений
========================= */

.structure-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 32px 0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow:
        0 10px 35px rgba(15, 23, 42, 0.06),
        0 2px 10px rgba(15, 23, 42, 0.04);
}

/* =========================
   Таблица
========================= */

.structure-table {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
    font-family: Inter, sans-serif;
    color: #1e293b;
}

/* =========================
   Заголовок
========================= */

.structure-table thead {
    background:
        linear-gradient(
            135deg,
            #0f172a 0%,
            #1e293b 100%
        );
}

.structure-table thead th {
    padding: 22px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid rgba(255,255,255,0.08);
    white-space: normal;
}

.structure-table thead th:last-child {
    border-right: none;
}

/* =========================
   Строки
========================= */

.structure-table tbody tr {
    transition:
        background .25s ease,
        transform .25s ease;
}

.structure-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.structure-table tbody tr:hover {
    background: #eef4ff;
}

/* =========================
   Ячейки
========================= */

.structure-table tbody td {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.7;
}

/* =========================
   Ссылки
========================= */

.structure-table a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    transition:
        color .2s ease,
        opacity .2s ease;
}

.structure-table a:hover {
    color: #1d4ed8;
    opacity: .85;
}

/* =========================
   Документ
========================= */

.structure-table [itemprop="divisionClauseDocLink"] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 600;
    transition:
        background .2s ease,
        transform .2s ease;
}

.structure-table [itemprop="divisionClauseDocLink"]:hover {
    background: #dbeafe;
    transform: translateY(-1px);
}

/* =========================
   Адаптив
========================= */

@media (max-width: 992px) {

    .structure-table {
        min-width: 1000px;
    }

    .structure-table thead th,
    .structure-table tbody td {
        padding: 16px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {

    .structure-table-wrapper {
        border-radius: 18px;
    }

    .structure-table {
        min-width: 900px;
    }

    .structure-table thead th {
        font-size: 12px;
    }

    .structure-table tbody td {
        font-size: 12px;
        line-height: 1.6;
    }
}
/* End */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/specialStruct/style.css?17794384553101 */
