.sync-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: #ef7d00;
  color: #1c1c1c;
  font-weight: 700;
  font-family: 'Roboto', system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  transition: filter .15s ease, transform .02s ease;
  border: none;
}
.sync-download-btn:hover { filter: brightness(0.95); }
.sync-download-btn:active { transform: translateY(1px); }
.sync-download-btn:focus-visible {
  outline: 2px solid #ffb000;
  outline-offset: 2px;
}
.sync-download-icon { display: inline-flex; }
.sync-download-label { display: inline-block; }
