/* Local presentation refinements for the 5x5 Challenge only. */
.challenge-5x5 .booklet__content > .badge-section__rule {
  margin-bottom: .6rem;
}

@media (min-width: 900px) {
  .challenge-5x5 .rules-with-logo {
    grid-template-columns: minmax(0, 4fr) minmax(0, 1fr);
  }

  .challenge-5x5 .rules-with-logo .badge-section__media img {
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
    margin: 0 auto;
  }

  .challenge-5x5 #mountains,
  .challenge-5x5 #castles,
  .challenge-5x5 #towers,
  .challenge-5x5 #walking-running,
  .challenge-5x5 #cycling {
    grid-template-columns: minmax(225px, 28%) minmax(0, 1fr);
  }
}

.challenge-5x5 .medals-intro-list {
  columns: 1;
  margin: 1.1rem 0 1.25rem;
}

.challenge-5x5 .medals-intro-list li {
  margin: 0 0 .45rem;
  padding-left: 1.65rem;
}

.challenge-5x5 .medals-intro-list li::before {
  display: grid;
  place-items: center;
  top: .27rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0;
  background: #a7a7a7;
  color: #fff;
  content: "✓";
  font-size: .68rem;
  line-height: 1;
}

.challenge-5x5 .medals-intro-list a {
  color: #f09c1f;
  font: inherit;
  text-decoration: none;
}

.challenge-5x5 .medals-intro-list a:hover,
.challenge-5x5 .medals-intro-list a:focus-visible {
  text-decoration: underline;
}

.challenge-5x5 .badge-section__media .medal-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 225px);
  margin: 0 auto;
  gap: 0;
}

.challenge-5x5 .badge-section__media .medal-gallery figure {
  position: relative;
  width: 100%;
  margin: 0;
}

.challenge-5x5 .badge-section__media .medal-gallery figure + figure {
  margin-top: -112px;
}

.challenge-5x5 .badge-section__media .medal-gallery figure:nth-child(2) { z-index: 2; }
.challenge-5x5 .badge-section__media .medal-gallery figure:nth-child(3) { z-index: 3; }
.challenge-5x5 .badge-section__media .medal-gallery figure:nth-child(4) { z-index: 4; }
.challenge-5x5 .badge-section__media .medal-gallery figure:nth-child(5) { z-index: 5; }

.challenge-5x5 .badge-section__media .medal-gallery img {
  display: block;
  width: 225px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 899px) {
  .challenge-5x5 .badge-section__media .medal-gallery {
    width: min(70vw, 190px);
  }

  .challenge-5x5 .badge-section__media .medal-gallery figure + figure {
    margin-top: -95px;
  }

  .challenge-5x5 .badge-section__media .medal-gallery img {
    width: 190px;
  }
}
