/* CSS Document */
#smooth-content {
    float: left;
}


/* Scope alleen naar maps + jouw wrapper */
#map2 .gm-style .spring-iw,
#map3 .gm-style .spring-iw{
  max-width: 300px;
  padding-right: 30px;
}
#map2 .gm-style .gm-style-iw-c #bodyContent,
#map3 .gm-style .gm-style-iw-c #bodyContent{
  padding-right: 42px; /* ruimte voor het X-kruisje */
  max-width: 300px;
  box-sizing: border-box;
}
#map2 .gm-style .gm-style-iw-c button.gm-ui-hover-effect,
#map3 .gm-style .gm-style-iw-c button.gm-ui-hover-effect{
  top: 5px !important;
  right: 5px !important;
}
/* Titel */
#map2 .gm-style .spring-iw h3,
#map3 .gm-style .spring-iw h3{
  color: var(--goldcolor);
  margin: 0;
  padding: 0;
  font-size: 1.1em;      /* iets compacter in info window */
  font-weight: 400;
  padding-right: 42px;
  font-family: ivymode, sans-serif;
}

/* Body spacing */
#map2 .gm-style .spring-iw__body,
#map3 .gm-style .spring-iw__body{
  line-height: 1.35;
}

/* Knop */
#map2 .gm-style .spring-iw__actions,
#map3 .gm-style .spring-iw__actions{
  margin-top: 10px;
}

#map2 .gm-style .spring-iw__btn,
#map3 .gm-style .spring-iw__btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.12);
  background: white;
  color: #111;
  font-size: 13px;
}

/* optioneel hover */
#map2 .gm-style .spring-iw__btn:hover,
#map3 .gm-style .spring-iw__btn:hover{
  transform: translateY(-1px);
}

.gm-style .gm-style-iw-c { padding-right: 28px; } /* ruimte voor close X */
.gm-body h3 { margin: 20px 18px 0 0; }              /* of alleen h3 ruimte */
.gm-actions { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.gm-btn { padding: 8px 10px; border-radius: 999px; border: 1px solid rgba(0,0,0,.15); background:#fff; cursor:pointer; text-decoration:none; }


