.ccl-infinite-scroll {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ccl-infinite-scroll__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-sm, 0.75rem);
}

.ccl-infinite-scroll__sentinel {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  pointer-events: none;
}
