.submit-result-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.1rem;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  border-radius: 4px;
}
.submit-result-close:hover {
  background: rgba(0,0,0,0.1);
  color: var(--text);
}
.result-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.8rem;
}
