.collection-v8__bullet {
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
  width: 0.8rem;
  height: 0.8rem;
}

xo-carousel-bullet[xo-active] .collection-v8__bullet {
  background-color: rgba(var(--color-foreground));
  border: none;
}

.collection-v8__pagination {
  justify-content: center;
  gap: 0.6rem;
  padding-top: 1.5rem;
}