.bug-report-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.bug-report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #fecdd3;
  border-radius: 10px;
  color: #be123c !important;
  background: #fff1f2;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.bug-report-link:hover {
  transform: translateY(-1px);
  border-color: #fb7185;
  background: #ffe4e6;
}
.bug-report-bottom {
  width: min(1120px, calc(100% - 32px));
  margin: 38px auto 18px;
  display: flex;
  justify-content: center;
}
@media (max-width: 560px) {
  .bug-report-nav-actions { gap: 6px; }
  .bug-report-link { min-height: 36px; padding-inline: 10px; font-size: 13px; }
}
