.rectify-manual-map-wrapper,
.rectify-wp-map-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
}

#rectifyManualMap,
#rectifyWpMap {
  width: 100%;
  height: 520px;
  background: #ffffff;
}

.rectify-map-message,
.rectify-wp-map-message {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.78);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 24px;
  font-size: 14px;
  display: none;
  pointer-events: none;
}

.rectify-map-message.show,
.rectify-wp-map-message.show {
  display: block;
}

.rectify-popup {
  position: absolute;
  width: 280px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transform: translate(-50%, calc(-100% - 22px));
  font-family: Arial, sans-serif;
  z-index: 9999;
}

.rectify-popup::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.08);
}

.rectify-popup-image {
  width: 100%;
  height: 145px;
  background-size: cover;
  background-position: center;
  background-color: #eeeeee;
}

.rectify-popup-content {
  padding: 16px 18px 18px;
}

.rectify-popup-title {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 1;
  color: #333333;
  text-align: left;
  font-weight: 800;
}

.rectify-popup-location {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1;
  color: #333333;
  text-align: left;
  font-weight: 800;

}
.rectify-popup-location  span {
    font-weight: 500;
}
.rectify-popup-description {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1;
  color: #333333;
  text-align: left;
  font-weight: 800;
}
.rectify-popup-description  span {
    font-weight: 500;
}
.rectify-popup-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.c-red {
    color: #c91428;
}
.rectify-popup-close {
 position: absolute;
    top: 9px;
    right: 10px;
    width: 36px;
    height: 28px;
    border: none;
    border-radius: 48%;
    background: white;
    color: #ffffff;
    font-size: 18px;
    line-height: 7px;
    cursor: pointer;
    z-index: 2;
    color: #000000;
}

.rectify-popup-close:hover {
  background: rgba(0, 0, 0, 0.85);
}

@media (max-width: 600px) {
  .rectify-popup {
    width: 245px;
  }

  .rectify-popup-image {
    height: 120px;
  }

  .rectify-popup-title {
    font-size: 16px;
  }
}

.gm-style iframe + div {
  border: none !important;
}
