.rubric-section .criteria-list .criterion-item-display {
    border: 1px solid lightgrey;
    padding: 1em;
    border-radius: 10px;
    margin-top: 1em;
}

/* Стили для таблицы "Рецензия комиссии" на странице документа. */

.document-review {
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 4px;
  background: #fafafa;
}

.document-review-preamble {
  margin-bottom: 12px;
  line-height: 1.5;
}

.document-review-table {
  width: 100%;
  border-collapse: collapse;
}

.document-review-table th,
.document-review-table td {
  border: 1px solid #ccc;
  padding: 8px;
  vertical-align: top;
}

.document-review-table th {
  background: #e0e0e0;
  text-align: left;
}

.document-review-table .review-points-column {
  width: 90px;
  text-align: center;
  white-space: nowrap;
}

.document-review-table tr:last-child {
  background: #f0f0f0;
}
