#map-content-container {
    background: #13a0f0;
}

.map-content {
  color: white;
}

.map-button {
  background-color: white;
  color:  #414141;
  padding: 15px 20px;
  font-size: 12px;
  display: flex;
  border-radius: 2px;
  max-width: 250px;
  justify-content: space-between;
  align-items: center;
  border: none;
  width: 100%;
  margin-bottom: 15px;
}

.map-button:hover {
  opacity: 1 !important;
  background-color: white;
  color: #414141;
}

.map-button:hover .map-button-icon {
    animation-duration: 1s; 
    animation-fill-mode: both; 
    animation-name: bounce;
}

.map-button-icon {
  height: 23px;
}

.map-location-popup {
    max-width: 300px;
}

.map-location-popup-image {
  max-height: 200px;
  margin: 10px 0;
  width: 100%;
  object-fit: contain;
}

.map-location-popup-title-wrapper {
  margin-bottom: 7px;
}

.map-location-popup-link-title {
  color: #2e3092;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #2e3092;
  padding-bottom: 2px;
  display: inline-block;
}

.map-location-popup-title {
  color: #2e3092;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.map-pin-marker {
    height: 35px;
}

#map-content-container .gm-style-iw {
    box-shadow: none !important;
    border: none !important;
}
#map-content-container .gm-style-iw-tc {
    filter: none !important;
}

@media (max-width: 767px) {
  #google-map {
    height: 600px;
  }

  .map-button {
    max-width: unset;
  }
}

@media (min-width: 992px) {
  #map-description {
    padding-right: 130px !important;
  }
}

@media (min-width: 768px) {
  #google-map {
    position: absolute;
    max-width: 55%;
    height: 100%;
    right: 0;
  }

  #map-description {
    padding-right: 50px;
  }
}
