/* Featured Slider */
.cms-be-featured-properties-wrap .container { max-width: 100%; padding: 0; }
.cms-be-featured-properties-wrap .be-featured-properties-swiper {  margin: 0 -2rem; padding: 0 2rem 2rem; }
.cms-be-featured-properties-wrap .swiper-container .swiper-lazy-preloader { --swiper-preloader-color: hsl(var(--siteColor1)); }
.be-featured-properties-controls { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; max-width: 25rem; margin: 0 auto 2rem; position: relative; }
.be-featured-properties-controls .be-featured-btn-next,
.be-featured-properties-controls .be-featured-btn-prev { width: 3.125rem; height: 3.125rem; margin: auto; position: relative; top: auto; right: auto; left: auto; background: transparent; border-radius: 50vw; box-shadow: none; color: hsl(var(--siteColor1)); transition: all 0.4s ease-in-out; }
.be-featured-properties-controls .be-featured-btn-next:hover,
.be-featured-properties-controls .be-featured-btn-prev:hover { background: hsl(var(--siteColor1)); box-shadow: var(--dropShadow); color: hsl(var(--white)); }
.be-featured-properties-controls .be-featured-btn-next:focus,
.be-featured-properties-controls .be-featured-btn-prev:focus { outline: none; box-shadow: var(--focusShadow); }
.be-featured-properties-controls .be-featured-btn-next:after,
.be-featured-properties-controls .be-featured-btn-prev:after { display: none; }
.be-featured-properties-controls .be-featured-btn-next .icon,
.be-featured-properties-controls .be-featured-btn-prev .icon { width: 1.75rem; height: 1.75rem; }
.be-featured-properties-controls .be-featured-pagination { display: flex; align-items: center; position: relative; top: auto; right: auto; left: auto; }

.be-featured-property { overflow: hidden; display: flex; flex-direction: column; border-radius: var(--borderRadius); box-shadow: var(--dropShadow); font-family: var(--siteFont2), sans-serif; }
.be-featured-property:hover { box-shadow: var(--dropShadow), var(--dropShadow); }
.be-featured-property-img-wrap { position: relative; padding-bottom: 62.5%; position: relative; z-index: 1; background-color: var(--placeholderBG); }
.be-featured-property-img-link { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.be-featured-property-img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.be-featured-property-info-wrap { display: flex; flex-direction: column; position: relative; padding: 1rem 1.25rem; background: hsl(var(--white)); line-height: 1; }
.be-featured-property-info-wrap .col { display: flex; flex-wrap: wrap; align-content: center; padding: 0 0.3125rem; }
.be-featured-property-title { display: flex; margin: 0 0 0.625rem; }
.be-featured-property-title .h3 { margin: 0; font-family: var(--bodyFont); font-size: 1.25rem !important; line-height: 1.25; font-weight: var(--wRegular); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.be-featured-property-title-link,
.be-featured-property-title-link:hover { color: hsl(var(--bodyFontColor)); }
.be-featured-property-info { display: flex; flex-wrap: wrap; justify-content: space-around; margin: 0; padding: 0; font-size: 1rem; line-height: 1; font-weight: var(--wNormal); }
.be-featured-property-info-item { display: flex; align-items: center; margin-top: 0.75rem; padding: 0 0.25rem; text-align: center; }
.be-featured-property-info-item .icon { height: 0.85rem; margin-right: 0.125rem; color: hsl(var(--siteColor1)); }

/* SRP - Featured Properties Grid Fix */
.cms-be-featured-properties-wrap { max-width: 100%; }
@media (min-width: 1025px) {
  .map-collapse .cms-be-featured-properties-wrap { max-width: calc(100vw - var(--scrollbarWidth) - 4rem); }
  .cms-be-featured-properties-wrap { max-width: calc(100vw - var(--srpMapContainerWidth) - var(--scrollbarWidth) - 4rem); }
  .cms-be-featured-properties-wrap .be-featured-properties-swiper { margin: 0; padding: 0 0 2rem; }
}