/* Универсально: каждая карточка t1196 кликабельна целиком */
.t1196__item {
  position: relative;
  cursor: pointer;
  overflow: hidden; /* ограничиваем ссылку рамками карточки */
}

.t1196__item .t-card__btn {
  position: absolute !important;
  inset: 0; /* top:0; right:0; bottom:0; left: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__text {
  display: none;
}




/* Каждая карточка TE700 кликабельна полностью */
.t700__col {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.t700__col .t-card__btn {
  position: absolute !important;
  inset: 0; /* top:0; right:0; bottom:0; left: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__text {
  display: none;
}

/* BE Styles */ 

#be-booking-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#tl-booking-cart {
  z-index: 1 !important;
}


