.button.danger {
  background: #3b1721;
  border-color: #fb718566;
  color: #fecdd3;
}

.button.danger:hover { background: #51202c; }

.detail-actions {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 480px) {
  .detail-actions { flex-direction: column; }
  .detail-actions .button { width: 100%; }
}
