/* Left-side map */
#site-map {
  height: 350px;
}

/* Welcome instructions panel on the right */
#welcome-instructions {
  min-height: 70vh;
}

/* Error + layout containers (initial states) */
#no-data-message {
  display: none;
}

#plot-header {
  display: none;
}

#plots {
  display: none;
}

