/* spacexai.money responsive hardening layer. Keep this file loaded after the original exported CSS. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

/* The site now only has Home and Products, so the collapsed mobile menu is intentionally disabled. */
.Header_root__pRNY8 .Header_container__ruOkV .Header_button__LkFU3 {
  display: none !important;
}

.Header_root__pRNY8 .Header_container__ruOkV {
  min-height: 2.5rem;
}

@media (max-width: 47.9375rem) {
  .Header_root__pRNY8 .Header_container__ruOkV {
    justify-content: flex-start;
  }

  .Hero_root__36p8a .Hero_center__dH6Bh .Button_root__6x15K {
    width: min(100%, 17.5rem);
  }

  .Hero_root__36p8a .Hero_metrics__wT_3B {
    width: 100%;
  }

  .Hero_root__Vwx5j .Hero_search__IKhwZ {
    width: 100%;
  }

  .Table_root__658MN table tbody tr {
    min-width: 0;
  }

  .TableRow_root__HX08w .TableRow_product__j1zRY {
    min-width: 0;
    grid-template-columns: 3.5rem minmax(0, 1fr);
  }

  .TableRow_root__HX08w .TableRow_product__j1zRY .TableRow_image__BsZqP {
    width: 3.5rem;
    height: 3.5rem;
  }

  .TableRow_root__HX08w .TableRow_product__j1zRY .TableRow_symbol__HiqZZ,
  .TableRow_root__HX08w .TableRow_product__j1zRY .TableRow_name__TZ6Nw {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .TableRow_root__HX08w .TableRow_product__j1zRY .TableRow_name__TZ6Nw {
    white-space: normal;
    text-overflow: clip;
  }

  .TableRow_root__HX08w .TableRow_addresses__QdHe2 {
    gap: 0.5rem;
  }

  .TableRow_root__HX08w .TableRow_addresses__QdHe2 li a {
    height: 2.25rem;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  }

  .TableRow_root__HX08w .TableRow_buttons__s37dx {
    justify-content: stretch;
  }

  .TableRow_root__HX08w .TableRow_buttons__s37dx .TableRow_primary__3KY4B {
    width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 31.9375rem) {
  .Header_root__pRNY8 {
    margin-top: 1.25rem;
  }

  .Hero_root__36p8a .Hero_caption__niBvs,
  .Hero_root__Vwx5j p {
    max-width: 100%;
  }

  .Hero_root__36p8a .Hero_metrics__wT_3B {
    padding: 1.25rem;
  }

  .Table_root__658MN table tbody {
    gap: 0.875rem;
  }

  .Table_root__658MN table tbody tr {
    gap: 0.875rem;
    padding: 1rem;
    border-radius: 1rem;
  }

  .TableRow_root__HX08w .TableRow_product__j1zRY {
    gap: 0 0.75rem;
  }

  .TableRow_root__HX08w .TableRow_product__j1zRY .TableRow_symbol__HiqZZ {
    font-size: 1.0625rem;
    line-height: 1.2;
  }

  .TableRow_root__HX08w .TableRow_product__j1zRY .TableRow_name__TZ6Nw {
    font-size: 0.9375rem;
    line-height: 1.35;
  }

  .CookieModal_root__w8h4y .CookieModal_content__JeJT1,
  .Modal_root__9VFM7 .Modal_content__Xt6SQ {
    border-radius: 1rem;
  }
}

/* Tighten only the mobile space between the header logo and first hero. */
@media (max-width: 47.9375rem) {
  .Layout_root__duny6 > .Header_root__pRNY8 + .Hero_root__36p8a {
    margin-top: -3rem;
  }
}

@media (max-width: 31.9375rem) {
  .Layout_root__duny6 > .Header_root__pRNY8 + .Hero_root__36p8a {
    margin-top: -4rem;
  }
}
