/* TouringXX visual system V6 · product/tool first · raster-only delivery */
.txv-ready > div:first-child:has(> span:first-child),
.txv-ready .media__bar {
  display: none !important;
}

.txv-marker-row {
  display: none !important;
}

.txv-host {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  isolation: isolate;
  background: #efede6 !important;
}

.txv-host > span {
  display: none !important;
}

.txv,
.txv__asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.txv {
  overflow: hidden;
}

.txv__asset {
  object-fit: cover;
  object-position: 50% 50%;
  image-rendering: auto;
}

@media (max-width: 720px) {
  .hub-win,
  .hub-win__body,
  .hub-win__tabs,
  .support,
  .support__l {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .hub-win__tabs {
    width: 100% !important;
  }

  .support__l {
    flex: 1 1 100% !important;
    width: auto !important;
    max-width: calc(100% - 6px) !important;
  }
}
