
#map {
    width: 100%;
    height: 500px;
    margin-top: 10px;
}
.coordinaten-sectie {
  border: 1px solid #ccc;
  padding: 10px;
  background: #f8f8f8;
  max-width: 340px;
  margin-top: 15px;
}
#coordinatesOutput {
  background: #f8f8f8;
  padding: 10px;
  margin-top: 10px;
  overflow-x: auto;
  font-family: monospace;
  font-size: 1em;
}
#map, #street-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
#street-view {
    display: none;
    z-index: 2;
}
#map {
    z-index: 1;
}
#toggle-view {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    background: #fff;
    border: 1px solid #aaa;
    padding: 10px 18px;
    border-radius: 7px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    cursor: pointer;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
}
#rpc-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
