/* Shared sync status — badge countdown + Jakarta last updated */

.sync-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 auto 1.25rem;
  max-width: 640px;
}

.sync-bar .sync-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  background: var(--pink-soft);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--pink);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 14px var(--pink-glow);
}

.sync-bar .sync-updated {
  color: var(--text-soft);
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.35;
}
