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

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

@media (max-width: 480px) {
  [data-testid="btn-open-chat"],
  [data-testid="btn-open-calc"] {
    max-width: calc(100vw - 2rem);
  }
}
