/* ===== FD301 FULL WIDTH FIX ===== */

/* 1. Снимаем ограничение ширины контейнера блока */
.t897__container,
.t897 .t-container {
  max-width: 100% !important;
  width: 100% !important;
}

/* 2. Основной feed-контейнер */
ul.t-feed__container.t-feed__container_inrow3 {
  display: flex !important;
  justify-content: space-between;
  gap: 24px !important;

  padding-left: 40px !important;
  padding-right: 40px !important;

  box-sizing: border-box;
  max-width: 100% !important;
}

/* 3. Убираем системные отступы колонок */
ul.t-feed__container.t-feed__container_inrow3 > li.t-col {
  padding: 0 !important;
  margin: 0 !important;
}

/* 4. Карточки: строго 3 в ряд */
ul.t-feed__container.t-feed__container_inrow3 > li.t-feed__post {
  flex: 0 0 calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
  box-sizing: border-box;
}


