/* KingFy Rewards Plugin — Public styles (supplements theme) */
.kingfy-share-progress {
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  margin: 8px 0 12px;
}
.kingfy-share-progress-bar {
  height: 100%;
  background: #0f766e;
  transition: width 0.3s;
}
