
.post-template-single-annual_report {
  font-size: 1.3rem;
}

.post-template-single-annual_report h1.wp-block-post-title {
  text-align: center;
  border: 0;
  font-size: 2.5rem;
  padding: 2rem 0;
}

.post-template-single-annual_report .wp-block-button {
  border: 2px solid var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--dark-blue);
}

.post-template-single-annual_report section {
  padding: 2rem 0;
}

.post-template-single-annual_report section h2 {
  display: inline-block;
  font-size: 2.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid black;
}

.post-template-single-annual_report section h2+p {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.post-template-single-annual_report section h2+p+p {
  margin-block-start: 0;
}

.post-template-single-annual_report section:nth-child(2n) {
  background-color: #455d6d;
  color: #fff;
}

.post-template-single-annual_report section:nth-child(2n) h2 {
  color: #fff;
  border-color: #fff;
}

.post-template-single-annual_report section:nth-child(2n) a {
  color: #fffda9;
}

.post-template-single-annual_report .alert {
  font-weight: 600;
  font-style: italic;
  background-color: #f0f8ff;
  border: 1px solid #000;
  padding: 12px;
}

.post-template-single-annual_report .alert a {
  color: var(--wp--preset--color--mid-blue);
}

.post-template-single-annual_report .caption, .post-template-single-annual_report .wp-element-caption {
  font-size: 1rem;
  font-style: italic;
}