/* VPN Status — page-specific layer on top of assets/100k31d.css */

:root {
  --accent: #2f7d54;
}

@media (prefers-color-scheme: dark) {
  :root {
    --accent: #6cc191;
  }
}

.download-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: color-mix(in srgb, var(--paper-raised) 62%, transparent);
}

.download-card .card-title {
  margin-bottom: 6px;
}

/* The language switch sits at the end of the nav, muted because it does
   something different from the section links next to it. */
.site-nav .lang {
  color: var(--muted);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
