/* Rich HTML body (news & project detail) */
.rich-content {
  color: var(--color-on-surface-variant);
  line-height: 1.6;
}

.rich-content > *:first-child {
  margin-top: 0;
}

.rich-content > *:last-child {
  margin-bottom: 0;
}

.rich-content h1,
.rich-content h2,
.rich-content h3 {
  color: var(--color-on-surface);
  margin: var(--stack-lg) 0 var(--stack-md);
}

.rich-content h2 {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.25;
}

.rich-content p {
  margin: 0 0 var(--stack-md);
}

.rich-content ul,
.rich-content ol {
  margin: 0 0 var(--stack-lg);
  padding-left: 20px;
}

.rich-content li {
  margin-bottom: 8px;
}

.rich-content blockquote {
  border-left: 4px solid var(--color-primary);
  margin: var(--stack-lg) 0;
  padding-left: 24px;
  font-style: italic;
  color: var(--color-primary);
}

.rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
}

.rich-content a {
  color: var(--color-primary);
}

.rich-content iframe,
.rich-content video {
  display: block;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: var(--stack-lg) 0;
  border: 0;
  border-radius: var(--radius-xl);
}
