/* stylelint-disable selector-class-pattern */
#loyaltylion-beacon-frame,
#loyaltylion-notifications-frame,
#loyaltylion .lion-loyalty-widget_position_right {
  z-index: var(--loyaltylion-beacon-frame-z-index, 50) !important;
}

#loyaltylion-beacon-frame {
  bottom: calc(var(--sticky-banner-height-bottom, 0px) + 17px) !important;
  transition: bottom 0.3s;
}
