  /* 1. ГЛОВЕРХНЯЯ ШАПКА ПОП-АПА (Убиваем нативный белый JS-цвет) */
  .t-feed__post-popup,
  .t-feed__post-popup__close-wrapper,
  .t-feed__post-popup-close-wrapper {
    background-color: #0b0b0c !important; /* глубокий темный в тон твоего хедера */
  }

  /* 2. НАДПИСЬ "КЕЙСЫ" В ШАПКЕ */
  .t-feed__post-popup__close-text,
  .js-feed-close-text {
    color: #aeaeb2 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
  }

  /* 3. КРЕСТИК ЗАКРЫТИЯ (делаем белым) */
  .t-popup__close-icon path,
  .t-feed__post-popup__close-icon path {
    stroke: #ffffff !important;
  }

  /* 4. ОСНОВНОЙ КОНТЕЙНЕР СТАТЬИ */
  .t-feed__post-popup__container,
  .t-feed__post-popup__content-wrapper,
  .t-feed__post-popup__content {
    background-color: #0b0b0c !important;
  }

  /* 5. СТИЛИЗАЦИЯ ЗАГОЛОВКА КЕЙСА (Брутализм) */
  .t-feed__post-popup__title,
  .js-feed-post-title {
   /* color: #ffffff !important; /*
    font-family: 'Unbounded', Arial, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
  }

  /* 6. ТЕКСТ СТАТЬИ */
  .js-feed-post-text,
  .t-feed__post-popup__text,
  .t-redactor__text,
  .t-redactor__tte-view {
    color: #aeaeb2 !important; /* комфортный для чтения серый */
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  /* 7. ДАТА И АВТОР ВНИЗУ */
  .js-feed-post-date,
  .js-feed-post-author-name,
  .t-feed__post-popup__date {
    color: #636366 !important;
    font-family: 'Inter', sans-serif !important;
  }