body {
  margin: 0;
  color: #000;
  background-color: #fff;
  font-family: "Times New Roman", Times, serif;
}

body.news-page {
  background-image: url("/assets/reference/Background.jpg");
  background-repeat: repeat;
}

a {
  color: #00f;
}

.page-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 18px 20px 36px 24px;
  padding: 0;
}

.pacman-group {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  pointer-events: none;
}

.pacman-sprite {
  display: block;
  border: 0;
}

.retro-layout {
  width: 100%;
  border-collapse: collapse;
}

.retro-sidebar {
  width: 170px;
  vertical-align: top;
  padding-right: 26px;
}

.retro-content {
  vertical-align: top;
}

.retro-sidebar img {
  width: auto;
  height: auto;
}

.retro-nav {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.retro-nav li {
  margin: 14px 0;
}

.retro-nav a {
  text-decoration: underline;
}

.retro-content h3 {
  margin: 8px 0 14px;
  font-size: 1.17em;
}

.portrait {
  display: block;
  width: min(420px, 100%);
  height: auto;
  margin-bottom: 14px;
}

.news-entry {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #8f8f8f;
}

.news-entry:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.news-entry p {
  margin: 6px 0 0;
  line-height: 1.45;
}

.game-door-section {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #8f8f8f;
}

.about-door-section {
  margin-top: 72px;
}

.game-door-card {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.game-door-visual {
  position: relative;
  width: 156px;
  height: 216px;
  border: 0;
  background: url("/assets/graphics/deco/Door.png") center / contain no-repeat;
  box-shadow: 0 12px 20px rgba(0,0,0,.2);
}

.game-door-visual::before,
.game-door-visual::after {
  display: none;
}

.game-door-knob {
  display: none;
}

.game-door-sign {
  position: absolute;
  left: 50%;
  top: 16%;
  width: 72%;
  padding: 10px 8px;
  transform: translateX(-50%) rotate(-2deg);
  border: 3px solid #211c1d;
  background: #f2e7c9;
  color: #231d1b;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 6px 0 rgba(0,0,0,.2);
}

.game-door-caption {
  margin: 10px 0 0;
  font-weight: 700;
}

.game-door-subcopy {
  margin: 6px 0 0;
}

.about-copy p {
  margin: 6px 0;
}

@media (max-width: 720px) {
  .page-shell {
    width: calc(100vw - 24px);
    margin: 12px;
  }

  .retro-layout,
  .retro-layout tbody,
  .retro-layout tr,
  .retro-layout td {
    display: block;
    width: 100%;
  }

  .retro-sidebar {
    padding-right: 0;
    margin-bottom: 18px;
  }

  .game-door-visual {
    width: 132px;
    height: 184px;
  }
}
