/* 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 */
main.tv-single .tv-history h2 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

/* text printed directly on the page background deserves special treatment (transp theme) */
main.tv-single .tv-history h2 {
  color: var(--c-font-page);
}

main.tv-single .tv-history h2 {
  text-shadow: 0 1px 0 var(--c-font-shadow);
}

.tv-channel > span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

/* helps with clipping background into border-radius */
.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;
}

main.tv-single {
  grid-template-areas: "app" "under" "side" "uchat";
}
@media (min-width: 799.3px), (orientation: landscape) {
  main.tv-single {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto fit-content(0) fit-content(0);
    grid-template-areas: "app   app" "side under";
  }
  main.tv-single__app {
    justify-self: center;
  }
}
@media (min-width: 1259.3px) {
  main.tv-single {
    grid-template-columns: minmax(var(---col3-uniboard-side-min, 250px), 350px) var(---col3-uniboard-width) minmax(240px, 400px);
    grid-template-rows: fit-content(0);
    grid-template-areas: "side app   app" "side under .";
  }
  main.tv-single .crosstable__users {
    flex: 7 1 auto;
  }
}
main.tv-single .round__underboard {
  overflow: hidden;
}
main.tv-single .tv-history h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: var(---block-gap) 0;
  flex: 0 0 100%;
  text-align: center;
}
main.tv-single .tv-history .now-playing {
  grid-template-columns: 50% 50%;
}

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