.frontend-wrapper {
  max-width: 480px;
  margin: auto;
  height: 100%;
  max-height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;
}

.frontend-container {
  padding: 1rem 2rem;
}