/* ----------------------------------
 * Game page
 * ---------------------------------- */
.game-page .block-contents {
  font: 400 80% Roboto, sans-serif;
}

.game-page h1, .game-page h2, .game-page a {
  color: #1958b7;
}

.game-page a:hover {
  color: #3383d4;
}

.game-page h1 {
  border-bottom: dotted 3px #add1ef;
  margin: 0 0 0 0;
}

.game-page h2 {
  border-bottom: dotted 2px #add1ef;
  font: 700 130% Roboto, sans-serif;
  margin: 20px 0 3px 0;
  width: 100%;
}

.game-page p + h2 {
  margin: 7px 0 3px 0;
}

.game-page p {
  font: 400 120% Roboto, sans-serif;
  margin: 0 0 13px 22px;
}

.game-page ul {
  font: 400 120% Roboto, sans-serif;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 22px;
}

.game-page ul li::before {
  content: "\25FE";
  color: #add1ef;
  display: inline-block;
  font-weight: bold;
  margin-left: -1.2em;
  width: 1.2em;
}

.gp-advertisement {
  text-align: center;
}

.gp-header {
  align-items: center;
  display: flex;
  margin: 13px 0 0 0;
}

.gp-header-image {
  border: solid 1px #1958b7;
  box-sizing: content-box;
  flex-shrink: 0;
  height: 100px;
  margin: 0 13px 0 0;
  width: 100px;
}

.gp-header-text {
  flex: 0 1 auto !important;
  width: 100%;
}

.gp-genre {
  font: 400 120% Roboto, sans-serif;
  margin: 6px 0 0 0 !important;
}

.gp-genre span {
  color: #333;
  font-weight: 700;
}

.gp-links {
  padding: 20px 0 0 115px;
  display: flex;
}

.gp-links > div {
  flex: 0 1 auto !important;
  text-align: center;
}

.gp-links > div:first-child {
  margin: 0 20px 0 0;
}

.gp-links > div span {
  display: block;
  margin: 3px 0 0 0;
}

.gp-links a {
  background: #2e73b8;
  color: #fff;
  border: solid 1px #1958b7;
  box-shadow: none;
  border-radius: 4px;
  display: inline-block;
  font: 400 130% Roboto, sans-serif;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.gp-links a:hover {
  background: #3383d4;
  border: solid 1px #2b61cd;
  color: #fff;
  cursor: pointer;
}

.likely {
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  padding: 20px 34px 0 115px;
}

.likely > div {
  flex-grow: 1;
}

.likely .likely__widget {
  background: #dbedfe;
  text-align: center;
}

.gp-screenshots {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 0 22px;
}

.gp-screenshots img {
  border: solid 1px #1958b7;
  box-sizing: content-box;
  height: 75px;
  width: 100px;
}
