.popup-inner-studio {
  max-width: min(900px, 92vw);
}

.pratst-studio-map-mount {
  width: 100%;
  min-height: 450px;
  margin-top: 1rem;
}

.pratst-studio-map-mount .geolocation-map-container,
.pratst-studio-map-mount .geolocation-map-wrapper {
  width: 100% !important;
  min-height: 450px;
}

.pratst-studio-map-mount .views-field {
  margin-bottom: 0.35rem;
}

.pratst-studio-map-mount .studio-map-view-profile a {
  font-weight: 700;
}

/* Google Maps infowindow content (copied from hidden location rows). */
.gm-style .views-field-field-studio-location,
.gm-style .geolocation-latlng,
.pratst-studio-map-mount .views-field-field-studio-location,
.pratst-studio-map-mount .geolocation-latlng {
  display: none !important;
}

/* Title is rendered above content by Geolocation; name shows below image instead. */
.gm-style .location-title,
.pratst-studio-map-mount .location-title {
  display: none !important;
}

.gm-style-iw-d,
.gm-style-iw-c {
  overflow: visible !important;
}

.gm-style-iw-d {
  max-height: none !important;
}

.gm-style .geolocation-location,
.pratst-studio-map-mount .geolocation-location {
  max-width: 240px;
}

.gm-style .location-content,
.pratst-studio-map-mount .location-content {
  font-size: 0.85rem;
  line-height: 1.35;
}

.gm-style .views-field-field-studio-images,
.pratst-studio-map-mount .views-field-field-studio-images {
  margin-bottom: 0.4rem;
}

.gm-style .views-field-field-studio-images img,
.pratst-studio-map-mount .views-field-field-studio-images img {
  display: block;
  width: 100%;
  max-width: 240px;
  max-height: 120px;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.gm-style .views-field-field-studio-name,
.pratst-studio-map-mount .views-field-field-studio-name {
  margin-bottom: 0.35rem;
}

.gm-style .views-field-field-studio-name .field-content,
.pratst-studio-map-mount .views-field-field-studio-name .field-content {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

.gm-style .views-field-field-address-line-1,
.pratst-studio-map-mount .views-field-field-address-line-1 {
  margin-bottom: 0.45rem;
}

.gm-style .views-field-field-address-line-1 .field-content,
.pratst-studio-map-mount .views-field-field-address-line-1 .field-content {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.35;
  color: #555;
}

.gm-style .views-field-view-profile a,
.pratst-studio-map-mount .views-field-view-profile a {
  font-weight: 700;
}
