/**
 * content-section.css — BEM: content-section, content-section__*
 */
.content-section + .content-section {
  border-top: 1px solid rgba(245, 241, 234, 0.06);
}

.content-section__body {
  margin-top: var(--space-paragraph);
  display: flex;
  flex-direction: column;
  gap: var(--space-paragraph);
}

.content-section__body h3 {
  margin-top: 0.25rem;
}
