/* ==========================================================================
   Proclaimer — plain text page, no back-button (unlike the nested
   Succesverhalen/UXfactor pages, this isn't nested under a parent
   section — it's a global footer utility page).
   ========================================================================== */

.proclaimer {
  padding-block: 0 96px;
}

.proclaimer__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 896px;
}

.proclaimer__body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* The closing "Feedback? Vragen?" blurb is semibold in the Figma source,
   unlike the three light-weight paragraphs above it. */
.proclaimer__contact {
  font-weight: 600;
}

@media (max-width: 640px) {
  .proclaimer {
    padding-block: 0 56px;
  }
}
