/* 阻断 base2 布局规则，并修正嵌入区宽度不足导致的排版异常 */
.product_text_l .erob-v5-embed {
  width: 100%;
  min-width: 0;
  float: none;
  clear: both;
  box-sizing: border-box;
  isolation: isolate;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.product_text_l .erob-v5-embed div {
  clear: none;
}

/* base2 表格规则会压窄/居中 v5 参数表 */
.product_text_l .erob-v5-embed table {
  table-layout: auto !important;
  line-height: inherit !important;
  font-size: inherit !important;
  text-align: left !important;
  width: 100% !important;
}

.product_text_l .erob-v5-embed th,
.product_text_l .erob-v5-embed td {
  word-wrap: normal !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

/* product_text_l 仅 ~73% 页宽：hero / integration 改单列堆叠 */
.product_text_l .erob-v5-embed .hero-grid,
.product_text_l .erob-v5-embed .integration-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 32px !important;
  align-items: stretch !important;
}

.product_text_l .erob-v5-embed .integration-copy,
.product_text_l .erob-v5-embed .compact-spec,
.product_text_l .erob-v5-embed .v3-integration-copy-block {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.product_text_l .erob-v5-embed .integration-grid > *,
.product_text_l .erob-v5-embed .compact-spec > *,
.product_text_l .erob-v5-embed .interface-panel {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.product_text_l .erob-v5-embed .shell {
  width: 100% !important;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
}

.product_text_l .erob-v5-embed .hero-copy {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.product_text_l .erob-v5-embed .hero-visual,
.product_text_l .erob-v5-embed .product-stage,
.product_text_l .erob-v5-embed .interface-panel {
  width: min(100%, 720px);
  max-width: 100%;
  margin-inline: auto;
}

.product_text_l .erob-v5-embed h1,
.product_text_l .erob-v5-embed .hero-kicker {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.product_text_l .erob-v5-embed .hero-intro,
.product_text_l .erob-v5-embed p {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

/* 通用参数表：保证 label / value 两列最小宽度，避免竖排单字 */
.product_text_l .erob-v5-embed .compact-spec > .compact-spec-table:first-of-type tr {
  display: grid !important;
  grid-template-columns: minmax(160px, 48%) minmax(120px, 52%) !important;
  gap: 18px !important;
  align-items: start !important;
}

.product_text_l .erob-v5-embed .compact-spec-table th,
.product_text_l .erob-v5-embed .compact-spec-table td {
  padding: 11px 0 !important;
  border: 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}
