/* 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) */
.bots__list__entry__rating {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.bots__list__entry__play {
  /* extends %flex-center */
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.bots__list__entry__head, .bots__list__entry, .bots {
  display: flex;
  flex-flow: column;
}

.bots__list__entry {
  border-radius: 7px;
}

/* helps with clipping background into border-radius */
.bots__list__entry__play {
  border-radius: 0 0 7px 7px;
}

.bots__list__entry {
  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 .bots__list__entry {
  backdrop-filter: blur(6px);
}

.bots {
  gap: var(---block-gap);
}
.bots__categ.box-pad {
  padding: 3vh var(---box-padding);
}
.bots__categ .box__top {
  padding-bottom: 1.5em;
}
.bots {
  --c-bot: var(--c-primary);
}
.bots__featured {
  --c-bot: var(--c-brag);
}
.bots__list {
  --min-card-width: 300px;
}
@media (max-width: 649.29px) {
  .bots__list {
    --min-card-width: 240px;
  }
}
.bots__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-card-width), 1fr));
  gap: 1em;
  user-select: none;
}
.bots__list__entry {
  justify-content: space-between;
  gap: 1em;
  background: var(--c-bg-box);
  border: 1px solid var(--c-bot);
  cursor: pointer;
}
.bots__list__entry__head {
  padding: 1em 1.5em 0 1.5em;
  gap: 0.5em;
}
.bots__list__entry__head .user-link {
  font-size: 1.7em;
  color: var(--c-font);
}
.bots__list__entry__bio {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--c-font-dim);
  font-size: 0.9em;
  padding: 0 1.5em;
}
.bots__list__entry__rating {
  gap: 1em;
  color: var(--c-font-dim);
}
.bots__list__entry__play {
  padding: 1.5em 0;
  color: var(--c-bot);
}
.bots__list__entry__play:hover {
  background: var(--c-bot);
  color: var(--c-over);
}

/*# sourceMappingURL=user.bot.list.css.map */
