/* World Atlas map presentation: keep the original art proportional at every viewport. */
.atlas-figure {
  width: min(100%, 78rem);
  margin: 2rem auto 3rem;
  border: 1px solid var(--theme-rule-strong);
  background: var(--theme-surface);
  box-shadow: .7rem .7rem 0 var(--theme-shadow);
}

.atlas-figure > a {
  display: block;
  padding: clamp(.7rem, 1.5vw, 1.25rem);
}

.atlas-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.atlas-figure figcaption {
  padding: 0 clamp(.7rem, 1.5vw, 1.25rem) .8rem;
  color: var(--theme-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
