*,
*::before,
*::after {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nf-top-links-scroll {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 2.5rem;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  white-space: nowrap;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nf-top-links-scroll::-webkit-scrollbar {
  display: none;
}

.nf-top-links-track {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  min-height: 2.5rem;
  gap: 1rem;
}

.nf-top-links-track > * {
  flex: 0 0 auto;
}

.nf-swiper {
  height: 100%;
}

.nf-swiper-container,
.nf-swiper,
.nf-swiper .swiper-wrapper,
.nf-swiper .swiper-slide {
  height: 100%;
}

.nf-swiper .swiper-slide {
  overflow: hidden;
}

.nf-card {
  height: 100%;
  min-height: 100%;
}
