.elementor-54036 .elementor-element.elementor-element-e8af331{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-39f17f91 */.duplex-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%;
}

.duplex-table thead tr {
  background-color: #3b5998; /* 深蓝色背景，类似于您提供的示例 */
  color: #ffffff;
  text-align: left;
}

.duplex-table th,
.duplex-table td {
  padding: 12px 15px;
  border: 1px solid #dddddd;
}

.duplex-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.duplex-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3; /* 浅灰色条纹效果 */
}

.duplex-table tbody tr:last-of-type {
  border-bottom: 2px solid #3b5998; /* 表格底部使用强调色 */
}

/* 针对特定表格的居中对齐 */
.duplex-table.centered-content th,
.duplex-table.centered-content td {
    text-align: center;
}/* End custom CSS */