

/* Start:/bitrix/components/bitrix/catalog.section.list/templates/podrazdelenia/style.css?17332142551538*/
/* Общий контейнер */
.custom-section-list-container {
    margin: 20px auto;
    padding: 0;
 
}

/* Заголовок секции */
.custom-section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    color: #333;
}

/* Список разделов */
.custom-section-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0; /* Убираем любые дополнительные отступы */
}

/* Элемент раздела */
.custom-section-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin: 0; /* Убираем любые дополнительные отступы */
}

.custom-section-item:last-child {
    border-bottom: none;
}

/* Название раздела */
.custom-section-name {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0;
    text-align: left; /* Убедимся, что текст выровнен влево */
}

/* Количество элементов в разделе */
.custom-section-count {
    font-size: 12px;
    color: #666;
}

/* Сообщение об отсутствии разделов */
.custom-no-sections {
    text-align: left;
    font-size: 14px;
    color: #999;
}

/* Адаптивность */
@media (max-width: 480px) {
    .custom-section-item {
        padding: 10px 0;
    }

    .custom-section-name {
        font-size: 14px;
    }

    .custom-section-count {
        font-size: 12px;
    }
}

/* End */
/* /bitrix/components/bitrix/catalog.section.list/templates/podrazdelenia/style.css?17332142551538 */
