
/*
 * Safety patch only.
 * No new giveaway buttons are drawn.
 * Existing native controls are only made visible/clickable.
 */
.rp-native-giveaway-control-restored {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 200 !important;
}

/* Remove visual buttons injected by the earlier companion if any remain in DOM. */
.rp-gpc-enter-btn,
.rp-gpc-entered-btn {
  display: none !important;
}
