.elementor-54007 .elementor-element.elementor-element-6c74c850{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-1901dd1b */.ferritic-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.ferritic-table thead tr {
  background-color: #3b5998; /* 深蓝色背景，类似于您提供的示例 */
  color: #ffffff;
  text-align: left;
}

.ferritic-table th,
.ferritic-table td {
  padding: 12px 15px;
  border: 1px solid #dddddd;
}

.ferritic-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.ferritic-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3; /* 浅灰色条纹效果 */
}

.ferritic-table tbody tr:last-of-type {
  border-bottom: 2px solid #3b5998; /* 表格底部使用强调色 */
}

/* 针对特定表格的居中对齐 */
.ferritic-table.centered-content th,
.ferritic-table.centered-content td {
    text-align: center;
}/* End custom CSS */
/* Start custom CSS */.ferritic-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ferritic-table th, .ferritic-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}

.ferritic-table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ferritic-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.ferritic-table tr:hover {
  background-color: #f1f1f1;
}

.ferritic-table caption {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: bold;
}

/* 特定样式用于第二个表格（物理性能） */
.ferritic-table:nth-of-type(2) th, .ferritic-table:nth-of-type(2) td {
  text-align: center;
}/* End custom CSS */