/* Atlas map presentation: interaction remains invisible while the geography
   reads as ink, paper, wash, and empty air.  Touch targets are deliberately
   larger than their visible glyphs; the glyph itself is never put in a badge. */
html,
body {
  background: #dbe8e7 !important;
}

.worldActivityPin {
  width: 60px !important;
  height: 60px !important;
  margin: -30px 0 0 -30px !important;
  font-size: 44px !important;
  filter: none !important;
}

.worldActivityPin .pinGlyph {
  width: 46px !important;
  height: 46px !important;
  background: #a34132 !important;
  filter:
    drop-shadow(0 0 0.48px #a34132)
    drop-shadow(0 0 0.48px #a34132)
    drop-shadow(0 1px 0.7px rgba(99, 43, 34, 0.46)) !important;
}

.place .g {
  width: 54px !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 40px !important;
  filter:
    drop-shadow(0 0 1.2px rgba(250, 246, 235, 0.98))
    drop-shadow(0 1px 0.7px rgba(77, 62, 48, 0.72)) !important;
}

.place .name {
  color: #92392e !important;
  background: rgba(246, 241, 228, 0.72) !important;
  font-family: Emojinq, Georgia, serif !important;
  font-weight: 500 !important;
}

@media (max-height: 430px) {
  .worldActivityPin {
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    font-size: 40px;
  }

  .worldActivityPin .pinGlyph {
    width: 42px !important;
    height: 42px !important;
  }
}
