.article-container { padding: 32px 20px 60px; max-width: 800px; }

.article-loading { color: #6b7280; padding: 60px 0; text-align: center; }

.article-not-found { text-align: center; padding: 80px 0; }
.article-not-found h1 { font-size: 1.5rem; font-weight: 700; margin-bottom: 12px; color: #111827; }
.article-not-found p { color: #6b7280; margin-bottom: 20px; }
.article-not-found a { color: #1a56db; font-weight: 600; }

.article-breadcrumb {
  display: flex; align-items: center; gap: 6px;
  font-size: .8rem; color: #9ca3af; margin-bottom: 24px; flex-wrap: wrap;
}
.article-breadcrumb a { color: #6b7280; }
.article-breadcrumb a:hover { color: #1a56db; }

.article-body { max-width: 740px; }

.article-top-meta {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-bottom: 16px;
}
.article-cat-tag {
  padding: 4px 12px; border-radius: 20px;
  font-size: .78rem; font-weight: 700;
}
.article-date, .article-readtime { font-size: .85rem; color: #9ca3af; }

.article-title {
  font-size: 2rem; font-weight: 800; line-height: 1.2;
  color: #111827; margin-bottom: 16px;
}

.article-excerpt {
  font-size: 1.1rem; color: #374151; line-height: 1.7;
  border-left: 3px solid #1a56db; padding-left: 16px;
  margin-bottom: 24px; font-style: italic;
}

.article-author-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 0; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb;
  margin-bottom: 28px;
}
.author-avatar-lg {
  width: 44px; height: 44px; border-radius: 50%;
  background: #1a56db; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; font-weight: 700; flex-shrink: 0;
}
.author-name { font-weight: 600; font-size: .9rem; color: #111827; }
.author-meta { font-size: .78rem; color: #9ca3af; }

.article-hero-image {
  margin-bottom: 32px;
}
.article-hero-image img {
  width: 100%; height: 460px; object-fit: cover; display: block;
  border-radius: 12px;
}
.article-hero-image:has(.article-image-credit) img {
  border-radius: 12px 12px 0 0;
}
.article-image-credit {
  padding: 5px 12px;
  font-size: .75rem; color: #9ca3af;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

.article-content {
  font-size: 1rem; line-height: 1.85; color: #374151;
  margin-bottom: 40px;
}
.article-content h2 { font-size: 1.35rem; font-weight: 700; color: #111827; margin: 32px 0 12px; }
.article-content h3 { font-size: 1.1rem; font-weight: 700; color: #111827; margin: 24px 0 8px; }
.article-content p  { margin: 0 0 16px; }
.article-content ul { padding-left: 24px; list-style: disc; margin-bottom: 16px; }
.article-content li { margin-bottom: 6px; }
.article-content a  { color: #1a56db; text-decoration: underline; }
.article-content strong { font-weight: 700; color: #111827; }

.article-footer-meta {
  display: flex; gap: 8px; align-items: center;
  font-size: .85rem; color: #9ca3af;
  padding-top: 24px; border-top: 1px solid #e5e7eb; margin-bottom: 24px;
}
.article-footer-meta a { color: #1a56db; }

.back-to-overview {
  display: inline-block; padding: 10px 20px;
  border: 1px solid #e5e7eb; border-radius: 8px;
  font-size: .875rem; font-weight: 600; color: #374151;
  transition: background .15s;
}
.back-to-overview:hover { background: #f3f4f6; }

/* ===== AUTEURSPROFIEL ===== */
.author-box {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px 24px;
  margin: 40px 0 0;
  max-width: 740px;
}
.author-box-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #f26522;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.author-box-info { min-width: 0; }
.author-box-label { font-size: .72rem; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.author-box-name { font-size: 1rem; font-weight: 800; color: #111827; margin-bottom: 5px; }
.author-box-bio { font-size: .875rem; color: #6b7280; line-height: 1.6; }

/* ===== GERELATEERDE ARTIKELEN ===== */
.related-articles {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 2px solid #f3f4f6;
  max-width: 740px;
}

.related-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-decoration: none;
  color: inherit;
  transition: transform .2s;
}
.related-card:hover { transform: translateY(-3px); }

.related-card-img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.related-card-placeholder {
  width: 100%;
  height: 130px;
  background: #f3f4f6;
  border-radius: 8px;
}
.related-cat {
  font-size: .72rem;
  font-weight: 700;
  color: #f26522;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.related-card-title {
  font-size: .88rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-card-title:hover { color: #1a56db; }
.related-card-date {
  font-size: .75rem;
  color: #9ca3af;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .article-container { padding: 20px 20px 48px; }
  .article-title { font-size: 1.5rem; }
  .article-excerpt { font-size: 1rem; }
  .article-hero-image img { height: 220px; }
  .article-content { font-size: .95rem; line-height: 1.75; word-break: break-word; overflow-wrap: break-word; }
  .article-content img { max-width: 100%; height: auto; }
  .article-content h2 { font-size: 1.2rem; margin: 24px 0 10px; }
  .related-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .related-card-img, .related-card-placeholder { height: 110px; }
}

@media (max-width: 480px) {
  .article-container { padding: 16px 20px 40px; }
  .article-title { font-size: 1.3rem; }
  .article-hero-image img { height: 185px; }
  .article-author-bar { padding: 12px 0; margin-bottom: 20px; }
}
