

/* Start:/bitrix/templates/cryptostore_2022/components/bitrix/catalog.section.list/.default/style.css?17824575592077*/
.b-section-list-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.b-section-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
	padding-bottom: 16px;
}

.b-section-item-row {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.b-section-item-row:last-child {
    border-bottom: none;
}

.b-section-item-row:hover a{
    color: #cc0000;
}

.b-section-link {
    display: flex;
    align-items: center;
    padding: 12px 10px; /* Базовые отступы, слева добавится inline-style */
    text-decoration: none;
    color: #444;
    position: relative;
}

/* Иконка папки */
.b-section-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #aaa;
    flex-shrink: 0;
}

.b-section-item-row:hover .b-section-icon {
    color: #007bff; /* Цвет иконки при наведении */
}

.b-section-name {
    font-size: 15px;
    font-weight: 500;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-section-count {
    font-size: 12px;
    color: #777;
    background: #eee;
    padding: 2px 8px;
    border-radius: 10px;
    margin: 0 15px;
    flex-shrink: 0;
}

.b-section-arrow {
    color: #ccc;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.b-section-item-row:hover .b-section-arrow {
    color: #333;
    transform: translateX(2px);
}

/* Опционально: Вертикальная линия для дерева */
/* Если хотите добавить линию слева от вложенных элементов */
.b-section-item-list {
    position: relative;
}
/* Можно добавить псевдоэлементы, если нужна классическая "ветвистая" линия, 
   но для чистого списка достаточно отступов */
/* End */
/* /bitrix/templates/cryptostore_2022/components/bitrix/catalog.section.list/.default/style.css?17824575592077 */
