.root {
  background-color: white;
}

.grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
