.steam-codex-redesign {
  background: #edf6fd;
}
.steam-codex-home-button {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 70;
  text-decoration: none;
}
.steam-codex-home-button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
.steam-codex-page-hero h1 {
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.steam-codex-content-panel,
.steam-codex-hours,
.steam-codex-faqs,
.steam-codex-article {
  width: min(1120px, calc(100% - 32px));
  margin: 28px auto;
}
.steam-codex-richtext {
  display: grid;
  gap: 14px;
  color: #172033;
  font-size: 17px;
  line-height: 1.58;
  overflow-wrap: anywhere;
}
.steam-codex-richtext p {
  margin: 0;
}
.steam-codex-redesign h1,
.steam-codex-redesign h2,
.steam-codex-redesign h3,
.steam-codex-redesign p,
.steam-codex-redesign a,
.steam-codex-redesign .steam-article-tabs__summary-title {
  overflow-wrap: anywhere;
}
.steam-codex-inline-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #008ef4;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
.steam-codex-source-image img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
.steam-codex-hours table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}
.steam-codex-hours th,
.steam-codex-hours td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(7, 16, 34, 0.1);
  text-align: left;
}
.steam-codex-hours th {
  width: 34%;
  color: #071022;
  font-weight: 950;
}
@media (max-width: 767px) {
  .steam-codex-home-button {
    top: auto;
    right: 14px;
    bottom: 18px;
  }
  .steam-codex-content-panel,
  .steam-codex-hours,
  .steam-codex-faqs,
  .steam-codex-article {
    width: min(100% - 24px, 560px);
    margin: 22px auto;
  }
  .steam-codex-page-hero h1 {
    font-size: clamp(36px, 12vw, 58px);
  }
}
