.detail-top {
  flex-wrap: wrap;
}

.detail-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.detail-actions .btn {
  white-space: nowrap;
}

.btn-danger {
  background: #fff0f2;
  color: #b23349;
}

.btn-danger:hover {
  background: #ffe3e7;
}

.btn:disabled {
  cursor: default;
  opacity: 0.52;
}
