/* ═══ EP:Tummers — statische infopagina’s (o.a. ruilen & retour) ═══ */

html {
  overflow-x: clip;
  max-width: 100%;
}

body.template-content-page {
  overflow-x: clip;
  max-width: 100%;
}

body.template-content-page .body-content-wrapper,
body.template-content-page .content-for-layout {
  overflow-x: clip;
  max-width: 100%;
}

.content-page {
  padding: 18px 0 72px;
  font-size: 17px;
  line-height: 1.6;
  color: #374151;
}

.content-page__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 24px);
}

.content-page__breadcrumb {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 20px;
}

.content-page__breadcrumb a {
  color: #28a745;
  font-weight: 500;
  text-decoration: none;
}

.content-page__breadcrumb a:hover {
  text-decoration: underline;
}

.content-page__head {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 2px solid #111827;
}

.content-page__title {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
}

.content-page__body.rte h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
}

.content-page__body.rte h2:first-child {
  margin-top: 0;
}

.content-page__body.rte p {
  margin: 0 0 1rem;
}

.content-page__body.rte ul,
.content-page__body.rte ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.content-page__body.rte li {
  margin-bottom: 0.4rem;
}

.content-page__body.rte a {
  color: #28a745;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-page__body.rte a:hover {
  color: #218838;
}
