@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 .dcov-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 34px;
  text-align: left;
}
.ca-feature .dcov-item {
  background: #fff;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 4px 4px -5px rgba(13, 27, 62, 0.25),
    0 0 0 1px rgba(13, 27, 62, 0.11), 0 2px 8px -1px rgba(13, 27, 62, 0.04);
}
.ca-feature .dcov-item dt {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--navy, #0d1b3e);
  margin-bottom: 6px;
}
.ca-feature .dcov-item dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted, #5c6779);
}
.ca-feature .dcov-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 78ch;
  margin: 26px auto 0;
  padding: 16px 20px;
  border-radius: 16px;
  background: #fff4f8;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted, #5c6779);
  text-align: left;
}
.ca-feature .dcov-note svg,
.ca-feature .dcov-note i {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 1px;
  color: var(--pink, #ff0066);
}
@media (max-width: 620px) {
  .ca-feature .dcov-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .ca-feature .dcov-item {
    padding: 18px 18px;
  }
}
.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) " - ";
  }
}
