.elementor-17689 .elementor-element.elementor-element-1b04d36a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-5ccb3b3a */.brass-grades-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%;
}

.brass-grades-table thead tr {
  background-color: #3b5998; /* 深蓝色背景 */
  color: #ffffff;
  text-align: left;
}

.brass-grades-table th,
.brass-grades-table td {
  padding: 12px 15px;
  border: 1px solid #dddddd;
  text-align: left; /* 保持左对齐，表格内容更易读 */
}

.brass-grades-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.brass-grades-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3; /* 浅灰色条纹效果 */
}

.brass-grades-table tbody tr:last-of-type {
  border-bottom: 2px solid #3b5998; /* 表格底部使用强调色 */
}

/* 移除特定的居中对齐类，保持默认左对齐，内容更易读 *//* End custom CSS */