/* Headings */

.report-section h1 {
  font-size: 3.5rem;
  color: var(--colorSundK-primary-blue);
  margin-bottom: 1.5rem;
  font-weight: 600;  
}

.report-section h2 {
  font-size: 2.5rem;
  color: var(--colorSundK-primary-blue);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.report-section h3 {
  font-size: 1.6rem;
  color: var(--colorSundK-primary-blue);
  margin-bottom: 0.7rem;
  font-weight: 600;
}

.report-section h4 {
  font-size: 1.3rem;
  color: var(--colorSundK-primary-blue);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.report-section h5 {
  font-size: 1.1rem;
  color: var(--colorSundK-primary-blue);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.report-section h6 {
  font-size: 1.0rem;
  color: var(--colorSundK-primary-blue);
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-weight: 600;
}

p {
  text-align: justify;
}

.cross-ref-error {
  background: red;
  color: white;
  text-decoration: underline;
}