.sc-map-wrap {
  width: 100%;
}

.sc-clubs-map {
  width: 100%;
  height: 80vh;
  min-height: 420px;
  background: #162231;
  position: relative;
  overflow: hidden;
}

.sc-clubs-map.is-empty::before {
  content: attr(data-empty-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  background: #162231;
  z-index: 2;
}

.sc-map-infobox {
  min-width: 220px;
  max-width: 280px;
  padding: 4px 2px;
  color: #162231;
}

.sc-map-infobox-title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 6px;
}

.sc-map-infobox-address {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.sc-map-marker-label {
  position: absolute;
  transform: translate(-50%, -55px);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 4px 10px rgba(0,0,0,.7);
  letter-spacing: 0.01em;
}

.sc-map-club-label {
  position: absolute !important;
  transform: translate(-50%, -150%) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 3px 4px !important;
  letter-spacing: 0.01em !important;
}

.gm-style .gm-style-iw-c {
  padding: 12px 14px !important;
  border-radius: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

@media (max-width: 767px) {
  .sc-clubs-map {
    height: 60vh;
    min-height: 320px;
  }

  .sc-map-marker-label {
    font-size: 15px;
    transform: translate(-50%, -42px);
  }
}