#map {
  width: 100%;
  z-index: 5;
  height: 100vh;
}

#countryContainer {
  z-index: 1000;
}

#loading {
  position: fixed; /* Make it cover the full viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hide the spinner once the map has loaded */
.hidden {
  display: none;
}

#searchInput {
  box-sizing: border-box;
  position: absolute;
}

.imagePlaceholder {
  height: 150px;
  max-width: 100%;
}

.newsItem {
  width: 100%;
}