.verwijzers h1 {
  font-size: 2.3rem;
  margin-bottom: 24px;
}

.verwijzers p {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.6;
  color: #222;
}

.verwijzers h2 {
  font-size: 1.4rem;
  margin: 30px 0 12px;
  color: #111;
}

.verwijzers h3 {
  margin-top: 40px;
  font-size: 1.1rem;
  color: #444;
}

.verwijzing-voorwaarden {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.verwijzing-voorwaarden li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.verwijzing-voorwaarden li::before {
  content: "❯";
  color: #f86e6e;
  position: absolute;
  left: 0;
  font-size: 16px;
}

.button-row {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.info-button {
  background-color: white;
  border: 1px solid #cfe7f0;
  color: #111;
  border-radius: 8px;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s ease;
}

.info-button:hover {
  background-color: #f4fafa;
}

.verwijzers-contact {
  margin-top: 40px;
  font-size: 16px;
}

.verwijzers-contact .contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  margin-top: 12px;
  text-decoration: none;
  color: #111;
}

.verwijzers-contact .contact-icon {
  color: #f86e6e;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.cta-button {
  background-color: #78b1bc;
  color: white;
  border-radius: 8px;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
}

.cta-button i {
  margin-right: 8px;
}

.link-lijst {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.link-lijst li {
  margin-bottom: 10px;
}

.link-lijst a {
  text-decoration: none;
  color: #f86e6e;
  font-weight: 500;
  padding-left: 14px;
  position: relative;
}

.link-lijst a::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: #539daa;
}
