/* =====================
   VERHAAL.CSS — TRAIN website
   Over Train / verhaal pagina


   ===================== */
   .verhaal-inner {
    max-width: 580px;
    margin: 0 auto;
    padding: 56px 24px 80px;
  }


  
  .artikel-kicker {
    font-family: "DM Sans", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 16px;
  }
  
  .artikel-kop {
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
  }
  
  .artikel-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
  }
  
  .artikel-body hr {
    border: none;
    border-top: 1px solid var(--line);
    margin: 28px 0;
  }
  
  .artikel-subkop {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    margin: 28px 0 14px;
    letter-spacing: -0.01em;
  }

  .artikel-subtitel {
    font-family: "Playfair Display", serif;
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 400;
    line-height: 1.2;
    color: var(--ink);
    margin-top: -20px;
    margin-bottom: 32px;
  }
  
  .terug {
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    border-bottom: 1px solid var(--green);
    padding-bottom: 2px;
    display: inline-block;
    margin-bottom: 40px;
  }
  
  .doneer-link {
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    border-bottom: 1px solid var(--green);
    padding-bottom: 2px;
    display: inline-block;
    margin-top: 8px;
  }
  
  /* MANIFEST STIJL */
  .manifest p {
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 14px;
  }
  
  .manifest strong {
    color: var(--ink);
    font-weight: 700;
  }
  
  .manifest-slot {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--ink);
    text-align: center;
    padding: 20px 0;
  }