/* cmtacknowledgement.css - Minimal styling for CMT Acknowledgement page */

.section-title {
  font-size: 2.25rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

main.section {
  width: 100vw;
  max-width: none;
  margin: 3rem 0 4rem 0;
}

main.section p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #222;
}
