/* 1.4 Cookie-баннер: компактный, не перекрывает CTA */
.t-popup_cookie {
  bottom: 16px !important;
  transform: none !important;
  max-height: 120px !important;
}

.t-popup_cookie .t-popup__container {
  padding: 12px 20px !important;
}

/* 1.5 Теги с зелёным фоном #2DBE64 — тёмный текст для достаточного контраста */
[style*="background-color: #2dbe64"] *,
[style*="background-color: #2DBE64"] *,
[style*="background: #2dbe64"] *,
[style*="background: #2DBE64"] * {
  color: #111111 !important;
}

.t-feed__tag[style*="#2dbe64"],
.t-feed__tag[style*="#2DBE64"] {
  color: #111111 !important;
}

/* 2. Запрет выделения текста на кликабельных элементах */
a, button, .t-btn, .t-feed__post, .t-feed__post-wrapper,
.t396__elem[data-elem-link], .t-card {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 3. Размеры шрифтов в карточках статей (мин. по заданию) */
/* Заголовок карточки: минимум 18px */
.t-feed__post-title {
  font-size: 18px !important;
  line-height: 1.35 !important;
}
/* Описание карточки: минимум 16px */
.t-feed__post-descr {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
/* Дата и метки: минимум 14px */
.t-feed__post-date,
.t-feed__post-category,
.t-feed__tag {
  font-size: 14px !important;
}
/* Мобильная версия: шрифты не меньше */
@media screen and (max-width: 768px) {
  .t-feed__post-title { font-size: 18px !important; }
  .t-feed__post-descr { font-size: 16px !important; }
  .t-feed__post-date, .t-feed__post-category, .t-feed__tag { font-size: 14px !important; }
}