/*
 * MyMappi v674 — quiet country flags inside Memory Lane → Insights → Your world.
 */

html body main.app-shell > section.map-stage.memories-focus > section.memory-database-page.side-panel .memory-lane-country-cloud .memory-lane-country-chip {
  display: inline-flex !important;
  box-sizing: border-box !important;
  min-height: 34px !important;
  padding: 6px 10px 6px 8px !important;
  align-items: center !important;
  gap: 7px !important;
  border: 1px solid rgba(18, 126, 108, 0.11) !important;
  border-radius: 999px !important;
  color: #245c61 !important;
  background: rgba(231, 247, 239, 0.76) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
  font-size: 0.73rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
}

html body main.app-shell > section.map-stage.memories-focus > section.memory-database-page.side-panel .memory-lane-country-cloud .memory-lane-country-flag,
html body main.app-shell > section.map-stage.memories-focus > section.memory-database-page.side-panel .memory-lane-country-cloud .memory-lane-country-name {
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body main.app-shell > section.map-stage.memories-focus > section.memory-database-page.side-panel .memory-lane-country-cloud .memory-lane-country-flag {
  width: 19px !important;
  flex: 0 0 19px !important;
  justify-content: center !important;
  white-space: nowrap !important;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", emoji !important;
  font-variant-emoji: emoji;
  font-size: 0.9rem !important;
  line-height: 1 !important;
  filter: saturate(0.88) drop-shadow(0 1px 1px rgba(5, 53, 56, 0.12)) !important;
}

html body main.app-shell > section.map-stage.memories-focus > section.memory-database-page.side-panel .memory-lane-country-cloud .memory-lane-country-name {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 640px) {
  html body main.app-shell > section.map-stage.memories-focus > section.memory-database-page.side-panel .memory-lane-country-cloud .memory-lane-country-chip {
    min-height: 32px !important;
    padding: 5px 9px 5px 7px !important;
    gap: 6px !important;
  }
}
