/* ===== КАРТОЧКИ T1196 — первая кнопка невидимая (весь блок кликабелен) ===== */
.t1196__item .t-btntext.t-card__btn {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.t1196__item .t-btntext.t-card__btn .t-btntext__text {
  display: none;
}
.t1196__item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

/* Вторая кнопка (спецофер) — видимая поверх */
.t1196__item .t-btnflex.t-card__btn {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  z-index: 10 !important;
  text-indent: 0 !important;
}
.t1196__item .t-btnflex.t-card__btn .t-btnflex__text {
  display: block !important;
}

/* ===== КАРТОЧКИ T700 — первая кнопка невидимая (весь блок кликабелен) ===== */
.t700__col {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.t700__col .t-btntext.t-card__btn {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.t700__col .t-btntext.t-card__btn .t-btntext__text {
  display: none;
}

/* Вторая кнопка в T700 — видимая поверх */
.t700__col .t-btnflex.t-card__btn {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  z-index: 10 !important;
  text-indent: 0 !important;
}
.t700__col .t-btnflex.t-card__btn .t-btnflex__text {
  display: block !important;
}

/* ===== BE Booking ===== */
#be-booking-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#tl-booking-cart {
  z-index: 1 !important;
}