:root {
  --ad31-blue: #145571;
  --ad31-dark: #1d1d1b;
  --ad31-light: #f3f6f8;
  --ad31-orange: #c74a1b;
  --ad31-white-op90: rgba(255, 255, 255, 0.9);
}

/* Page wrapper */
.content-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  color: var(--ad31-dark);
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

/* Title */
.content-page h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--ad31-blue);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid var(--ad31-orange);
}

/* Section headings */
.content-page h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--ad31-blue);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

.content-page h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--ad31-dark);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

/* Body text */
.content-page p {
  margin-bottom: 1.25rem;
  text-align: justify;
}

/* Links */
.content-page a {
  color: var(--ad31-blue);
  text-decoration: underline;
  text-decoration-color: var(--ad31-orange);
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.content-page a:hover {
  color: var(--ad31-orange);
}

/* Bold text */
.content-page strong {
  color: var(--ad31-blue);
  font-weight: 600;
}

.content-page img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.5rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
