.intro-text {
    display: none;
}

.sppb-img-responsive {
    	border-radius: 6px 6px 6px 6px;
  }

.article-details .article-header h1, article-details{ 
    font-size: 20px; 
  }

.h3, h3, a {
    font-weight: normal;
    font-size: 16px;
  }



/* for articles list */
.article-list .articleBody, .article-list .article-body {
    display: contents;
}
.article-list .article {
    display: flex;
    flex-direction: column;
}
.article-list .article-header {
    order: -1;
    margin-bottom: 20px;
}
/* for single article */
.view-article .article-details {
    display: flex;
    flex-direction: column;
}
.view-article .article-header {
    order: -1;
    margin-bottom: 20px;
}

.externe-link {
  position: relative;
  padding-right: 15px; /* Ruimte voor het icoon */
}

.externe-link::after {
  content: url("https://www.mknews.nl/images/headers/external-link20x20.png");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px; /* Pas de grootte aan */
  height: 10px; /* Pas de grootte aan */
}