/* Common imports for all CSS modules */
/*
 * This source is generated by bin/gen/licon.py. Run licon.py after changing public/font/lichess.sfd
 *
 * Constant names and values are pulled from private use characters defined in the sfd file.
 *
 * Character names can be edited in fontforge's "glyph info" dialog, or by editing the StartChar: line that
 * begins each character chunk in lichess.sfd
 *
 * To make these characters visible in your editor, install the lichess.ttf font (which is also generated by
 * licon.py) and then add it to your editor's font list.
 */
/* Uniboard: keep the same page layout across pages */
/* text printed directly on the page background deserves special treatment (transp theme) */
.lag .sections {
  /* extends %flex-center */
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.lag section {
  display: flex;
  flex-flow: column;
}

/* helps with clipping background into border-radius */
.lag h1 .answer {
  display: block;
  font-size: 0.7em;
}
.lag .answer.long {
  margin: 3em 0;
  text-align: center;
}
.lag section {
  flex: 0 1 45%;
  align-items: center;
  text-align: justify;
}
.lag .meter {
  width: 300px;
  height: 300px;
}
@media (min-width: 499.3px) {
  .lag .meter {
    width: 350px;
    height: 350px;
  }
}
.lag p {
  margin: 1em;
}
.lag h2 {
  font-size: 1.5em;
}
.lag .last-word {
  margin-top: 3em;
}
.lag .last-word h2 {
  margin-top: 2em;
}

/*# sourceMappingURL=bits.lag.css.map */
