/* Article Statistics Display for OJS 3.5 */

.asd-stats {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  margin-top: .35rem;
  font-size: .92rem;
}

.asd-stats-detail {
  display: flex;
  margin: 1rem 0;
  padding: .75rem;
  border: 1px solid #e3d7bd;
  border-radius: 8px;
  background: #fffaf0;
}

.asd-stat {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .2rem .45rem;
  border: 1px solid #e3d7bd;
  border-radius: 999px;
  background: #F8ECD2;
  color: #222;
  white-space: nowrap;
}

.asd-stats-detail .asd-stat {
  border-radius: 6px;
}

.asd-label {
  font-weight: 600;
}

.asd-count {
  font-weight: 700;
}

.asd-icon {
  line-height: 1;
}

.asd-issue-totals {
  margin: 1rem 0;
  padding: .75rem;
  border: 1px solid #e3d7bd;
  border-radius: 8px;
  background: #fffaf0;
}

.asd-top-list {
  margin-left: 1.2rem;
}

.asd-top-count {
  font-size: .9em;
  opacity: .8;
}


.asd-issue-extras {
  margin: 1rem 0 1.25rem 0;
}

.asd-top-block {
  margin: 1rem 0;
  padding: .75rem;
  border: 1px solid #e3d7bd;
  border-radius: 8px;
  background: #fffaf0;
}

.asd-top-block h2 {
  margin-top: 0;
  font-size: 1.1rem;
}


#asdIssueExtras[data-moved="1"] {
  display: block;
  width: 100%;
}

.obj_article_summary #asdIssueExtras,
article #asdIssueExtras {
  margin-bottom: 1rem;
}
