.leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: none;
  background-color: #003087;
  color: #fff;
  font-size: 1rem;
}

.leaflet-popup-content {
  min-width: 180px;
}

.leaflet-popup-content p {
  padding: 0 15px 0 0;
  margin-top: 0;
  margin-bottom: 1.75rem;
}

.leaflet-popup-content a {
  color: #fff;
}

.leaflet-popup-content a:hover,
.leaflet-popup-content a:active {
  color: #fff;
}

.leaflet-popup-tip-container .leaflet-popup-tip {
  background-color: #003087;
}

.leaflet-popup-content-wrapper {
  color: #fff;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #fff;
  font-size: 3em;
  font-weight: 100;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
}

.leaflet-control.leaflet-control-zoom {
  border: none;
  box-shadow: 0px 12px 20px rgb(0 0 0 / 10%);
}

.leaflet-control.leaflet-control-zoom a:first-child {
  border-radius: 0;
}

.leaflet-control.leaflet-control-zoom a:last-child {
  border-radius: 0;
}

.leaflet-control.leaflet-control-zoom a {
  color: #006eb5;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Roboto","Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.leaflet-control-container .leaflet-right .leaflet-control {
  margin-right: 20px;
}

.leaflet-control-container .leaflet-bottom .leaflet-control {
  margin-bottom: 20px;
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  mix-blend-mode: plus-lighter;
}

.c-map .c-map-select {
  max-width: 22.5rem;
}

.c-map-tooltip-icon {
  display: inline-block;
  color: var(--white);
}

.c-map .c-map-select .form-control {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8127 0H10.6408C10.5611 0 10.4861 0.0390626 10.4393 0.103125L6.0002 6.22188L1.56114 0.103125C1.51426 0.0390626 1.43926 0 1.35957 0H0.187698C0.0861354 0 0.0267604 0.115625 0.0861354 0.198438L5.59551 7.79375C5.79551 8.06875 6.20489 8.06875 6.40332 7.79375L11.9127 0.198438C11.9736 0.115625 11.9143 0 11.8127 0Z' fill='%238C8C8C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: right 14px center;
  height: 2.5rem;
  padding: 0.35rem 1.25rem;
}

.c-map-tooltip-text {

}

.c-map-tooltip-content p:last-child {
  margin-bottom: 0;
}

.leaflet-popup-content h4 {
  color: inherit;
}

.c-map-tooltip-address {
  display: inline-flex;
  gap: 0.75em;
}

.c-map-tooltip-email {
  display: inline-flex;
  gap: 0.75em;
}

.c-map-tooltip-phone {
  display: inline-flex;
  gap: 0.75em;
}

.c-map-tooltip-website {
  display: inline-flex;
  gap: 0.75em;
}

.u-full-width {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.u-full-width--iframe > iframe {
  width: 100% !important;
}
