.game-archive h3 {
  margin: 1rem 0 2rem;
  line-height: 1;
}
.game-archive__intro-text {
  margin: 0 0 2rem;
}
.game-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.game-archive__list a {
  text-decoration: none;
  display: block;
  padding: 0.5rem;
}
.game-archive__list a .article-status__icon {
  margin-left: 1rem;
}
.game-archive__list a .article-status__icon.article-status__icon--finished {
  color: green;
}

.top-pusher {
  height: 5px;
}
@media screen and (max-width: 587px) {
  .top-pusher {
    height: 45px;
  }
}

.lp-panel + .archived-notification-banner + .top-pusher {
  height: 20px;
}
@media screen and (max-width: 587px) {
  .lp-panel + .archived-notification-banner + .top-pusher {
    height: 50px;
  }
}

.archived-notification-banner {
  position: absolute;
  z-index: 101;
  background-color: gold;
  color: #000;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  margin: 4px;
  border-radius: 3px;
  transition: right 200ms ease, left 200ms ease, padding 200ms ease;
}
@media screen and (max-width: 587px) {
  .archived-notification-banner {
    right: 0;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 375px) {
  .archived-notification-banner {
    margin: 5px;
    font-size: 1.3rem;
  }
}
.archived-notification-banner button {
  display: block;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 1rem 2rem;
  cursor: pointer;
}
@media screen and (max-width: 587px) {
  .archived-notification-banner button {
    padding: 1rem;
  }
}

.lp-panel + .archived-notification-banner {
  width: auto;
  max-width: 65%;
  left: unset;
}
@media screen and (max-width: 375px) {
  .lp-panel + .archived-notification-banner {
    margin: 5px;
    font-size: 1.3rem;
    max-width: 220px;
  }
}