.ijpsc-article-intelligence {
  margin: 34px 0 22px;
  padding: 18px;
  border: 1px solid #cfd6e2;
  border-radius: 0;
  background: #ffffff;
  color: #1b2533;
  font-family: inherit;
  box-shadow: none;
}

.ijpsc-article-intelligence.is-stale {
  border-style: dashed;
}

.ijpsc-aib-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 1px solid #d7dde6;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.ijpsc-aib-kicker {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1f4e79;
  font-weight: 700;
  margin-bottom: 3px;
}

.ijpsc-article-intelligence h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #1a1a1a;
}

.ijpsc-aib-title {
  margin: 7px 0 0;
  color: #3d4852;
  line-height: 1.45;
  max-width: 820px;
}

.ijpsc-aib-doi {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  color: #0f3f73;
  background: #ffffff;
  border: 1px solid #cfd6e2;
  border-radius: 0;
  padding: 6px 10px;
  white-space: nowrap;
}

.ijpsc-aib-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.ijpsc-aib-metric {
  background: #f8fafc;
  border: 1px solid #d7dde6;
  border-radius: 0;
  padding: 14px;
  min-height: 90px;
}

.ijpsc-aib-metric strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.ijpsc-aib-metric span {
  display: block;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 3px;
}

.ijpsc-aib-metric small {
  display: block;
  color: #64748b;
  font-size: 12px;
}

.ijpsc-aib-range {
  margin: 0 0 16px;
  padding: 10px 12px;
  border: 1px solid #d7dde6;
  border-radius: 0;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
}

.ijpsc-aib-range span {
  color: #64748b;
  margin-left: 4px;
}

.ijpsc-aib-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.ijpsc-aib-panel {
  background: #ffffff;
  border: 1px solid #d7dde6;
  border-radius: 0;
  padding: 15px;
}

.ijpsc-aib-panel-wide {
  grid-column: 1 / -1;
}

.ijpsc-aib-panel h3 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #1f4e79;
}

.ijpsc-aib-source-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ijpsc-aib-source-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
}

.ijpsc-aib-source-list li:last-child {
  border-bottom: 0;
}

.ijpsc-aib-source-list a {
  color: #0f3f73;
  text-decoration: none;
  font-weight: 700;
}

.ijpsc-aib-source-list em {
  font-style: normal;
  font-size: 12px;
  border-radius: 0;
  padding: 3px 8px;
}

.ijpsc-aib-source-list .is-found em {
  background: #edf4fb;
  color: #1f4e79;
}

.ijpsc-aib-source-list .is-missing em {
  background: #f1f5f9;
  color: #64748b;
}

.ijpsc-aib-meta {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 0;
  margin: 0;
  font-size: 13px;
  align-items: start;
}

.ijpsc-aib-meta dt,
.ijpsc-aib-meta dd {
  margin: 0;
  padding: 7px 0;
  line-height: 1.45;
  align-self: start;
}

.ijpsc-aib-meta dt {
  font-weight: 700;
  color: #475569;
}

.ijpsc-aib-meta dd {
  color: #1f2937;
}

.ijpsc-aib-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ijpsc-aib-links a {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 0;
  border: 1px solid #cfd6e2;
  background: #ffffff;
  color: #0f3f73;
  text-decoration: none;
  font-size: 13px;
}

.ijpsc-aib-note {
  margin: 13px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.ijpsc-aib-warning {
  border-color: #f3c36b;
  background: #fff8e5;
}

.ijpsc-aib-admin-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 18px 0;
}

.ijpsc-aib-admin-card {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 0;
  padding: 14px;
}

.ijpsc-aib-admin-card strong {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 6px;
}

.ijpsc-aib-admin-card span {
  color: #50575e;
}

@media (max-width: 900px) {
  .ijpsc-aib-metrics,
  .ijpsc-aib-admin-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ijpsc-aib-head,
  .ijpsc-aib-body {
    display: block;
  }

  .ijpsc-aib-doi {
    margin-top: 12px;
    white-space: normal;
  }

  .ijpsc-aib-metrics,
  .ijpsc-aib-admin-cards {
    grid-template-columns: 1fr;
  }

  .ijpsc-aib-panel + .ijpsc-aib-panel {
    margin-top: 12px;
  }

  .ijpsc-aib-meta {
    grid-template-columns: 1fr;
  }
}

.ijpsc-aib-visit-counter {
  margin: 10px 0 0;
  text-align: right;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.4;
  font-family: inherit;
}

.ijpsc-aib-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 24px;
}

.ijpsc-aib-check-list li {
  break-inside: avoid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #eef2f7;
}

.ijpsc-aib-check-list li span {
  min-width: 0;
}

.ijpsc-aib-check-list em {
  font-style: normal;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 0;
  background: #f1f5f9;
  color: #64748b;
  white-space: nowrap;
}

.ijpsc-aib-check-list .is-ok em {
  background: #edf4fb;
  color: #1f4e79;
}

@media (max-width: 760px) {
  .ijpsc-aib-check-list {
    columns: 1;
  }
}

.ijpsc-aib-status-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 16px;
  padding: 8px 0 10px;
  border-bottom: 1px solid #d7dde6;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.ijpsc-aib-status-line span {
  display: inline-block;
  white-space: nowrap;
}

.ijpsc-aib-status-line strong {
  color: #1f4e79;
}

.ijpsc-aib-status-line a {
  color: #0f3f73;
  text-decoration: none;
}

.ijpsc-aib-admin-visibility {
  margin: 0 0 16px;
  padding: 9px 12px;
  border: 1px solid #d7dde6;
  background: #fffceb;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.ijpsc-aib-admin-visibility strong {
  color: #1f4e79;
}

.ijpsc-aib-admin-visibility span {
  margin-left: 8px;
}

@media (max-width: 760px) {
  .ijpsc-aib-status-line span {
    white-space: normal;
  }
}
