/* ==========================================================================
   Content-section block (BEM: content-section)
   ========================================================================== */

.content-section h3 {
  margin-top: var(--space-section);
  margin-bottom: 0;
}

.content-section h3:first-of-type {
  margin-top: 1.75rem;
}

.content-section ul,
.content-section ol {
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: var(--space-paragraph);
}

.content-section ul {
  list-style: disc;
}

.content-section ol {
  list-style: decimal;
}

.content-section__cta {
  margin-top: 1.5rem;
}
