/* static/css/components/sections.css */
/* Section wrappers for sectioned curation manifests */

.content-section {
  margin-bottom: var(--spacing-lg, 2rem);
}

.content-section__heading {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-xl, 1.5rem);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-text-primary);
  margin-bottom: var(--spacing-md, 1rem);
  padding-bottom: var(--spacing-xs, 0.25rem);
  border-bottom: 2px solid var(--color-primary, currentColor);
}

.content-section--slot {
  display: flex;
  justify-content: center;
}
