/* Cleaner, more compact submission/review presentation */
.page > .back + .panel.review {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 26px !important;
}

.page > .back + .panel.review > .pill:first-child {
  margin-bottom: 8px;
}

.page > .back + .panel.review > h3 {
  margin: 18px 0 8px;
  font-size: 13px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .055em;
}

.page > .back + .panel.review > h3:first-of-type {
  margin-top: 14px;
}

.page > .back + .panel.review .reportbox {
  padding: 16px 18px;
  min-height: 0;
  border-radius: 12px;
  line-height: 1.55;
}

.page > .back + .panel.review > p {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(244,248,250,.55);
}

:root[data-theme="dark"] .page > .back + .panel.review > p {
  background: rgba(255,255,255,.035);
}

.page > .back + .panel.review .file-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page > .back + .panel.review .file-links a {
  width: auto;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
}

@media(max-width:700px){
  .page > .back + .panel.review{padding:20px !important}
}
