/* 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; }
}

/* ====================================================
   Hero CTA: залитая кнопка «Читать последнее» в Hero
   ==================================================== */
#rec2011201011 .t001__button,
.t-cover .t-btnflex:first-child,
.t-cover__carrier .t-btnflex:first-child {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border-color: #ffffff !important;
}

/* Вторичные CTA (Контурные) на страницах остаются без изменений */

/* ====================================================
   Мобильный UX: тап-зона гамбургера >= 44x44px
   ==================================================== */
@media screen and (max-width: 768px) {
  .t-menu__mobile-btn {
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  /* Пункты навигации в бургере */
  .t-menu__list-item a {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 16px !important;
  }
}

/* ====================================================
   cookie-баннер: позиционирование внизу (не перекрывает CTA)
   ==================================================== */
.t-popup_cookie {
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  border-radius: 0 !important;
}