.lpm-map-wrap {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem 0;
}

.lpm-map-container {
  position: relative;
  width: 100%;
  min-height: 320px;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f1f1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.lpm-loading,
.lpm-empty,
.lpm-error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.96);
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  color: #1f2933;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

.lpm-error {
  color: #b91c1c;
}

/* InfoWindow content (rendered inside .gm-style-iw by Google Maps). */
.lpm-infowindow {
  font-family: inherit;
  max-width: 280px;
  padding: 2px 0;
  color: #1f2933;
}

.lpm-iw-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #1f2933;
}

.lpm-iw-address,
.lpm-iw-phone,
.lpm-iw-email {
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #4b5563;
}

.lpm-iw-phone a,
.lpm-iw-email a {
  color: #1976d2;
  text-decoration: none;
}

.lpm-iw-phone a:hover,
.lpm-iw-email a:hover {
  text-decoration: underline;
}

.lpm-iw-desc {
  margin-top: 8px;
  padding-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: #4b5563;
  border-top: 1px solid #e5e7eb;
}

.lpm-iw-desc * {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  text-transform: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 640px) {
  .lpm-map-container {
    min-height: 280px;
  }
  .lpm-infowindow {
    max-width: 220px;
  }
  .lpm-iw-title {
    font-size: 15px;
  }
}
