.hcms-content {
  font-size: 1rem;
  line-height: 1.625;
}

.hcms-content p {
  margin: 0.75rem 0;
}

.hcms-content p:first-child,
.hcms-content h2:first-child,
.hcms-content h3:first-child {
  margin-top: 0;
}

.hcms-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1.5rem 0 0.75rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #d1d5dc;
}

.hcms-content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 1.25rem 0 0.5rem;
}

.hcms-content ul,
.hcms-content ol {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
}

.hcms-content li {
  margin: 0.25rem 0;
}

.hcms-content ul {
  list-style-type: disc;
}

.hcms-content ol {
  list-style-type: decimal;
}

.hcms-content blockquote {
  border-left: 3px solid #d1d5dc;
  margin: 0.875rem 0;
  padding-left: 1rem;
  color: #6b7280;
}

.hcms-content hr {
  border: none;
  border-top: 1px solid #d1d5dc;
  margin: 1rem 0;
}

.hcms-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.hcms-content a {
  color: #7c3aed;
  text-decoration: underline;
}

.hcms-content code {
  background: #f8fafc;
  border: 1px solid #d1d5dc;
  border-radius: 0.25rem;
  font-family: ui-monospace, monospace;
  font-size: 0.875em;
  padding: 0.0625rem 0.25rem;
}

.hcms-text-red {
  color: #dc2626;
}

.hcms-text-blue {
  color: #2563eb;
}

.hcms-text-green {
  color: #16a34a;
}

.hcms-text-orange {
  color: #ea580c;
}

.hcms-text-muted {
  color: #6b7280;
}

.hcms-text-accent {
  color: #7c3aed;
}

.hcms-size-sm {
  font-size: 0.875em;
}

.hcms-size-lg {
  font-size: 1.125em;
}

.hcms-size-xl {
  font-size: 1.25em;
}

mark {
  background: #fef08a;
  border-radius: 0.125rem;
  padding: 0 0.125rem;
}
