.audit-context-section {
  margin-top: 3rem;
  background: #f9f9f9;
  padding: 2rem 1rem;
  border-top: 2px solid var(--color-primary);
}
.audit-context-section h2 {
  color: var(--color-primary);
  margin-bottom: 1rem;
}
.audit-context-section .note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}
.audit-context-form {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  margin-top: 1rem;
}
