.video-mockup,
.video-mockup * {
  pointer-events: none !important;
}
/* ── Фон каждого аккордеона ── */
.uc-faq .t1118__accordion {
  background: #161320 !important;
  border-radius: 12px !important;
  margin-bottom: 8px !important;
  border: none !important;
  border-left: 6px solid #d81f44 !important;
  overflow: hidden !important;
}
/* ── Кнопка-заголовок ── */
.uc-faq .t1118__trigger-button {
  background: #161320 !important;
  color: #ffffff !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 20px 24px 20px 28px !important;
  text-align: left !important;
  width: 100% !important;
  border: none !important;
}
/* ── Текст ответа ── */
.uc-faq .t1118__content {
  background: #161320 !important;
  color: rgba(255,255,255,0.6) !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  padding: 0 24px 20px 28px !important;
  transition: height 0.4s ease, opacity 0.3s ease !important;
}
/* ── Иконка красная ── */
.uc-faq .t1118__trigger-button svg,
.uc-faq .t1118__trigger-button .t_faq__icon {
  color: #ffffff !important;
  stroke: #ffffff !important;
  transition: transform 0.3s ease !important;
}



/* ── Фон карточки ── */
.uc-games .t923__content,
.uc-games .t-card__col {
  background-color: #18141f !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

/* ── Фото: отступы сверху, слева, справа 15px ── */
.uc-games .t923__imgwrapper {
  margin: 15px 15px 0 15px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  width: calc(100% - 30px) !important;
}

.uc-games .t923__imgwrapper img,
.uc-games .t923__imgwrapper .t-bgimg {
  border-radius: 10px !important;
  width: 100% !important;
  display: block !important;
}

.uc-games .t-card__btn-wrapper .t-btn,
.uc-games .t-card__btn-wrapper [class*="t-btn"],
.uc-games .t-card__btn-wrapper > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.uc-games .t-card__btn-wrapper a {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

