/* 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) */
.nav-tree .branch .links a, .nav-tree .branch .content {
  border-radius: 7px;
}

/* helps with clipping background into border-radius */
.nav-tree h2 {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--c-border);
}
.nav-tree .node {
  transition: 1s all;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(30px);
}
.nav-tree .node:target {
  height: auto;
  opacity: 1;
  transform: translateX(0);
}
.nav-tree .node .back {
  width: 1em;
  margin-inline: 0 0.3em;
  display: inline-block;
  opacity: 0.6;
}
.nav-tree .node .back:hover {
  opacity: 1;
}
.nav-tree .branch .content {
  background: var(--c-bg-zebra);
  margin: 3em 0;
  padding: 2em 3em;
}
.nav-tree .branch .links a {
  transition: all 150ms ease;
  font-size: 1.2em;
  display: block;
  padding: 1em;
  padding-inline-start: 30px;
}
.nav-tree .branch .links a:hover {
  color: var(--c-over);
  background: var(--c-primary);
}
.nav-tree .leaf a {
  color: #3893e8 !important;
}
.nav-tree .leaf .content {
  padding: 1em 0;
  font-size: 1.1em;
}
.nav-tree .leaf .content p,
.nav-tree .leaf .content ul {
  margin-bottom: 1em;
}
.nav-tree .leaf .content li {
  list-style: disc inside;
}

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