@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  main,
  .legal-content,
  .legal-content * {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  main .inline-flex.items-baseline {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

button[aria-label*="Fabyra Product Demo"] {
  cursor: default !important;
  pointer-events: none;
}

button[aria-label*="Fabyra Product Demo"] > span {
  display: none !important;
}
