main.min-h-dvh.bg-background > div.mx-auto.grid.min-h-dvh {
  max-width: 24rem !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

main.min-h-dvh.bg-background > div.mx-auto.grid.min-h-dvh > section:first-child {
  display: none !important;
}

main.min-h-dvh.bg-background > div.mx-auto.grid.min-h-dvh > section:last-child {
  min-height: 100dvh;
  padding: 2.5rem 1.25rem !important;
}

main.min-h-dvh.bg-background .mb-8 {
  margin-bottom: 1.5rem !important;
}

main.min-h-dvh.bg-background .mb-8 p {
  display: none !important;
}

main.min-h-dvh.bg-background form label.flex.items-start {
  display: none !important;
}
