/* IID Media Portal Editorial & Article Core Styles */
.article-premium-container {
  max-width: 820px;
  margin: 40px auto;
  padding: 0 24px;
}
.article-editorial-header {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.article-editorial-header h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -0.75px;
  margin: 0 0 15px 0;
}
.article-meta-dossier {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #64748b;
  align-items: center;
  flex-wrap: wrap;
}
.editorial-badge-tag {
  background: #f1f5f9;
  color: #1e3a8a;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.article-main-body-text {
  font-size: 17px;
  line-height: 1.75;
  color: #334155;
}
.article-main-body-text p {
  margin: 0 0 24px 0;
}
.article-main-body-text h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 40px 0 16px 0;
}
/* Left sidebar relationship link module anchor card */
.article-related-company-sidebar {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #1e3a8a;
  padding: 20px;
  border-radius: 4px;
  margin: 35px 0;
}
