/* Featured Wrapper */
.cms-be-featured-properties-wrap { padding: 6.25rem 0; position: relative; z-index: 1; }
.cms-be-featured-properties-wrap .container { width: 100%; max-width: 87.5rem; margin-top: 0.9375rem; }
.cms-be-featured-properties-wrap .h1 { font-size: 3.5rem; }
.cms-be-featured-properties-wrap .subtitle { font-weight: var(--wMedium); }

/* Featured Swiper */
.cms-be-featured-properties-wrap .swiper-container .swiper-lazy-preloader { --swiper-preloader-color: hsl(var(--siteColor1)); }
.be-featured-properties-swiper { max-width: 112.5rem; padding: 1.875rem 0.9375rem; }
.be-featured-properties-controls { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; max-width: 25rem; margin: auto; 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; }

/* Featured Property */
.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; object-fit: cover; }
.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; justify-content: center; margin: 0 0 0.625rem; }
.be-featured-property-title .h3 { text-align: center; 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; margin-top: 0.75rem; padding: 0 0.25rem; text-align: center; }
.be-featured-property-info-item .icon { height: 0.85rem; width: 1.25rem; margin-right: 0.25rem; color: hsl(var(--siteColor1)); }

/* CLS Fixes */
.be-featured-property-title-link { display: block; width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.be-featured-property-title .h3 { width: 100%; }
.be-featured-property-img-wrap { height: 15rem; padding-bottom: 0; }
.be-featured-property-info-wrap { min-height: 7rem; }
.be-featured-property-info { flex-wrap: nowrap; }
.be-featured-property-info-item { display: block; justify-content: center; }
.be-featured-properties-swiper .swiper-slide { --marginRight: 1.875rem; --columns: 1; margin-right: var(--marginRight); width: calc(calc(100% / var(--columns)) - var(--marginRight) + calc(var(--marginRight) / var(--columns))); }
.be-featured-properties-controls { height: 3rem; }
@media (min-width: 0) {
  .be-featured-properties-swiper .swiper-slide { --columns: 1; }
}
@media (min-width: 667px) {
  .be-featured-properties-swiper .swiper-slide { --columns: 2; }
}
@media (min-width: 992px) {
  .be-featured-properties-swiper .swiper-slide { --columns: 3; }
}
@media (min-width: 1200px) {
  .be-featured-properties-swiper .swiper-slide { --columns: 4; }
}