/*======= SINGLE PROJECT ========*/
#single-project-map {
  width: 80%;
  height: 700px;
  max-width: 1400px;
  border-radius: 40px;
  position: relative;
}

/* fixes potential theme css conflict */
#single-project-map img {
  max-width: inherit !important;
}

.single-project-map-info {
  position: absolute;
  top: 0;
  left: 0;
  background: #cfe1f49e 0% 0% no-repeat padding-box;
  min-width: fit-content;
  width: 35%;
  height: 100%;
  z-index: 9999;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
}

.pre-single-project-title {
  color: #4d7cbf;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.single-project-title {
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 4rem;
}

.single-project {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 10px;
}

#acf-map-label {
  float: left;
  width: 80%;
  max-width: 1400px;
  margin-bottom: 1rem;
  color: #707070;
}

.single-project-map-info-label {
  color: #0e1f3b;
  font-weight: bold;
  font-size: 20px;
}

.single-project-map-info-value {
  background-color: #fff;
  color: #0e1f3b;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 20px #0000001a;
}

.single-project-map-info-title {
  color: #4d7cbf;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-bottom: 17px;
}
