:root {
  --hive-action: #247cf0;
  --hive-action-dark: #1558b8;
  --hive-action-border: #68a5ff;
  --hive-danger: #e22530;
}

.primary,
.event-hero button,
.form-actions button,
.actions button,
.editor-heading button,
.save-bar button,
.gallery-save button,
.editor-save button[type="submit"] {
  background: linear-gradient(135deg, var(--hive-action), var(--hive-action-dark)) !important;
  border-color: var(--hive-action-border) !important;
  color: #fff !important;
  box-shadow: 0 12px 32px #247cf030 !important;
}

.danger,
.remove,
.remove-video,
#cancel-event,
[data-action="cancel"],
[data-action="delete"],
[data-action="refund"],
[data-action="reject"] {
  --hive-semantic-color: var(--hive-danger);
}
