@media (max-width: 760px) {
  .ca-feature .brwin-body:has(> div) {
    height: 208px !important;
    max-height: none !important;
    overflow: hidden;
  }
  .ca-feature .brwin-body > div {
    width: 1096px;
    transform: scale(0.30);
    transform-origin: top left;
  }
}
.ca-feature .tts-scene {
  --r-md: 10px;
  --r-lg: 15px;
  --r-xl: 24px;
  --shadow-card: 0 4px 4px -5px rgba(19, 12, 62, 0.25),
    0 0 0 1px rgba(19, 12, 62, 0.11), 0 2px 8px -1px rgba(19, 12, 62, 0.04);
  --font-display: inherit;
  --font-ui: inherit;
  --border: #e4e6ec;
  --border-strong: #babfc8;
  --border-input: #c9c9c9;
  --fg2: #696984;
  --fg3: #737373;
  --bg-soft: #f5f5f8;
  --pink-panel: #fff3f7;
  --pink-300: #ff5c9b;
  --info: #2a6fdb;
  text-align: left;
}
.ca-feature.fp-scope-ts .brwin-body.tts > .tts-scene {
  transform: scale(0.7117);
  transform-origin: top left;
}

@media (max-width: 760px) {
  .ca-feature.fp-scope-ts .brwin-body.tts:has(> div) {
    height: auto !important;
  }
  .ca-feature.fp-scope-ts .brwin-body.tts > .tts-scene {
    width: 1540px;
    transform: scale(0.194);
  }
}
.ca-feature .fp-marquee-track {
  will-change: transform;
  animation-play-state: running;
}
@media (prefers-reduced-motion: reduce) {
  .ca-feature .fp-marquee-track {
    animation: marquee-rtl 30s linear infinite !important;
    animation-play-state: running !important;
  }
  .ca-feature .fp-marquee-track.rev {
    animation: marquee-ltr 30s linear infinite !important;
  }
}
.ca-feature .api-wrap,
.ca-feature .api-code {
  text-align: left;
}
.ca-feature .api-report {
  font-family: var(--font, Roboto), -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 820px) {
  .ca-feature .cmpx-old::before,
  .ca-feature .cmpx-new::before,
  .ca-feature .cmpx-old.other::before {
    content: attr(data-mobile-label) " - ";
  }
}
