/* Motionnex 自訂樣式（不動 main.css 編譯產物）— 2026-08-27 */
/* 後台編輯器產生的規格表：仿設計稿 .specs-table 視覺 */
.specs-editor-html { position: relative; }
.specs-editor-html .spec-model-tag {
  font-size: 28px; font-weight: 800; color: #e9411f; margin-bottom: 14px; letter-spacing: .02em;
}
.specs-editor-html table.mx-spec-table,
.specs-editor-html table {
  width: 100%; border-collapse: collapse; font-size: 15px;
}
.specs-editor-html th {
  text-align: left; padding: 14px 16px; background: #1a1a1a; color: #fff;
  font-weight: 700; letter-spacing: .06em; font-size: 13px;
}
.specs-editor-html td {
  padding: 13px 16px; border-bottom: 1px solid #e3e3e0; vertical-align: top;
}
.specs-editor-html td:first-child { font-weight: 700; width: 26%; }
.specs-editor-html ul { margin: 0; padding-left: 18px; }
@media (max-width: 768px) {
  .specs-editor-html { overflow-x: auto; }
}
