.rgr-pma-map-note {
  margin: 0 0 12px;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.45;
}

.rgr-pma-shared-popup ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.rgr-pma-shared-popup li + li {
  margin-top: 6px;
}

.rgr-pma-city-popup p {
  margin: 8px 0 0;
}

.rgr-pma-redesign-map-section {
  width: min(1180px, calc(100% - 48px));
  margin: clamp(32px, 6vw, 72px) auto;
  padding: clamp(20px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 24px;
  background: #f7f3ed;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
}

.rgr-pma-redesign-map-section .rgr-tps-map {
	height: 420px !important;
  min-height: 420px !important;
  overflow: hidden;
  border-radius: 16px;
}

.rgr-pma-redesign-map-section .rgr-pma-map-note {
  margin-top: 0;
}

.rgr-pma-map-title {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.rgr-pma-redesign-map-section .rgr-tps-map > .rgr-tps-map-empty {
  min-height: inherit;
  padding: 36px 24px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #333;
  text-align: center;
}

.rgr-pma-redesign-map-section .rgr-pma-filter-status {
  min-height: 180px;
  padding: 36px 24px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(17, 17, 17, 0.25);
  border-radius: 16px;
  background: #fff;
  color: #333;
  text-align: center;
}

.rgr-pma-redesign-map-section .rgr-pma-filter-status[hidden] {
  display: none;
}

@media (max-width: 720px) {
  .rgr-pma-redesign-map-section {
    width: calc(100% - 24px);
    padding: 18px 12px;
    border-radius: 18px;
  }

  .rgr-pma-redesign-map-section .rgr-tps-map {
		height: 360px !important;
    min-height: 360px !important;
  }
}

/* Align the gallery's introductory map with its filters and project grid. */
.lc-wrap > .rgr-pma-redesign-map-section {
  width: 100%;
  margin: 0 0 clamp(24px, 4vw, 48px);
}
