/* Стиль для горизонтальной карусели */
#rec979886276 .t-video__container {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 20px;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}

#rec979886276 .t-video__frame {
  min-width: 320px;
  flex-shrink: 0;
}

#rec979886276 .t-video__container::-webkit-scrollbar {
  height: 6px;
}

#rec979886276 .t-video__container::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

#rec979886276 .t-video__container::-webkit-scrollbar-track {
  background: transparent;
}
