.elementor-17592 .elementor-element.elementor-element-2bd711b1{--display:flex;}.elementor-17592 .elementor-element.elementor-element-70c936bc{font-size:16px;line-height:1.6em;letter-spacing:0.2px;}/* Start custom CSS for text-editor, class: .elementor-element-70c936bc */.machining-materials-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%;
}

.machining-materials-table thead tr {
  background-color: #3b5998;
  color: #ffffff;
  text-align: left;
}

.machining-materials-table th,
.machining-materials-table td {
  padding: 12px 15px;
  border: 1px solid #dddddd;
}

.machining-materials-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.machining-materials-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.machining-materials-table tbody tr:last-of-type {
  border-bottom: 2px solid #3b5998;
}

/* 针对特定表格的居中对齐 */
.machining-materials-table.centered-content th,
.machining-materials-table.centered-content td {
  text-align: center;
}

/*
 * Styles for the Precision Machining Applications Table
 */

.machining-applications-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%;
}

.machining-applications-table thead tr {
  background-color: #3b5998; /* 深蓝色背景 */
  color: #ffffff;
  text-align: left;
}

.machining-applications-table th,
.machining-applications-table td {
  padding: 12px 15px;
  border: 1px solid #dddddd;
}

.machining-applications-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.machining-applications-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3; /* 浅灰色条纹效果 */
}

.machining-applications-table tbody tr:last-of-type {
  border-bottom: 2px solid #3b5998; /* 表格底部强调色 */
}

/* 针对特定表格的居中对齐 */
.machining-applications-table.centered-content th,
.machining-applications-table.centered-content td {
  text-align: center;
}/* End custom CSS */