.detail strong,
.achievement strong {
  font-weight: 800;
}

.rich-red {
  color: #d92d20;
  font-weight: 700;
  background: rgba(217, 45, 32, .07);
  padding: 0 2px;
  border-radius: 2px;
}

.achievement .rich-red {
  color: #ffd36a;
  background: rgba(255, 211, 106, .1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media (max-width: 560px) {
  .nav-actions { gap: 10px; }
  .nav-actions .source-link { font-size: 11px; }
}
