/* Keep destructive actions unmistakable without making them visually loud. */
html body .app-shell .full-memory-capsule .memory-capsule-more-menu .memory-capsule-send-action,
html body main.app-shell .full-memory-capsule .memory-capsule-more-menu .memory-capsule-send-action {
  border-color: rgba(8, 75, 76, 0.1) !important;
  color: #174d58 !important;
  background: rgba(249, 252, 249, 0.96) !important;
}

html body .app-shell .full-memory-capsule .memory-capsule-more-menu .memory-capsule-delete-action,
html body main.app-shell .full-memory-capsule .memory-capsule-more-menu .memory-capsule-delete-action {
  border: 1px solid rgba(190, 55, 72, 0.26) !important;
  color: #a23243 !important;
  background: linear-gradient(135deg, rgba(255, 241, 239, 0.99), rgba(250, 219, 219, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

html body .app-shell .full-memory-capsule .memory-capsule-more-menu .memory-capsule-delete-action > span:first-child,
html body main.app-shell .full-memory-capsule .memory-capsule-more-menu .memory-capsule-delete-action > span:first-child {
  color: #b53b4d !important;
  background: rgba(220, 69, 86, 0.15) !important;
}

html body .app-shell .memory-editor .editor-actions #deleteButton:not([hidden]),
html body main.app-shell .memory-editor .editor-actions #deleteButton:not([hidden]) {
  border-color: rgba(190, 55, 72, 0.25) !important;
  color: #a23243 !important;
  background: linear-gradient(135deg, rgba(255, 243, 241, 0.98), rgba(249, 222, 220, 0.94)) !important;
}
