
.njd-download-wrap {
  margin: 20px 0;
}

.njd-download-btn {
  background: #111827;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
}

.njd-download-btn:hover {
  opacity: 0.92;
}

.njd-download-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.njd-export-card {
  width: 1200px;
  background: #ffffff;
  color: #111827;
  padding: 28px 34px 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #d1d5db;
}

.njd-export-header {
  text-align: center;
  padding-bottom: 14px;
}

.njd-export-logo-wrap {
  margin-bottom: 10px;
}

.njd-export-logo {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
}

.njd-export-dateline {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #374151;
  border-top: 1px solid #d1d5db;
  padding-top: 10px;
  min-width: 100%;
}

.njd-export-featured-wrap {
  margin: 14px 0 16px;
}

.njd-export-featured {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.njd-export-topline {
  margin: 0 0 12px;
  border-left: 4px solid #b91c1c;
  padding-left: 12px;
}

.njd-export-reporter {
  font-size: 18px;
  font-weight: 700;
}

.njd-export-title {
  font-size: 42px;
  line-height: 1.18;
  margin: 0 0 24px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.njd-export-content {
  font-size: 20px;
  line-height: 1.9;
  column-count: 2;
  column-gap: 34px;
  column-fill: balance;
  text-align: justify;
}

.njd-export-content img,
.njd-export-content iframe,
.njd-export-content script,
.njd-export-content style,
.njd-export-content figure {
  display: none !important;
}

.njd-export-content p,
.njd-export-content ul,
.njd-export-content ol,
.njd-export-content blockquote,
.njd-export-content h2,
.njd-export-content h3,
.njd-export-content h4 {
  margin: 0 0 14px;
  break-inside: avoid;
}

.njd-export-footer {
  margin-top: 26px;
  background: #111827;
  color: #ffffff;
  text-align: center;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.njd-hidden-capture-wrap * {
  box-sizing: border-box;
}


.njd-export-header {
  width: 100%;
}

.njd-export-logo-wrap {
  width: 100%;
}


.njd-export-card {
  width: 1200px;
}

.njd-export-title {
  font-size: 48px;
}

.njd-export-content {
  column-count: 2;
  column-gap: 40px;
}
