* {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

body {
  padding: 20px;
  background-color:#000;

  @media (min-width: 600px) {
    padding: 40px;
  }
}

.rubik-heading {
  font-family: 'Rubik', sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.space-mono-regular {
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.logo {
  display: block;
  background: transparent url('images/big-comet-logo.png') no-repeat center center;
  background-size: contain;
  height: 58px;
  width: 94px;
  font-size: 0;
}

.intro {
  text-align: left;
  margin: 80px auto;
}

.subheading {
  margin: 0 0 1em;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 14px;
}

.subheading:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.intro__big-bold {
  font-size: 24px;
  line-height: 1;
  margin: 0;

  @media (min-width: 600px) {
    font-size: 50px;
  }

  @media (min-width: 900px) {
    font-size: 80px;
  }
}

.games__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.game {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 24px;

  /* @media (min-width: 600px) {
    font-size: 50px;
  } */

  @media (min-width: 900px) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 48px;
  }
}

.game--inroads {
  background-color: #FBA30D;
}

.game--inroads .game__tag {
  color: #FBA30D;
}

.game--newsletter {
  background-color: #000;
  border: 1px solid #fff;
}

.game--newsletter .game__tag {
  color: #000;
}

.game__info {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  margin: 0;
  padding: 0;

  @media (min-width: 900px) {
    width: 50%;
    padding: 0 30px 0 0;
  }
}

.game__tag {
  display: inline-block;
  margin: 0 0 2em;
  padding: 5px 14px;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;

  @media (min-width: 900px) {
    font-size: 14px;
    padding: 10px 18px;
  }
}

.game__name {
  margin: 0 0 1em;
  font-family: 'Rubik', sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;

  @media (min-width: 600px) {
    font-size: 50px;
  }

  @media (min-width: 900px) {
    font-size: 80px;
  }
}

.game__body {
  margin: 1em 0 0;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  @media (min-width: 600px) {
    font-size: 21px;
  }

  @media (min-width: 900px) {
    font-size: 28px;
  }
}

.game__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1em 0 0;

  @media (min-width: 900px) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.game__link {
  margin: 0 1em 1em 0;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;

  @media (min-width: 600px) {
    font-size: 16px;
  }

  @media (min-width: 900px) {
    font-size: 18px;
  }
}

.game__link:hover {
  text-decoration: none;
}

.game__buy-button {
  display: block;
  margin: 0 0 0.5em;
  padding: 10px 24px;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #FBA30D;
  border: 2px solid #FBA30D;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.2s;

  @media (min-width: 600px) {
    font-size: 16px;
  }

  @media (min-width: 900px) {
    font-size: 18px;
  }
}

.game__buy-button:hover {
  background-color: #FBA30D;
  color: #fff;
  border: 2px solid transparent;
}

.game__subscribe-button-wrapper {
  display: flex;
  margin: 24px 0 0;

  @media (min-width: 900px) {
    margin: 0;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.game__subscribe-button {
  margin: 0 0 1em;
  padding: 10px 24px;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.2s;

  @media (min-width: 600px) {
    font-size: 16px;
  }

  @media (min-width: 900px) {
    font-size: 18px;
  }
}

.game__subscribe-button:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid transparent;
}

.game__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  @media (min-width: 900px) {
    width: 50%;
  }
}

.game__cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 24px;

  @media (min-width: 900px) {
    margin: 24px 0 0;
  }
}

.game__price {
  color: #000;
  margin: 0;
  font-size: 36px;
}

.game__shipping-note {
  display: block;
  color: #000;
  font-size: 12px;
  font-style: italic;
  padding: 0;
  margin: 0;
  text-align: center;
}

.game__footer {
  width: 100%;
}

.game__labels {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto 0 0;

  @media (min-width: 600px) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.game__label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px 0 0;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.game__label--icon-group:before {
  margin: 0 10px 0 0;
  content: '';
  display: inline-block;
  background: url('images/icons/icon-group.png') 50% 0 no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

.game__label--icon-ages:before {
  margin: 0 10px 0 0;
  content: '';
  display: inline-block;
  background: url('images/icons/icon-ages.png') 50% 0 no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

.game__image {
  margin: 20px 0;
  width: 100%;
  filter: drop-shadow(0px 9px 4px #222);

  @media (min-width: 900px) {
    margin: 0 0 0 auto;
    max-width: 400px;
  }
}

.footer {
  margin: 60px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #fff;
  opacity: 0.2;
}

.footer p {
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  font-size: 13px;
}