/* ThaïGuide — sync.css */
.tg-sync-ind {
  font-size: .64rem; font-weight: 600;
  padding: 3px 7px; border-radius: 7px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  white-space: nowrap; user-select: none;
  transition: color .3s, background .2s;
}
.tg-sync-ind:hover { background: rgba(255,255,255,.1); }
