.pp-region-hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.pp-delivery-map-wrap {
  margin-bottom: 15px;
}

.pp-delivery-map {
  display: block;
  width: 100%;
  height: auto;
  max-height: 150px;
  margin-top: 4px;
}

.pp-delivery-map svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 150px;
}

.pp-map-loading {
  display: block;
  padding: 28px 0;
  color: #777;
  font-size: 12px;
}

.pp-map-country {
  fill: #f5f1e8;
}

.pp-map-outline {
  fill: none;
  stroke: #d5c9b8;
  stroke-width: 28;
}

.pp-map-zone {
  pointer-events: none;
}

.pp-map-zone-ask {
  fill: rgba(141, 108, 77, .10);
}

.pp-map-zone-paid {
  fill: rgba(219, 150, 55, .30);
}

.pp-map-zone-free {
  fill: rgba(82, 158, 88, .42);
}

.pp-map-ring {
  fill: none;
  stroke-width: 28;
  stroke-dasharray: 80 80;
  pointer-events: none;
}

.pp-map-ring-free {
  stroke: #529e58;
}

.pp-map-ring-paid {
  stroke: #db9637;
}

.pp-map-point {
  fill: #2f6f35;
  pointer-events: none;
}

.pp-map-label {
  fill: #333;
  font-size: 170px;
  font-weight: 700;
  pointer-events: none;
}

.pp-map-legend {
  display: grid;
  gap: 5px;
  margin-top: 7px;
}

.pp-map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 4px 6px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

.pp-map-legend-item span:last-child {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}

.pp-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.pp-dot-free {
  background: #529e58;
}

.pp-dot-paid {
  background: #db9637;
}

.pp-dot-ask {
  background: #8d6c4d;
}

.pp-delivery-status {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
}

.pp-delivery-status.is-free {
  color: #3f8345;
}

.pp-delivery-status.is-paid {
  color: #9a661e;
}

.pp-delivery-status.is-ask {
  color: #7b5f43;
}

.pp-individual-price {
  color: #7b5f43;
  font-weight: 700;
}


@media (max-width: 767px) {
  .pp-delivery-map {
    max-height: none;
  }
}
