.map-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #308a42;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
  font-size: 1.125rem;
}

.map-button:hover {
  background: #eee05d;
  color:#308a42;
  font-size: 1.125rem;
}

.newmapcanvas{
  position:relative; 
  width:100%; 
  max-width:800px; 
  height:300px; 
  margin:auto;
}

.showInteractiveMap{
  display:block; 
  width:100%; 
  height:100%;
}
.interactiveMap{
  width:100%;
  height:100%;
  display:none;
  position:absolute;
  top:0;
  left:0;
}