/*
 * Edit this file to add custom styles to the Alchemy admin interface.
 * This file will be loaded after the default Alchemy admin stylesheets.
 */

.inputs {
  width: 65%;
  margin-left: 35%;
}

.two-cols-stats {
  margin-top: 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
