/* @override 
	https://paris-basketball.local:49592/wp-content/themes/parisbasketball/assets/css/game.css
	https://pbb2025.delacreme.pro/wp-content/themes/parisbasketball/assets/css/game.css
	https://parisbasketball.com/wp-content/themes/parisbasketball/assets/css/game.css
	https://dev.parisbasketball.com/wp-content/themes/parisbasketball/assets/css/game.css */
.shadow-title {
  padding: 60px 0 120px;
  margin: 0;
}
h2 {
  margin: 120px 0 60px;
}
.date-competition {
  transform: translateY(50px);
}
.buy-tickets-for-this-game {
  margin-top: 40px;
}
.buy-tickets-for-this-game .btn {
  font-size: 22px;
}
.game-info {
  display: block;
  text-align: center;
  margin: 15px 0;
}
.game-info .info {
  display: inline-block;
  border-radius: 60px;
  padding: 5px 15px;
  background: #FF0000;
  font-family: 'ParisBasketball', sans-serif;
}
.game-boxscore {
  --gap: 30px;
  margin-top: -100px;
  justify-content: center;
}
.game-boxscore .standings {
  width: 30%;
}
.game-boxscore .match-card {
  margin: 0;
  padding: 0;
  background: transparent;
}
table.standing {
  font-family: 'ParisBasketball', sans-serif;
}
table.standing tr th,
table.standing tr td {
  padding: 5px;
}
table.standing .logo {
  width: 40px;
}
table.standing .rank,
table.standing .diff {
  width: 2em;
  text-align: center;
}
table.standing tr.highlight {
  background: #004CFF;
}
.game-stats {
  font-family: 'ParisBasketball', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}
.game-stats .label {
  text-align: center;
}
.game-stats .flex-columns {
  --gap: 30px;
  gap: var(--gap);
  align-items: center;
}
.game-stats .flex-columns > div {
  width: calc( ( 100% / 2 ) - var( --gap ) + ( var( --gap ) / 2 ) );
}
.game-stats .flex-columns > div .data {
  color: #EB3949;
}
.game-stats .flex-columns > div.road .data {
  text-align: right;
}
.game-stats .flex-columns > div.road .value-wrapper .value {
  right: 0;
}
.game-stats .flex-columns > div.home .value-wrapper .value {
  left: 0;
}
.game-stats .flex-columns > div.best .data {
  color: #69DC42;
}
.game-stats .flex-columns > div.best .value-wrapper .value {
  background: #69DC42;
}
.game-stats .flex-columns .value-wrapper {
  height: 8px;
  background: #1c1c1c;
  margin: 3px 0 10px;
  position: relative;
}
.game-stats .flex-columns .value-wrapper .value {
  background: #EB3949;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
.game-stats .flex-columns .hide-on-small-only {
  text-align: center;
}
.game-stats .flex-columns .hide-on-small-only:before {
  content: attr(data-label);
}
.last-summary {
  --gap: 15px;
  gap: var(--gap);
  align-items: center;
}
.last-summary .home,
.last-summary .road {
  width: calc( 50% - var( --gap ) );
}
.last-summary .road .percent {
  text-align: right;
}
.last-summary .percent {
  font-family: 'ParisBasketball', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  color: #EB3949;
}
.last-summary .percent-wrapper {
  height: 8px;
  background: #1c1c1c;
  margin: 3px 0 10px;
  position: relative;
}
.last-summary .percent-wrapper > span {
  background: #EB3949;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
.last-summary .percent-wrapper.best > span {
  background: #69DC42;
}
.last-summary > div.best .percent {
  color: #69DC42;
}
.last-summary > div.best .percent-wrapper > span {
  background: #69DC42;
}
.last-summary .played span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  vertical-align: middle;
  margin-right: 6px;
}
.last-summary .played span.won {
  background: #69DC42;
}
.last-summary .played span.lost {
  background: #EB3949;
}
.title-cta {
  margin-top: 80px;
}
.team-comparison h2 small {
  display: block;
  font-size: .3em;
  line-height: 1.3em;
  opacity: .3;
}
@media only screen and (min-width: 602px) {
  .game-boxscore {
    gap: var(--gap);
    align-items: center;
  }
  .game-boxscore .match-card {
    width: calc( 40% - 60px );
  }
  .game-boxscore .match-card .logos img {
    height: 120px;
  }
  .game-boxscore .match-card .score span {
    font-size: 50px;
    width: 80px;
    text-align: center;
    padding: 12px 0;
  }
  .game-stats .flex-columns > div {
    width: calc( ( 100% / 3 ) - var( --gap ) + ( var( --gap ) / 3 ) );
  }
  .last-summary {
    --gap: 30px;
    gap: var(--gap);
    align-items: center;
  }
  .last-summary .victories {
    width: 20%;
    font-size: 2em;
    text-align: center;
    font-family: 'ParisBasketball', sans-serif;
  }
  .last-summary .home .played {
    text-align: right;
  }
  .last-summary .home,
  .last-summary .road {
    width: calc( 40% - var( --gap ) );
  }
  .pbb-leaders .flex-columns {
    gap: 20px;
  }
  .pbb-leaders .flex-columns .player-card {
    width: calc( ( 100% / 3 ) - 20px + ( 20px / 3 ) );
  }
}
@media only screen and (max-width: 990px) {
  .game-boxscore .match-card .logos img {
    height: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .game-stats .flex-columns > div {
    margin-bottom: 10px;
  }
}
