.ocg-hub .ocg-lazy-panel {
  min-height: 120px;
}

.ocg-hub .ocg-lazy-panel.is-loaded {
  min-height: 0;
}

.ocg-hub .ocg-lazy-panel__placeholder {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  color: #667085;
}

.ocg-hub .ocg-lazy-panel__spinner {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.12);
  border-top-color: rgba(0,0,0,0.45);
  animation: ocgHubSpin .8s linear infinite;
}

@keyframes ocgHubSpin {
  to { transform: rotate(360deg); }
}

.ocg-hub .ocg-lazy-panel.is-error .ocg-lazy-panel__text {
  color: #b42318;
}
