.umg-instance {
  width: 100%;
}

.umg-map {
  width: 100%;
  min-height: 480px;
  border-radius: 18px;
  overflow: hidden;
  background: #f3f3f3;
}

.umg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.umg-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,.12);
}

.umg-card__image {
  display: block;
  padding-top: 62%;
  background-size: cover;
  background-position: center;
}

.umg-card__body {
  padding: 1rem;
}

.umg-card__title {
  margin: 0 0 .5rem;
  font-size: 1.15rem;
  line-height: 1.25;
}

.umg-card__title a {
  color: inherit;
  text-decoration: none;
}

.umg-card__excerpt {
  margin: 0;
  font-size: .95rem;
}

.umg-popup {
  max-width: 260px;
}

.umg-popup__image {
  width: 100%;
  padding-top: 55%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: .75rem;
}

.umg-popup__title {
  margin: 0 0 .5rem;
  font-size: 1rem;
}

.umg-popup__excerpt {
  margin: 0 0 .75rem;
}

.umg-popup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.umg-popup__button {
  display: inline-block;
  padding: .45rem .65rem;
  border-radius: 999px;
  background: #222;
  color: #fff;
  text-decoration: none;
  font-size: .85rem;
}
