/* 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) */
.features .explanation {
  border-radius: 7px;
}

/* helps with clipping background into border-radius */
.features .explanation {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.18), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

html.transp .features .explanation, .features html.transp .explanation {
  backdrop-filter: blur(6px);
}

.features .check,
.features .unlimited,
.features .green {
  color: var(--c-good);
}
.features table {
  width: 100%;
}
.features h1 {
  margin: 0;
}
.features h1::before {
  margin-inline-end: 10px;
}
.features td,
.features th {
  padding: 10px 20px;
  border-bottom: 1px solid var(--c-border);
}
.features td {
  white-space: nowrap;
}
.features thead th {
  padding-top: 30px;
  color: var(--c-brag);
  font-weight: bold;
  padding-bottom: 20px;
}
.features thead:first-child th {
  padding-top: 10px;
}
.features .is::before {
  font-size: 1.4em;
}
.features .explanation {
  margin: 3em 10% 1em 10%;
  padding: 2em 3em 3em 3em;
  background: var(--m-secondary_bg--mix-30);
  font-size: 1.3em;
}
.features .explanation strong {
  display: block;
}
.features .explanation .button {
  margin-top: 1em;
  display: block;
  background: var(--c-good);
}
.features .button {
  color: #fff;
  text-transform: none;
}
@media (max-width: 799.29px) {
  .features .is {
    font-size: 0;
  }
  .features .is::before {
    font-size: 1.3rem;
  }
  .features h1::before {
    display: none;
  }
  .features td,
  .features th {
    padding: 0.8em 0 0.8em 0.5em;
  }
  .features thead th:first-child {
    min-width: 180px;
  }
  .features thead th {
    font-weight: normal;
  }
  .features .explanation {
    font-size: 1.1em;
    margin: 3em 0 1em 0;
    padding: 2em 1em 3em 1em;
  }
}

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