body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.diagnosis-table .ant-table-cell {
  padding: 4px 6px;
}

.diagnosis-table .ant-table-thead > tr > th {
  padding: 4px;
  font-weight: 600;
}

.diagnosis-table .ant-table-row {
  height: 32px;
}

.diagnosis-table .ant-table-tbody > tr > td {
  padding: 4px;
}

.dx-row-selected {
  background-color: #ceffdb !important; /* soft yellow, like antd highlight */
}

.dx-row-selected .ant-table-cell {
  background-color: #ceffdb !important;
}

.row-critical {
  background-color: #f9e8eb !important;
}

.row-critical td {
  background-color: #f9e8eb !important;
  font-weight: bold;
}

.row-critical td:first-child {
  border-left: 4px solid #761324;
}

/* Unreviewed accessions stand out (bold); reviewed rows read as normal weight. */
.row-unreviewed td {
  font-weight: 600;
}

