.jrp-current-issue {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.jrp-current-issue-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.55rem;
  line-height: 1.35;
  font-weight: 700;
}
.jrp-issue-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d8dee6;
  border-radius: 8px;
  background: #fff;
}
.jrp-issue-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.jrp-issue-table th,
.jrp-issue-table td {
  padding: 14px 16px;
  border: 1px solid #d8dee6;
  vertical-align: top;
  text-align: left;
}
.jrp-issue-table thead th {
  font-weight: 700;
  background: #f5f7fa;
}
.jrp-issue-serial-head,
.jrp-issue-serial {
  width: 92px;
  text-align: center !important;
}
.jrp-issue-serial { font-weight: 600; }
.jrp-paper-title {
  display: inline-block;
  margin: 0 0 7px;
  font-size: 1.06rem;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
}
.jrp-paper-title:hover,
.jrp-paper-title:focus { text-decoration: underline; }
.jrp-paper-meta {
  margin: 3px 0;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.jrp-paper-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 9px 12px;
  margin-top: 10px;
}
.jrp-pdf-button {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid currentColor;
  border-radius: 5px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.jrp-pdf-button:hover,
.jrp-pdf-button:focus { text-decoration: none; }
.jrp-abstract-details { display: inline-block; max-width: 100%; }
.jrp-abstract-details > summary { cursor: pointer; padding: 7px 0; font-weight: 600; }
.jrp-abstract-content {
  width: min(760px, 100%);
  margin-top: 8px;
  padding: 12px 14px;
  border-left: 3px solid #c8d1dc;
  background: #f8fafc;
  line-height: 1.65;
}
.jrp-current-issue-empty {
  padding: 18px;
  border: 1px solid #d8dee6;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}
@media (max-width: 640px) {
  .jrp-current-issue-title { font-size: 1.3rem; }
  .jrp-issue-table th,
  .jrp-issue-table td { padding: 11px 10px; }
  .jrp-issue-serial-head,
  .jrp-issue-serial { width: 58px; }
  .jrp-paper-title { font-size: 1rem; }
}
