/* Page Header */
.cri-page-header {
  margin-bottom: 2em;
}

.cri-page-title {
  font-size: 2.5rem;
  color: var(--main-blue-950);
  margin-bottom: 0rem;
  font-weight: 600;
  margin-top: 0.1em;
  text-align: center;
}

/* Page Content */
#page .entry-content {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: var(--main-gray-950);
}

#page .entry-content p {
  margin-bottom: 1em;
}

#page .entry-content a {
  color: var(--main-blue-700);
  text-decoration: underline;
}

#page .entry-content a:hover {
  color: var(--main-blue-900);
}

#page .entry-content h2,
#page .entry-content h3 {
  color: var(--main-blue-950);
  margin-bottom: 1em;
  font-weight: 600;
}

#page .entry-content h2 {
  font-size: 32px;
}

#page .entry-content h3 {
  font-size: 24px;
}

#page .entry-content ul {
  margin-bottom: 1em;
}

#page .entry-content ul li {
  margin-bottom: 0.5em;
}
