/* Editor-content */

@media (max-width: 768px) {
  .editor-content h2 {
    font-size: 24px !important;
  }
  .editor-content h3,
  .editor-content h4 {
    font-size: 24px !important;
  }
}

.editor-content h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
  margin-top: 40px;

  margin-bottom: calc(1em / 2);
  color: rgb(40 76 152 / var(--tw-text-opacity, 1));
}

.editor-content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.34;
  margin-top: 40px;

  margin-bottom: calc(1em / 2);
  font-family: "Rubik", sans-serif;
  color: rgb(40 76 152 / var(--tw-text-opacity, 1));
}

.editor-content h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
  font-family: "Rubik", sans-serif;
  color: rgb(40 76 152 / var(--tw-text-opacity, 1));
  margin-top: 16px;
  margin-bottom: calc(1em / 2);
}

.editor-content p {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.editor-content a {
  color: #2a3b5e; /* vervangt oranje */
  text-decoration: none;
}

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

.editor-content ul {
  list-style-type: none;
  margin-bottom: 0.5rem;
}

.editor-content ul li {
  font-size: 17px;
  line-height: 2;
  position: relative;
  padding-left: 20px;
}

.editor-content ul li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #2a3b5e; /* vervangt oranje */
}

.editor-content ol {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
  padding-left: 20px;
}

.editor-content ol li {
  font-size: 17px;
  line-height: 2;
  position: relative;
  padding-left: 4px;
}

.editor-content ol li::marker {
  color: #2a3b5e; /* vervangt oranje */
}
