/* Центрирование блока */
#rec1123808411 {
  position: fixed !important;
  top: 60% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99999 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 360px !important;
}

/* Контейнер */
.t886__wrapper {
  background: #ffffff !important;
  padding: 24px 20px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box !important;
  text-align: center !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Текст */
.t886__text {
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
  width: 100% !important;
}

/* Обёртка кнопки */
.t886__btn-wrapper {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

/* Сама кнопка */
.t886__btn-wrapper .t-btn {
  min-width: 100px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  background: #eaeaea !important;
  border: none !important;
  color: #000 !important;
  cursor: pointer !important;
}