/* 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-landing {
  position: relative;
}
.gi5-landing::before {
  content: "";
  display: block;
  height: 300px;
  width: 100%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1150px) {
  .gi5-landing::before {
    height: 150px;
  }
}
.gi5-landing .paragraph:not(.paragraph--type--ad-block):not(.paragraph--type-landing-featured-products) {
  margin-bottom: 30px;
}

.gi5--landing-header {
  text-align: left;
  padding-top: 95px;
  display: grid;
  grid-template-columns: 2fr max-content;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  gap: 90px;
  grid-auto-flow: column;
  grid-template-areas: "Super-Feature Recent";
  max-width: 1460px;
  margin: 0 auto;
}
.skin_is_active .gi5--landing-header {
  margin-left: 30px;
  margin-right: 30px;
  gap: 60px;
}
@media screen and (max-width: 1500px) {
  .gi5--landing-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1150px) {
  .gi5--landing-header {
    display: block;
    padding-top: 30px;
  }
}

.gi5--landing-header--super {
  grid-area: Super-Feature;
  max-width: 1460px;
  padding-top: 30px;
  position: relative;
}
.gi5--landing-header--super article.gi5-teaser-featured {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gi5--landing-header--super .gi5-node-title {
  margin: 0;
  position: absolute;
  top: -20px;
  left: -25px;
  z-index: 1;
}
.gi5--landing-header--super .gi5-node-title .page-title {
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 4em;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1500px) {
  .gi5--landing-header--super .gi5-node-title {
    left: 0;
  }
}
@media screen and (max-width: 1150px) {
  .gi5--landing-header--super .gi5-node-title {
    top: -7px;
  }
  .gi5--landing-header--super .gi5-node-title .page-title {
    font-size: 3em;
  }
}

.gi5--landing-header--side {
  position: relative;
}
.skin_is_active .gi5--landing-header--side {
  max-width: 330px;
}
@media screen and (max-width: 1150px) {
  .gi5--landing-header--side {
    margin-bottom: 30px;
  }
  .gi5--landing-header--side .view-header h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1150px) {
  .gi5--landing-header--side {
    max-width: 430px;
    grid-area: Recent;
    padding-top: 30px;
  }
  .gi5--landing-header--side .view-header {
    position: absolute;
    z-index: 1;
    font-size: 1.5em;
    top: -5px;
    left: -15px;
  }
}

.field--name-field-hide-from-feed {
  display: none;
}

.path-frontpage h1.page-title {
  display: none;
}
@media screen and (max-width: 1150px) {
  .path-frontpage .gi5--landing-header {
    padding-top: 0;
  }
  .path-frontpage .gi5--landing-header--super {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1150px) {
  body:not(.path-frontpage) .gi5--landing-header--side {
    display: none;
  }
}

.gi5--landing-main {
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .gi5--landing-main .gi5-teaser-featured--video {
    padding: 15px 15px 0 15px;
  }
}

h2.gi5-landing-header {
  font-size: 1.5em;
}
@media screen and (min-width: 1150px) {
  h2.gi5-landing-header {
    font-size: 2em;
  }
}

.views-row:last-child .gi5-teaser-featured, .field__item:last-child .gi5-teaser-featured {
  border-bottom-width: 0;
}

.gi5-teaser-featured .gi5-field-promo-summary {
  display: none;
}
@media screen and (min-width: 1150px) {
  .gi5-teaser-featured .gi5-field-promo-summary {
    display: inherit;
  }
  .gi5-teaser-featured .gi5-teaser-featured-right {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .gi5-teaser-featured .page-title {
    font-size: 1.3em;
  }
}

.gi5-teaser-featured--video .gi5-field-promo-summary,
.gi5-teaser-featured--custom .gi5-field-promo-summary {
  display: inherit;
}

.view a.more-link, .view .more-link a {
  text-align: center;
  font-style: normal;
}
.view .more-link {
  text-align: center;
}

.paragraph--type--landing-most-recent-header-sideb .teaser-right {
  text-align: left;
}
.paragraph--type--landing-most-recent-header-sideb article.gi5-teaser-featured {
  border-bottom-width: 1px;
}
.paragraph--type--landing-most-recent-header-sideb .views-row .teaser-right {
  padding: 0;
}
@media screen and (min-width: 1150px) {
  .paragraph--type--landing-most-recent-header-sideb .teaser {
    display: block;
  }
  .paragraph--type--landing-most-recent-header-sideb .field--name-field-promo-summary {
    display: none;
  }
  .paragraph--type--landing-most-recent-header-sideb .views-row:first-child .teaser-right {
    padding-top: 15px;
  }
  .skin_is_active .paragraph--type--landing-most-recent-header-sideb .views-row:first-child .teaser-right {
    padding-top: 15px;
  }
  .paragraph--type--landing-most-recent-header-sideb .views-row:first-child .teaser-left {
    margin-right: 0;
  }
  .paragraph--type--landing-most-recent-header-sideb .views-row:not(:first-child) .teaser-left {
    display: none;
  }
  .paragraph--type--landing-most-recent-header-sideb .views-row:last-child article {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.paragraph--type--landing-featured-items,
.paragraph--type--landing-featured-by-tag,
.paragraph--type--landing-featured-paywall {
  margin: 15px;
}
.paragraph--type--landing-featured-items div,
.paragraph--type--landing-featured-by-tag div,
.paragraph--type--landing-featured-paywall div {
  max-width: 1460px;
  margin: 0 auto;
}
.paragraph--type--landing-featured-items .page-title,
.paragraph--type--landing-featured-by-tag .page-title,
.paragraph--type--landing-featured-paywall .page-title {
  margin-bottom: 5px;
}
.paragraph--type--landing-featured-items .gi5-field-promo-summary, .paragraph--type--landing-featured-items .gi5-landing-header,
.paragraph--type--landing-featured-by-tag .gi5-field-promo-summary,
.paragraph--type--landing-featured-by-tag .gi5-landing-header,
.paragraph--type--landing-featured-paywall .gi5-field-promo-summary,
.paragraph--type--landing-featured-paywall .gi5-landing-header {
  margin-bottom: 10px;
}

@media screen and (min-width: 1150px) {
  .paragraph--type--landing-featured-items .gi5-field-featured-articles,
  .paragraph--type--landing-featured-paywall .gi5-field-featured-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
  }
  .paragraph--type--landing-featured-items .gi5-field-featured-articles .field__item,
  .paragraph--type--landing-featured-paywall .gi5-field-featured-articles .field__item {
    flex: 1 0 31%;
  }
  .paragraph--type--landing-featured-items .gi5-field-featured-articles .teaser,
  .paragraph--type--landing-featured-paywall .gi5-field-featured-articles .teaser {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1150px) {
  .paragraph--type--landing-featured-by-tag .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
  }
  .paragraph--type--landing-featured-by-tag .view-content .views-row {
    flex: 1 0 31%;
  }
  .paragraph--type--landing-featured-by-tag .view-content .teaser {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.paragraph--type--landing-featured-products {
  margin-bottom: 0;
}
.paragraph--type--landing-featured-products .field--label-inline .field__label, .paragraph--type--landing-featured-products .field--label-inline .field__items {
  display: inline;
  float: none;
  padding-right: 0;
}
.paragraph--type--landing-featured-products .field--name-field-sponsored-by {
  font-style: italic;
  font-size: 0.8em;
  margin-top: -1.7rem;
}
.paragraph--type--landing-featured-products .paragraph--type--product-release-dates {
  display: inline;
}
.paragraph--type--landing-featured-products .paragraph--type--product-release-dates .field__item {
  display: inline;
}

.paragraph--type--landing-featured-products .field__item:last-child .token, .paragraph--type--landing-featured-products .field__item:last-child .gi5-token, .paragraph--type--landing-featured-products .field__item:last-child .widget-teaser,
.view-id-popular_content .view-content div:last-child .token,
.view-id-popular_content .view-content div:last-child .gi5-token,
.view-id-popular_content .view-content div:last-child .widget-teaser,
.view-widget-new-releases .views-row:last-child .token,
.view-widget-new-releases .views-row:last-child .gi5-token,
.view-widget-new-releases .views-row:last-child .widget-teaser {
  border-bottom: none;
}

.view-widget-new-releases, .paragraph--type--landing-featured-products {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}

.paragraph--type--landing-featured-paywall .gi5-landing-header::before,
.theme-dark .paragraph--type--landing-featured-paywall .gi5-landing-header::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("https://gameinformer.com/sites/default/files/2025/07/09/d116ff13/paywall_icon.png") no-repeat center;
  background-size: contain;
  margin-right: 5px;
  vertical-align: top;
}
.paragraph--type--landing-featured-paywall .gi5-field-promo-summary a:link, .paragraph--type--landing-featured-paywall .gi5-field-promo-summary a:visited,
.theme-dark .paragraph--type--landing-featured-paywall .gi5-field-promo-summary a:link,
.theme-dark .paragraph--type--landing-featured-paywall .gi5-field-promo-summary a:visited {
  color: #ffba08;
}
.paragraph--type--landing-featured-paywall .gi5-field-promo-summary a:hover, .paragraph--type--landing-featured-paywall .gi5-field-promo-summary a:focus,
.theme-dark .paragraph--type--landing-featured-paywall .gi5-field-promo-summary a:hover,
.theme-dark .paragraph--type--landing-featured-paywall .gi5-field-promo-summary a:focus {
  color: #FFDA6A;
}
.paragraph--type--landing-featured-paywall .bug-wrapper,
.theme-dark .paragraph--type--landing-featured-paywall .bug-wrapper {
  background-color: #ffba08;
  color: #000000;
}
.paragraph--type--landing-featured-paywall .article-title a:hover, .paragraph--type--landing-featured-paywall .article-title a:focus,
.theme-dark .paragraph--type--landing-featured-paywall .article-title a:hover,
.theme-dark .paragraph--type--landing-featured-paywall .article-title a:focus {
  color: #FFDA6A;
}
.paragraph--type--landing-featured-paywall .author-details a:link, .paragraph--type--landing-featured-paywall .author-details a:visited,
.theme-dark .paragraph--type--landing-featured-paywall .author-details a:link,
.theme-dark .paragraph--type--landing-featured-paywall .author-details a:visited {
  color: #ffba08;
}
.paragraph--type--landing-featured-paywall .author-details a:hover, .paragraph--type--landing-featured-paywall .author-details a:focus,
.theme-dark .paragraph--type--landing-featured-paywall .author-details a:hover,
.theme-dark .paragraph--type--landing-featured-paywall .author-details a:focus {
  color: #FFDA6A;
}
@media screen and (max-width: 1150px) {
  .paragraph--type--landing-featured-paywall .gi5-landing-header::before,
  .theme-dark .paragraph--type--landing-featured-paywall .gi5-landing-header::before {
    width: 30px;
    height: 30px;
  }
}