/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}
/* Custom Widgets Styles */
.allPropertiesContainer {
  font-family: Manrope;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.overviewWidgetContainer {
  display: flex;
  max-width: 1000px;
  height: 426px;
  cursor: auto;
}

.overviewMobileWidgetContainer {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  cursor: auto;
}

.leftContainer {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}

.rightContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  height: 100%;
}

.propertyImage {
  min-height: 230px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.imagePlaceholder {
  min-height: 230px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
}

.imagePlaceholder:hover {
  background-color: #eeeeee !important;
}

.detailsContainer {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  padding: 24px;
}

.detailsText {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.description {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.boldText {
  font-weight: 700;
}

.largeText {
  font-size: 18px;
  line-height: 25px;
}

.heading {
  text-align: left;
  font-size: 32px;
  line-height: 44px;
}

.textBlack {
  color: #000;
}

.propertyLocation {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
}

.infoContainer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.infoIcon {
  display: flex;
}

.buttonsContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.viewPropertyButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border: none;
  cursor: pointer;
  background-color: #3E4AF5;
  color: #EBF3FB;
}
