/* Цвет текста разделов (категорий) по умолчанию (бежевый) */
.t-feed__parts-switch-btn a {
  color: #E7DCCB !important; /* светло-бежевый */
}

/* Активный раздел и наведение — белый */
.t-feed__parts-switch-btn.t-active a,
.t-feed__parts-switch-btn a:hover {
  color: #ffffff !important;  /* белый цвет */
  font-weight: 600;
}
