.jrb-announcements {
  position: relative;
  overflow-x: clip;
}

.jrb-announcements > .swiper-wrapper {
  height: fit-content;
}

.jrb-announcements__nav {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  appearance: none;
  border: none;
  background: none;
  color: currentColor;
}

.jrb-announcements__nav[data-dir="prev"] {
  left: 0;
}

.jrb-announcements__nav[data-dir="next"] {
  right: 0;
}
