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

.tv-games .page-menu__content {
  border-radius: 7px;
}

/* helps with clipping background into border-radius */
.tv-games .page-menu__content {
  overflow: hidden;
}

.now-playing {
  display: grid;
  ---np-min-width: 200px;
}
@media (max-width: 499.29px) {
  .now-playing {
    ---np-min-width: 50%;
  }
}
.now-playing {
  grid-template-columns: repeat(auto-fill, minmax(var(---np-min-width), 1fr));
}
.now-playing > a {
  color: var(--c-font);
  padding: 0.3em;
}
.now-playing > a:focus-visible {
  outline-offset: -2px;
}
.now-playing .indicator {
  color: var(--c-accent);
  margin-top: -3px;
  display: block;
}
.now-playing cg-board {
  box-shadow: none;
}

.tv-channel {
  padding-inline-start: 0 !important;
  padding-inline-end: 0.8rem !important;
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.tv-channel > span {
  width: 100%;
  justify-content: flex-end;
}
.tv-channel > span::before {
  order: 2;
  color: var(--m-brag_bg-page--mix-60);
  font-size: 2.5em;
  margin-inline-start: 0.8rem;
}
.tv-channel > span > span {
  text-align: end;
}
.tv-channel > span > span strong {
  display: block;
  text-transform: uppercase;
}
.tv-channel .champion {
  font-size: 0.9em;
  white-space: nowrap;
  display: block;
}
.tv-channel.active > span::before {
  color: var(--c-accent);
}

@media (max-width: 799.29px) {
  .round__side {
    overflow: hidden;
  }
  .subnav strong {
    letter-spacing: -1px;
  }
}
.game__meta {
  margin-bottom: var(---block-gap);
}

body.no-rating rating {
  display: none;
}

body {
  /* prevents scroll bar flicker when dragging a piece out */
  overflow-y: scroll;
}

.tv-games .page-menu__menu {
  max-width: 100vw;
}
.tv-games .page-menu__content {
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  align-content: start;
  max-width: 100vw;
}

/*# sourceMappingURL=bits.tv.games.css.map */
