.steam-article-listing {
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 24px;
  background: #0b0b0c;
  color: #fff8e8;
}

.steam-blueprint-page.partners-articles-listing-review,
.partners-articles-listing-review main {
  background: #0b0b0c;
}

.steam-article-listing__head {
  max-width: 760px;
  margin: 0 0 34px;
}

.steam-article-listing__head h2,
.steam-article-listing__head p {
  margin-top: 0;
}

.steam-article-listing__head h2 {
  font-size: var(--v6-h2);
  line-height: 1.08;
}

.steam-article-listing__head p,
.steam-article-listing__card p:not(.steam-article-listing__meta) {
  font-size: var(--v6-body);
  line-height: 1.56;
}

.steam-article-listing__head p:last-child {
  margin-bottom: 0;
}

.steam-article-listing__head .steam-blueprint-kicker,
.steam-article-listing__meta {
  color: #cbb36c;
}

.steam-article-listing__head h2,
.steam-article-listing__card h3 {
  color: #fff8e8;
}

.steam-article-listing__head p:last-child,
.steam-article-listing__card p:not(.steam-article-listing__meta) {
  color: rgba(255, 248, 232, .74);
}

.steam-article-listing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.steam-article-listing.steam-template-article .steam-article-listing__card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 18px;
  border: 1px solid rgba(255, 248, 232, .16);
  background: #18181b;
  padding: 24px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .24);
}

.steam-article-listing.steam-template-article .steam-article-listing__card:first-of-type {
  margin-top: 0;
}

.steam-article-listing__card h3,
.steam-article-listing__card p {
  margin: 0;
}

.steam-article-listing__card h3 {
  font-size: var(--v6-h3);
  line-height: 1.12;
}

.steam-article-listing__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: var(--v6-caption);
  line-height: 1.25;
  text-transform: uppercase;
}

.steam-article-listing__button {
  width: min(100%, 342px) !important;
  max-width: 342px !important;
  margin-top: auto;
  border-color: #cbb36c;
  background: #cbb36c;
  color: #0b0b0c;
}

.steam-article-listing__button:hover,
.steam-article-listing__button:focus-visible {
  border-color: #fff8e8;
  background: #fff8e8;
  color: #0b0b0c;
}

.steam-article-listing__button:focus-visible {
  outline: 3px solid #cbb36c;
  outline-offset: 3px;
}

@media (max-width: 1020px) {
  .steam-article-listing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .steam-article-listing {
    padding: 66px 18px;
  }

  .steam-article-listing__head {
    margin-bottom: 24px;
  }

  .steam-article-listing__grid {
    grid-template-columns: 1fr;
  }

  .steam-article-listing__card {
    padding: 20px;
  }

  .steam-article-listing__button {
    width: 100%;
  }

  .steam-article-listing__head h2 {
    font-size: var(--v6-h2);
  }

  .steam-article-listing__card h3 {
    font-size: var(--v6-h3);
  }

  .steam-article-listing__head p,
  .steam-article-listing__card p:not(.steam-article-listing__meta) {
    font-size: var(--v6-body);
  }
}
