/* Sets size of Gmaps */
.webform-gmap-field-canvas {
    height: 800px !important;
    width: 800px !important;
}
/* Link wrapper */
.rp-card {
  display: block;
  max-width: 700px;
  margin: 0;
  text-decoration: none;
  color: inherit;
}

/* Text above the image (no box) */
.rp-card-text {
  margin: 0 0 0.75rem;
  padding: 0;
  background: none;
  border: none;
}

.rp-card-text h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.rp-card-text p {
  margin: 0.15rem 0 0;
  font-size: 1rem;
}

/* Image + overlay container */
.rp-card-inner-image {
  position: relative;
}

/* Main image */
.rp-card-inner-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Map thumbnail in corner */
.rp-card-map-tag {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 160px;
  height: 160px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.rp-card-map-tag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover hint on desktop */
@media (hover: hover) {
  .rp-card-inner-image:hover {
    cursor: pointer;
  }
}
