/* .repeated-view {
  margin-top: 16px;
}

.repeated-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
} */

/* .repeated-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  position: relative;
} */
.repeated-grid::-webkit-scrollbar {
  height: 6px;
}

.repeated-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.repeated-view .repeated-grid {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.repeated-view .repeated-card {
  flex: 0 0 auto;
  position: relative;
}

