.contact-map {
  border-radius: 15px;
}

/* Кнопка маршруту */
.custom-map-button {
  background-color: #7d972e;
  border: none;
  color: white;
  padding: 12px 12px;
  margin: 10px;
  width: 170px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

.custom-map-button:hover {
  background: #b3e626;
}

.gm-style-iw {
	background: black!important;
}

/* Для мобільних */
@media (max-width: 768px) {
  .custom-map-button {
    top: unset !important;
    left: 50% !important;
    bottom: 10px;
    transform: translateX(-50%);
  }
}

.map-info-window {
  font-size: 14px;
  line-height: 1.5;
  width: 240px;
}

.gm-style .gm-style-iw-c {
	background-color: black!important;
}

.gm-style-iw-chr {
  display: none !important;
}

.map-info-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.map-info-logo {
  max-width: 120px;
  height: auto;
  display: block;
}

.map-info-window h3 {
  font-size: 16px;
  margin: 0 0 8px;
  font-family: var(--second-family);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.map-info-window p {
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
