﻿.location-map .map-container {
  height: 450px;
}
.location-map .marker-tooltip {
  padding-top: 1.5rem;
}
.location-map .marker-tooltip img {
  max-width: 100% !important;
}
.location-map .marker-tooltip .h6 a {
  text-decoration: none;
}
.location-map .marker-tooltip .h6 a:hover {
  text-decoration: underline;
}
.location-map .marker-tooltip .text-accent {
  color: var(--bs-accent-color);
}
.location-map .gm-style .gm-style-iw-c {
  padding: 0 0 1.5rem !important;
  max-width: 26rem !important;
  display: flex;
  flex-flow: row-reverse nowrap;
}
