.ringer-slider-feed-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px;
}

.ringer-slider-feed-track {
  display: flex;
  gap: 16px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: max-content;
}

.ringer-slider-feed-slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: white;
  position: relative;
  display: block;
}

.ringer-slider-feed-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ringer-slider-feed-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  box-sizing: border-box;
}

.ringer-slider-feed-cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
}

.ringer-slider-feed-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}

.ringer-slider-feed-meta {
  font-size: 12px;
  color: #ccc;
}
