.download-grid { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }
.download-card { width: min(100%, 430px); border: 1px solid #b9cad5; border-radius: 10px; padding: 16px; background: #fff; }
.download-card h2 { margin-top: 0; }
.download-button { display: inline-block; border-radius: 5px; padding: 9px 13px; color: #fff; background: #0a6676; font-weight: 700; text-decoration: none; }
.download-button:hover, .download-button:focus-visible { background: #084e5a; }
.hash { display: block; max-width: 70ch; overflow-wrap: anywhere; }
.status-ok { color: #175b3a; font-weight: 700; }
.status-pending { color: #7c4300; font-weight: 700; }
