body {
  background: #f8f9fa;
}

.rubric-card,
.feedback-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.criterion-description {
  color: #6c757d;
  font-size: 0.95rem;
}

.feedback-comment {
  white-space: pre-wrap;
}

@media print {
  body {
    background: #fff;
  }

  .no-print {
    display: none !important;
  }

  .container {
    max-width: 100%;
  }

  .feedback-card,
  .rubric-card {
    border: 1px solid #999;
    break-inside: avoid;
  }
}
