/* Content styles - unified for all content types */
.content-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
}

.content-list {
  margin-top: 30px;
}

.content-item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-light);
}

/* Content sections */
.content-section p {
  margin-bottom: 20px;
}

/* Footer section */
.content-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border-light);
  font-style: italic;
}
