/* Featured Articles - top of front page and landing pages */
/* mixins.sass */
/* Global sass mixins */
/* Modal window */
/* Modal window open */
/* Short content fix - keep the footer at the bottom */
/* Box Shadow */
/* Button */
/* Button Colors */
/* CSS transitions */
/* Icons */
/* Calculate Aspect Ratios */
/* Image Hover Effect */
/* Containers for items in standard article etc. */
/* Toggle Arrows */
/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
.gi5-game-details, .review-summary.gi5-game-details {
  font-family: unset;
  text-align: unset;
  padding: unset;
  display: revert;
  max-width: unset;
  justify-content: unset;
  margin: unset;
}
.gi5-game-details span, .review-summary.gi5-game-details span {
  font-weight: unset;
}
.gi5-game-details div, .review-summary.gi5-game-details div {
  margin: unset;
  line-height: unset;
}

.gi5-game-details, .review-summary.gi5-game-details {
  font-size: 0.9em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.gi5-game-details .gi5-game-details-field, .review-summary.gi5-game-details .gi5-game-details-field {
  display: inline-block;
  padding-right: 2rem;
}
.gi5-game-details .gi5-game-details-field:last-child, .review-summary.gi5-game-details .gi5-game-details-field:last-child {
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .gi5-game-details .gi5-game-details-field, .review-summary.gi5-game-details .gi5-game-details-field {
    display: block;
    padding-right: 0;
  }
}
.gi5-game-details .gi5-game-details-label, .review-summary.gi5-game-details .gi5-game-details-label {
  font-family: "IBM Plex Sans Condensed", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}