/* Куки-баннер ARMADA (.t886) — слева, полупрозрачный, белый текст */
.t886 {
  right: auto !important;
  left: 20px !important;
}

/* Фон 20% непрозрачности + размытие, белый текст с тенью, скругление */
.t886 .t886__wrapper {
  background-color: rgba(40, 40, 40, 0.2) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px !important;
}
.t886 .t886__text {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* На мобильном — растянут от левого края почти до кнопки агента */
@media screen and (max-width: 640px) {
  .t886 {
    left: 10px !important;
    right: 80px !important;
    bottom: 20px !important;
  }
  .t886 .t886__wrapper {
    width: auto !important;
    max-width: none !important;
  }
}