/* The landing page opens the public verifier; it never serves a binary itself. */
#downloads .download-platform-card [data-download-action] { min-height: 44px !important; }
#downloads .download-catalog-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 7px 8px;
  border: 1px solid color-mix(in srgb, var(--platform) 50%, transparent);
  border-radius: 9px;
  background: #132b1c;
  color: #e4f3df;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}
#downloads .download-catalog-link svg { flex: 0 0 14px; width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.6; }
#downloads .download-catalog-link:focus-visible { outline: 2px solid #a5df86; outline-offset: 3px; }
html[data-theme="light"] #downloads .download-catalog-link { color: #173e26; background: #e7f4e4; border-color: #72906f; }
