/* Content Page Styles */
.content-header {
  background-color: var(--vpm-purple-900, #341c4c);
  color: white;
}

.content-header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.content-body {
  font-size: 1rem;
  line-height: 1.6;
}

.content-body h2 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--vpm-purple-900, #341c4c);
}

.content-body h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--vpm-purple-900, #341c4c);
}

.content-body p {
  margin-bottom: 1rem;
}

.content-body ul,
.content-body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.content-body li {
  margin-bottom: 0.5rem;
}

.content-body a {
  color: var(--vpm-orange-500, #ff8c32);
  text-decoration: underline;
}

.content-body a:hover {
  text-decoration: none;
}

.content-body blockquote {
  border-left: 4px solid var(--vpm-orange-500, #ff8c32);
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--vpm-purple-700, #5a4570);
}

.content-body img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 4px;
}