/* @override 
	https://pchb.delacreme.pro/app/themes/pchb/assets/css/singular.css */
body.post.game,
body.post.player {
  background: #003974;
}
body.post.game:not(.display-mm) header.site-header,
body.post.player:not(.display-mm) header.site-header {
  background: #003974;
}
body.post.game .ticker-wrapper,
body.post.player .ticker-wrapper {
  background: #034991;
}
main[class^='single-'] .related-title {
  margin-top: 60px;
  font-family: 'Tusker Grotesk', sans-serif;
  text-transform: uppercase;
}
main[class^='single-'] .related-title .title {
  font-size: 2em;
  margin-top: 30px;
}
main[class^='single-'] .related-title .link {
  margin-top: 30px;
}
@media only screen and (min-width: 602px) {
  main[class^='single-'] .related-title {
    gap: 40px;
    display: flex;
    align-items: flex-end;
  }
  main[class^='single-'] .related-title .link {
    margin-left: auto;
  }
}
main.single-game header.game-header .tags {
  justify-content: center;
}
main.single-game header.game-header .tags .tag {
  background: #FFFFFF;
  color: #003974;
}
main.single-game header.game-header .tags .tag.competition {
  background: #FFE400;
}
main.single-game header.game-header .tags .tag.won {
  background: #034991;
  color: #FFFFFF;
}
main.single-game header.game-header .infos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
main.single-game header.game-header .infos .icon {
  margin-right: 10px;
  opacity: 0.3;
}
main.single-game img.logo {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
main.single-game .boxscore {
  font-family: 'Tusker Grotesk', sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  font-size: 1.2em;
  margin: 20px 0;
  width: 100%;
}
main.single-game .boxscore .team {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 0.8rem;
  text-transform: uppercase;
  width: 25%;
  text-align: center;
}
main.single-game .boxscore .team img {
  margin-bottom: 10px;
}
main.single-game .boxscore .team.home {
  flex-direction: column-reverse;
}
main.single-game .boxscore .score {
  text-align: center;
  width: 50%;
  font-size: 1.25em;
  line-height: 70px;
}
main.single-game .boxscore .score i {
  font-style: normal;
}
main.single-game .boxscore strong {
  font-weight: 400;
}
main.single-game .boxscore span {
  color: #003974;
  background-color: #003974;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}
main.single-game .boxscore span.vs {
  line-height: 70px;
  text-align: center;
  margin: 0 15px;
}
main.single-game .game-content {
  background: #034991;
  padding-top: 60px;
  margin-top: 60px;
}
main.single-game .pchb-block.last-games-block {
  background: #034991;
  padding-top: 40px;
}
@media only screen and (min-width: 602px) {
  main.single-game .boxscore {
    font-size: 2em;
    align-items: stretch;
  }
  main.single-game .boxscore .score,
  main.single-game .boxscore .team {
    width: calc( 100%/3 );
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    padding: 30px;
  }
  main.single-game .boxscore .score {
    font-size: 1.5em;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main.single-game .boxscore .team {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  main.single-game .boxscore {
    font-size: 2em;
  }
  main.single-game .boxscore .score {
    font-size: 2em;
  }
  main.single-game .boxscore .team {
    font-size: 2rem;
  }
}
body.post.player .player-content {
  padding: 60px 0;
  background: #034991;
}
main.single-player header.player-header {
  margin-top: 60px;
  position: relative;
}
main.single-player header.player-header img {
  display: block;
}
main.single-player header.player-header .tags .tag {
  background: #FFFFFF;
  color: #003974;
}
main.single-player header.player-header .tags .tag.position {
  background: #FFE400;
}
main.single-player header.player-header .data {
  font-family: 'Tusker Grotesk', sans-serif;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.8em;
  text-align: right;
  position: absolute;
  right: 0;
  top: 80px;
}
main.single-player header.player-header .data small {
  display: block;
  font-size: 0.3em;
  margin-bottom: 15px;
}
main.single-player header.player-header h1 {
  font-size: 4em;
  margin-right: 80px;
  line-height: 1.15em;
}
main.single-player table.datasheet {
  font-family: 'Tusker Grotesk', sans-serif;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
main.single-player table.datasheet tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
main.single-player table.datasheet tr td {
  text-align: right;
}
main.single-player .pchb-block.players-slider-block {
  background: #034991;
  padding-top: 40px;
}
main.single-player .pchb-block.players-slider-block .pchb-player {
  width: 380px;
  max-width: 100%;
}
@media only screen and (min-width: 602px) {
  main.single-player header.player-header h1 {
    font-size: 6em;
  }
  main.single-player header.player-header img {
    max-height: 600px;
    width: auto;
  }
  main.single-player header.player-header .data {
    font-size: 4em;
  }
  main.single-player .pchb-block.players-slider-block .pchb-player {
    margin-right: 30px;
  }
}
