

/* Start:/bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-demo-info/style.css?17817038741810*/
.demo-exam-container {
    max-width: 1200px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
    color: #333;
}

.demo-section {
    margin-bottom: 50px;
}

/* Синие заголовки-плашки */
.demo-header-main, .demo-header-sub {
    background-color: #2b6ce2;
    color: #fff;
    padding: 12px 25px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.demo-header-sub {
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
}

/* Текстовый блок */
.demo-item {
    margin-bottom: 40px;
}

.demo-info-block {
    padding: 10px 5px 25px;
}

.demo-name {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.demo-prop {
    font-size: 16px;
    margin-bottom: 15px;
}

/* Таблица */
.demo-table-wrapper {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.demo-table {
    width: 100%;
    border-collapse: collapse;
}

.demo-table th {
    background-color: #e9f2ff;
    color: #5d7391;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    padding: 15px 20px;
    line-height: 1.3;
    border-right: 1px solid #fff;
}

.demo-table td {
    padding: 20px;
    font-size: 15px;
    border-right: 1px solid #f0f2f5;
}

.demo-table th:last-child, .demo-table td:last-child {
    border-right: none;
}

/* Оранжевая цифра как в макете */
.col-highlight {
    color: #ff8227;
    font-weight: bold;
}

/* Адаптив для таблиц */
.demo-table-responsive {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .demo-table th { font-size: 10px; padding: 10px; }
    .demo-table td { padding: 10px; }
}
/* End */
/* /bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-demo-info/style.css?17817038741810 */
