.download-buttons {
  display: flex;
  gap: 12px;
}

.installer-picker { min-width: 0; max-width: 100%; }
.installer-label { font-size: 19px !important; line-height: 1.3 !important; }
.installer-label small { display: block; font-size: 14px; font-weight: 400; margin-top: 6px; }
.hero-bottom { flex-wrap: wrap; gap: 28px; }
.installer-picker .os-note { font-size: 14px; line-height: 1.5; margin: 12px 0 8px; max-width: 450px; }
.other-platforms { font-size: 14px; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.installer-picker .platform-button { white-space: normal; min-width: 210px; }
@media (max-width: 620px) { .installer-picker { width: 100%; } .installer-picker .platform-button { min-width: 0; } }

.platform-button {
  min-width: 205px;
  gap: 24px;
  padding: 14px 18px;
}

.platform-button > span:last-child {
  margin-left: auto;
}

.platform {
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  line-height: 1.1;
  text-align: left;
}

.platform b {
  grid-row: 1 / 3;
  align-self: center;
  font: 500 25px 'Space Grotesk', sans-serif;
}

.platform small {
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 500;
  opacity: .68;
}

.secondary-button {
  color: var(--text);
  background: transparent;
  border: 1px solid #57604f;
}

.secondary-button:hover {
  background: #20271d;
}

.download-action > p {
  text-align: center;
}

@media (max-width: 900px) {
  .download-buttons {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .download-buttons,
  .platform-button {
    width: 100%;
  }

  .platform-button {
    min-width: 0;
  }

  .download-action > p {
    text-align: left;
  }
}
