.sfc-location-map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.sfc-location-map {
  width: 100%;
  min-height: 600px;
}

#sfc-location-popup {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  z-index: 9999;
}

:fullscreen #sfc-location-popup {
  top: 30px;
  right: 30px;
}

.sfc-location-popup-inner {
  padding: 28px 28px 32px;
}

.sfc-location-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sfc-location-popup-close img {
  display: block;
  width: 100%;
  height: 100%;
}

.sfc-location-popup-title-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.sfc-location-popup-pin img {
  width: 26px;
  height: 26px;
  display: block;
}

.sfc-location-popup-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 300;
  color: #1b1b1b;
}

.sfc-location-popup-address {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1.35;
  color: #383838;
}

.sfc-location-popup-phone {
  font-size: 30px;
  line-height: 1.3;
  color: #383838;
}

@media (max-width: 991px) {
  .sfc-location-map {
    min-height: 560px;
  }
  .sfc-location-popup {
    top: auto;
    right: 20px;
    left: 20px;
    bottom: 20px;
    max-width: none;
  }
  .sfc-location-popup-title {
    font-size: 30px;
  }
  .sfc-location-popup-address,
  .sfc-location-popup-phone {
    font-size: 22px;
  }
}
.custom-map-popup {
  min-width: 300px;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  position: relative;
  font-family: inherit;
}

.custom-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #0b4557;
  padding: 0;
}

.popup-header {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-bottom: 18px;
  padding-right: 15px;
}

.popup-header img {
  width: 24px;
  height: 32px;
  flex-shrink: 0;
}

.popup-header h4 {
  margin: 0;
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup-body p {
  margin: 0 0 6px;
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.popup-body p:last-child {
  margin-top: 14px;
  font-size: 15px;
}

.popup-body a {
  color: inherit;
  text-decoration: none;
}

.popup-body a:hover {
  text-decoration: underline;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 24px !important;
  box-shadow: none !important;
}

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

.gm-style .gm-ui-hover-effect {
  display: none !important;
}

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

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

@media (max-width: 991px) {
  .gm-style .gm-style-iw-c {
    max-width: 340px !important;
    max-height: 500px !important;
  }
  .popup-header {
    width: 100%;
    padding-right: 24px;
  }
  .popup-header h4 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=location-map.css.map */
