.locationCardRoot .locationCardBody .gpsRow {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 8px 0;
}

.locationCardRoot .locationCardBody .mapBox {
  margin-top: 10px;
  border: 1px solid var(--cardBorder);
  border-radius: var(--radiusSm);
  overflow: hidden;
}

.locationCardRoot .locationCardBody .mapBox .osmIframe {
  width: 100%;
  height: 240px;
  border: 0;
}