.rule-form__top-actions {
  position: sticky;
  z-index: 12;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: -10px 0 4px;
  padding: 8px 0;
  background: transparent;
}

.rule-form__top-actions .glossary-new {
  box-sizing: border-box;
  width: auto;
  min-width: 132px;
  min-height: 44px;
  margin: 0;
  padding: 11px 17px;
  border: 1px solid var(--rg-gold, #a47a2b);
  border-radius: 7px;
  color: #fff;
  background: var(--rg-navy, #102a50);
  font: 600 14px system-ui;
  text-align: center;
  text-decoration: none;
}

.rule-form__cancel {
  color: var(--rg-navy, #102a50) !important;
  background: var(--rg-cream, #fffefa) !important;
}

.rule-form__cancel:hover {
  background: #f3efe6 !important;
}

@media (max-width: 560px) {
  .rule-form__top-actions {
    top: 8px;
    margin-inline: 0;
  }
}
