.geolocation-common-map-container button.gm-ui-hover-effect span {
  display: none !important;
}

.geolocation-common-map-container button.gm-ui-hover-effect::after {
  content: '';
  background: url('/themes/eb_theme/images/svg-icons/google-map-popup-close.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 33px;
  position: absolute;
  left: -10px;
  top: 38px;
}

.geolocation-location-type {
  display: none;
}

.location-content a:hover {
  text-decoration: underline;
}

.location-title {
  font-family: Figtree, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  width: 90%;
}

.location-get-directions {
  font-family: Figtree, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #fff !important;
  background: #0E669A;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 24px;
  width: 458px;
}

.location-services {
  font-family: Figtree, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  margin-top: 16px;
}

.location-services ul {
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  max-height: 55px;
}

.location-services ul li {
  flex: 1;
}

.location-divider {
  margin-top: 16px;
  border-top: 1px solid #CDCDCD;
}

.location-lobby-hours {
  font-family: Figtree, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 4px;
  margin-top: 32px;
}

.location-lobby-hours .location-lobby-hours-details {
  font-family: Figtree, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 21px;
  margin-top: 16px;
}

.location-drive-up-hours {
  font-family: Figtree, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 4px;
  margin-top: 32px;
}

.location-drive-up-hours .location-drive-up-hours-details {
  font-family: Figtree, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 21px;
  margin-top: 16px;
}

.locations-book-appointment {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  justify-content: start;
  align-items: center;
  width: 458px;
  max-height: 85px;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  overflow: hidden;
}

.locations-book-appointment .appt-column-one {
  flex-basis: 33%;
}

.locations-book-appointment .appt-column-one img {
  max-width: 200px;
  max-height: 100px;
}

.locations-book-appointment .appt-column-two {
  font-family: Figtree, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  flex-basis: 50%;
  color: #003366;
}

.locations-book-appointment .appt-column-three img {
  max-width: 20px;
  max-height: 20px;
}
