.download-button {
  display: flex;
  min-height: 38px;
  margin-top: 12px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(229, 185, 39, .58);
  border-radius: 2px;
  background: rgba(229, 185, 39, .1);
  color: #f3f5f6;
  font: 600 8px/1 Consolas, monospace;
  letter-spacing: .12em;
  text-decoration: none;
}

.download-button:hover,
.download-button:focus-visible {
  border-color: #e5b927;
  background: rgba(229, 185, 39, .18);
  outline: none;
}

@media (max-width: 900px) {
  .download-button { min-height: 44px; }
}
