/* Public Launch V1: retain the support markup for a future configured destination,
   but do not expose support calls to action until then. */
.launch-support .support-card,
.site-footer .footer-support {
  display: none;
}

.launch-support {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 800px) {
  .launch-support {
    grid-template-columns: 1fr;
  }
}
