.popover-next {
  :where(&) {
    position: relative;
    display: inline-block;
  }

  &#{&}--fluid {
    display: block;
    width: 100%;
  }
}
