.pmp-wrap {
  margin: 1rem 0 2rem;
}

.pmp-header {
  margin: 0 0 1rem;
}

.pmp-header h1,
.pmp-header h2 {
  margin: 0 0 .4rem;
  font-size: 1.8rem;
}

.pmp-manuscriptTimeline {
  margin: 0 0 1rem;
}

.pmp-manuscriptTimelineList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.pmp-manuscriptTimelineItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.45;
  font-family: inherit;
  font-size: 0.97rem;
  font-weight: 400;
  color: #111827;
}

.pmp-manuscriptTimelineIcon {
  width: 1.1rem;
  min-width: 1.1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}

.pmp-manuscriptTimelineText {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.pmp-rangeRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid #c8d3df;
}

.pmp-rangeBtn {
  border: 1px solid #cad3df;
  background: #f3f6fa;
  color: #1f2937;
  border-radius: 6px 6px 0 0;
  padding: 0.4rem 0.85rem;
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: -1px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.pmp-rangeBtn:hover,
.pmp-rangeBtn:focus {
  background: #e8eef6;
}

.pmp-rangeBtn.is-active {
  background: #fff;
  border-color: #c8d3df;
  border-bottom-color: #fff;
  color: #0f5ea8;
  font-weight: 700;
  z-index: 2;
}

.pmp-rangeBtn.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #fff;
}

.pmp-section {
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  padding: 1rem;
  margin: 0 0 1rem;
  background: #fff;
}

.pmp-section h3 {
  margin: 0 0 .8rem;
  font-size: 1.25rem;
}

.pmp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: .8rem;
}

.pmp-card {
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  padding: .8rem;
  background: #f8fbff;
}

.pmp-cardNum {
  font-size: 1.45rem;
  font-weight: 700;
  color: #0d4775;
}

.pmp-cardLabel {
  margin-top: .2rem;
  font-size: .92rem;
  color: #4f6174;
}

.pmp-trendBlock {
  margin-top: 0.85rem;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fafcff;
  padding: 0.75rem 0.85rem;
}

.pmp-trendHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.pmp-trendTitle {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f2937;
}

.pmp-trendChip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.14rem 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.pmp-trendChip.is-up {
  color: #166534;
  background: #dcfce7;
}

.pmp-trendChip.is-down {
  color: #991b1b;
  background: #fee2e2;
}

.pmp-trendChip.is-flat {
  color: #334155;
  background: #e2e8f0;
}

.pmp-trendRows {
  display: grid;
  gap: 0.45rem;
}

.pmp-trendRow {
  display: grid;
  grid-template-columns: minmax(165px, 1fr) minmax(120px, 2fr) auto;
  gap: 0.55rem;
  align-items: center;
}

.pmp-trendRowLabel {
  font-size: 0.86rem;
  color: #334155;
}

.pmp-trendRowTrack {
  height: 7px;
  background: #e6eef7;
  border-radius: 999px;
  overflow: hidden;
}

.pmp-trendRowFill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #1d70b8, #2f93dc);
}

.pmp-trendRowValue {
  min-width: 1.4rem;
  text-align: right;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d4775;
}

.pmp-trendEmpty {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
}

.pmp-bars {
  display: grid;
  gap: .5rem;
}

.pmp-barMeta {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  font-size: .9rem;
}

.pmp-barTrack {
  height: 8px;
  background: #ecf1f6;
  border-radius: 99px;
  overflow: hidden;
}

.pmp-barFill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #1c6fb1, #3e9adb);
}

.pmp-table {
  width: 100%;
  border-collapse: collapse;
}

.pmp-table th,
.pmp-table td {
  border-bottom: 1px solid #e7edf5;
  padding: .45rem .5rem;
  text-align: left;
}

.pmp-tabButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0;
  border-bottom: 1px solid #c8d3df;
}

.pmp-tabBtn {
  border: 1px solid #cad3df;
  background: #f3f6fa;
  color: #1f2937;
  border-radius: 6px 6px 0 0;
  padding: 0.4rem 0.85rem;
  font-size: 1.05rem;
  line-height: 1.25;
  cursor: pointer;
  margin-bottom: -1px;
  position: relative;
}

.pmp-tabBtn:hover,
.pmp-tabBtn:focus {
  background: #e8eef6;
}

.pmp-tabBtn.is-active {
  background: #fff;
  border-color: #c8d3df;
  border-bottom-color: #fff;
  color: #0f5ea8;
  font-weight: 700;
  z-index: 2;
}

.pmp-tabBtn.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #fff;
}

.pmp-tabFrame {
  border: 1px solid #d8dee6;
  border-top: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
  background: #fff;
  padding: 0.8rem 1rem;
}

.pmp-tabPanel {
  display: none;
}

.pmp-tabPanel.is-active {
  display: block;
}

.pmp-listItems {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.pmp-item {
  border-bottom: 1px dashed #d8dee6;
  padding-bottom: 0.65rem;
}

.pmp-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pmp-line {
  font-size: 0.97rem;
  line-height: 1.45;
  color: #111827;
  display: block;
}

.pmp-authors {
  color: #374151;
  display: inline;
}

.pmp-titleLink {
  color: #0f5ea8;
  text-decoration: none;
  font-size: 0.99rem;
  line-height: 1.45;
  display: inline;
}

.pmp-titleLink:hover,
.pmp-titleLink:focus {
  text-decoration: underline;
}

.pmp-stats {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: 0.35rem;
}

.pmp-stat {
  color: #4b5563;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.pmp-statIcon {
  width: 0.95rem;
  text-align: center;
}

.publicMetricsWidgetLink {
  margin: 1rem 0;
  text-align: center;
}

.publicMetricsWidgetLink a {
  display: inline-block;
  border: 1px solid #c4cfde;
  border-radius: 999px;
  background: #f4f8fc;
  color: #0d507f;
  text-decoration: none;
  padding: .4rem .9rem;
}

.publicMetricsWidgetLink a:hover {
  background: #eaf2fa;
}

@media (max-width: 767px) {
  .pmp-manuscriptTimelineItem {
    align-items: flex-start;
    gap: 0.45rem;
  }

  .pmp-manuscriptTimelineText {
    font-size: inherit;
  }

  .pmp-trendRow {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .pmp-trendRowValue {
    text-align: left;
  }

  .pmp-rangeRow {
    gap: 0.45rem;
  }

  .pmp-rangeBtn {
    padding: 0.36rem 0.72rem;
    font-size: 0.96rem;
  }

  .pmp-tabButtons {
    gap: 0.45rem;
  }

  .pmp-tabBtn {
    padding: 0.36rem 0.72rem;
    font-size: 0.96rem;
  }
}

