

/* Start:/local/templates/symmetron_2026/components/bitrix/catalog.element/main/style.css?1783697656946*/
.catalog-element-block .catalog-heading,
.catalog-element-grid-col .catalog-heading {
    flex: none !important;       /* Запрещаем расти */
    width: auto !important;      /* Разрешаем сжиматься по контенту */
    max-width: 100% !important;  /* Но не шире родителя */
    align-self: flex-start !important; /* Прижимаем к началу строки (слева) */
}

.catalog-heading {
    display: inline-flex !important;
    flex-direction: column !important;
    width: auto !important;
    max-width: 100% !important;
    align-items: stretch !important; /* Растягиваем дочерние элементы на всю ширину этого узкого блока */
    text-align: left;
}

.catalog-heading > div,
.catalog-heading .article {
    text-align: right;
    width: 100%;
    margin-bottom: 8px;
    box-sizing: border-box;
}
/* End */
/* /local/templates/symmetron_2026/components/bitrix/catalog.element/main/style.css?1783697656946 */
