html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@media (max-width: 640px) {
  h1 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    letter-spacing: 0;
  }

  p,
  li,
  a,
  button {
    max-width: 100%;
  }
}

#lovable-badge {
  display: none !important;
}

