@charset "UTF-8";
/* SCSS Document - Rewritten listing + property detail styles */
/* ------------------------------------------------------------
   Global cleanup
------------------------------------------------------------ */
html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.rmwb_detail-wrapper *,
.rmwb_listing-wrapper * {
  box-sizing: border-box;
}

.rmwb_detail-wrapper *,
.rmwb_listing-wrapper *,
.rmwb-flexslider,
.rmwb-flexslider *,
.search-form *,
.max-wrap.search-form,
.detail-button,
.gradient-button,
.search-button,
.filter-select select,
.rmwb_available-btn a,
.rmwb_details-box,
.rmwb_details-box-title {
  border-radius: 0 !important;
}

.page-title.rmwb_page-title {
  min-height: 0;
}

.rmwb_no-properties {
  text-align: center;
  font-size: 1.5em;
  padding: 1em;
}

.rmwb_main-header {
  padding: 0 10px;
}

.rmwb_main-header h3,
.rmwb_detail-wrapper h2,
.rmwb_listing-wrapper h2 {
  width: 100%;
  text-transform: capitalize;
  padding: 10px 20px;
  font-weight: 400;
}

.rmwb_detail-wrapper h3 {
  font-weight: 400;
}

.rmwb_detail-wrapper ul,
.rmwb_listing-wrapper ul {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------
   Map above property listings
------------------------------------------------------------ */
.map-property-listing {
  width: 100%;
}

.map-property-listing #map-canvas,
#map-canvas {
  display: block;
  width: 100%;
  height: 500px;
  min-height: 500px;
  margin: 0;
}

.map-property-listing > .row {
  padding: 5vh 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1700px) {
  .map-property-listing > .row {
    padding: 5vh 100px;
  }
}
/* ------------------------------------------------------------
   Property listing cards
------------------------------------------------------------ */
.rmwb_row {
  padding: 5vh 50px;
}

@media screen and (min-width: 1700px) {
  .rmwb_row {
    padding: 5vh 100px;
  }
}
.rmwb_listings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 56px;
  width: 100%;
  align-items: start;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.rmwb_listing-card-topbar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  width: 100%;
  min-height: 64px;
  background: #84C441;
  position: relative;
  z-index: 2;
}

.rmwb_listing-card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 10px 14px;
  background: #84C441;
  color: #03194A;
}

.rmwb_listing-card-title h3 {
  margin: 0;
  padding: 0;
  color: #03194A;
  line-height: 1.05;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.015em;
}

.rmwb_listing_location,
.rmwb_listing_subtitle {
  margin: 6px 0 0;
  color: #03194A;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0;
}

.rmwb_listing-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 14px;
  background: #03194A;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}

.rmwb_listing-image {
  width: 86%;
  height: 235px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: -24px 0 0;
  background: transparent;
  position: relative;
  z-index: 3;
}

.rmwb_detail-button-wrapper a,
.detail-button,
.gradient-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  margin: 0;
  padding: 15px 24px;
  background: #84C441;
  color: #03194A;
  border: 1px solid #84C441;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.detail-button::after,
.rmwb_detail-button-wrapper a::after {
  content: none !important;
  display: none !important;
}

.rmwb_detail-button-wrapper a:hover,
.detail-button:hover,
.gradient-button:hover {
  background: #03194A;
  border-color: #03194A;
  color: #fff;
  text-decoration: none;
}

/* ------------------------------------------------------------
   Search form
------------------------------------------------------------ */
.max-wrap.search-form {
  background-color: #84C441;
  text-align: center;
}

.search-form .property-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 40px 16px;
}

.filter-select {
  position: relative;
  width: 280px;
  max-width: 100%;
}

.filter-select select {
  width: 100%;
  height: 50px;
  padding: 0 52px 0 22px;
  border: 1px solid #D8DDE6;
  background: #fff;
  color: #1F2933;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

.filter-select::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #1F2933;
  pointer-events: none;
}

.filter-select select:focus {
  border-color: #03194A;
  box-shadow: 0 0 0 3px rgba(3, 25, 74, 0.15);
}

.search-button-wrap {
  position: relative;
  display: inline-flex;
}

.search-button {
  height: 50px;
  padding: 0 28px;
  background-color: #03194A;
  color: #fff;
  border: 1px solid #03194A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.search-button::after,
.search-button-wrap::after {
  content: none !important;
  display: none !important;
}

.search-button:hover {
  background-color: #fff;
  color: #03194A;
  border-color: #03194A;
}

/* ------------------------------------------------------------
   Property detail page
------------------------------------------------------------ */
/* Keep the existing theme hero intact.
   Property detail layout styles start below. */
.rmwb_detail-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 375px;
  gap: 50px;
  align-items: start;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 2em;
  background: #fff;
}

.rmwb_detail-wrapper .rmwb_section {
  min-width: 0;
  width: 100%;
  flex: none;
  flex-basis: auto;
}

.rmwb_left-col,
.rmwb_right-col {
  position: relative;
}

.rmwb_left-col {
  z-index: 2;
}

.rmwb_right-col {
  z-index: 1;
}

.rmwb_address-row {
  display: block;
  margin: 0 0 34px;
  padding: 0 0 22px;
  border-bottom: 2px solid #03194A;
}

.rmwb_address-sec h2 {
  margin: 0 0 8px;
  padding: 0;
  color: #03194A;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

.rmwb_address-sec h3 {
  margin: 0;
  padding: 0;
  color: #03194A;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.rmwb_photo-section,
.rmwb_primary-photos {
  width: 100%;
  max-width: 100%;
}

.rmwb-flexslider,
.rmwb-flexslider * {
  box-sizing: border-box;
}

.rmwb-flexslider {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
  position: relative;
}

.rmwb-flexslider .flex-viewport {
  width: 100%;
  max-width: 100%;
  height: 525px;
  margin: 0;
  overflow: hidden;
}

.rmwb-flexslider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rmwb-flexslider .slides > li {
  height: 525px;
  margin: 0;
}

.rmwb-flexslider .slides img {
  display: block;
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.rmwb_slide-bg {
  width: 100%;
  height: 525px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rmwb-flexslider .flex-control-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.rmwb-flexslider .flex-control-nav li {
  margin: 0;
  padding: 0;
}

.rmwb-flexslider .flex-control-nav li a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(3, 25, 74, 0.25);
}

.rmwb-flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.95);
}

.rmwb-flexslider .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rmwb-flexslider .flex-direction-nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  width: 44px;
  height: 44px;
  background: rgba(3, 25, 74, 0.45);
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}

.rmwb-flexslider .flex-direction-nav .flex-prev {
  left: 12px;
}

.rmwb-flexslider .flex-direction-nav .flex-next {
  right: 12px;
}

.rmwb-flexslider .flex-direction-nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-top: 0;
  border-right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.rmwb-flexslider .flex-direction-nav .flex-next::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media (hover: hover) {
  .rmwb-flexslider .flex-direction-nav a {
    opacity: 0;
    transition: opacity 180ms ease;
  }
  .rmwb-flexslider:hover .flex-direction-nav a {
    opacity: 1;
  }
}
.rmwb_available-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 14px;
}

.rmwb_available-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 18px;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.rmwb_available-btn .btn-style1,
.btn-style1 {
  background: #84C441;
  color: #03194A;
}

.rmwb_available-btn .btn-style2,
.btn-style2 {
  background: #03194A;
  color: #fff;
}

.rmwb_available-btn a:hover {
  background: #CCDBDC;
  color: #03194A;
}

.rmwb_details-box {
  width: 100%;
  margin: 0 0 38px;
  border: 1px solid rgba(3, 25, 74, 0.45);
  background: #fff;
}

.rmwb_details-box-title {
  padding: 17px 20px;
  background: #CCDBDC;
  border-bottom: 1px solid rgba(3, 25, 74, 0.45);
  text-align: center;
}

.rmwb_details-box-title h3 {
  margin: 0;
  padding: 0;
  color: #03194A;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

.rmwb_details-box-content {
  padding: 24px 34px;
}

.rmwb_details-box-content p,
.rmwb_details-box-content li {
  margin: 0 0 12px;
  color: #03194A;
  line-height: 1.55;
  font-weight: 400;
}

.rmwb_details-box-content p:last-child,
.rmwb_details-box-content li:last-child {
  margin-bottom: 0;
}

.rmwb_details-box-content ul {
  margin: 0;
  padding-left: 18px;
}

@media screen and (max-width: 800px) {
  .rmwb_available-btn {
    max-width: 420px;
    margin: -10px auto 18px;
    gap: 8px;
  }
  .rmwb_available-btn a {
    padding: 16px 12px;
  }
  .rmwb_available-btn a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* ------------------------------------------------------------
   Default detail/legacy sections
------------------------------------------------------------ */
.rmwb_callout-links a {
  padding: 10px 20px;
  text-transform: capitalize;
  margin: 0.2em;
}

.rmwb_google-map-detail,
.rmwb_description,
.rmwb_contact-section {
  flex-basis: 100%;
  width: 100%;
}

.rmwb_description {
  padding: 0 1em;
}

.rmwb_section .rmwb_main-photo a {
  border: none;
}

.rmwb_section .rmwb_main-photo img {
  width: 100%;
}

.rmwb_additional-photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rmwb_additional-photo {
  width: 24%;
}

.rmwb_additional-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100px;
  -o-object-position: center;
     object-position: center;
}

.rmwb_info-title {
  text-transform: capitalize;
  font-weight: 500;
}

.rmwb_info-list li {
  padding: 3px;
}

.rmwb_amenities-section li,
.rmwb_additional-info-section li {
  margin-left: 20px;
}
.rmwb_amenities-section,
.rmwb_additional-info-section {
  margin-bottom: auto;
}

.rmwb_amenities-section li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: stretch;
  margin: 0.25em 0;
  padding: 0.5em 0.2em;
}

.rmwb_important-info-section .rmwb_info-list li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #D8DDE6;
  box-sizing: border-box;
}

.rmwb_important-info-section .rmwb_info-list li:last-child {
  border-bottom: none;
}

.rmwb_important-info-section .rmwb_info-title,
.rmwb_important-info-section .rmwb_info-detail {
  padding: 0.5em;
}

.rmwb_important-info-section .rmwb_info-detail {
  margin: 0 0.2em;
}

.rmwb_info-secondary-list {
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
}

.rmwb_info-secondary-list li {
  display: flex;
  flex-direction: column;
  flex-basis: calc(33% - 1em);
}

.rmwb_video-tour {
  padding: 1em;
}

.rmwb_video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.rmwb_video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rmwb_specials {
  font-weight: bold;
  padding: 0.5em;
}

.rmwb_logo {
  height: 120px;
  text-align: center;
  width: 100%;
  padding: 1em;
}

.rmwb_logo img {
  height: 100%;
  width: auto;
}

.rmwb_contact-section h3 {
  padding: 0.5em 0;
}

.rmwb_unit-listings-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rmwb_unit-listings-wrapper h3 {
  width: 100%;
}

.rmwb_paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5em;
  width: 100%;
}

.rmwb_loading,
.rmwb_view_more {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 1em;
}

.rmwb_loading {
  font-size: 3em;
}

.rmwb_view_more .view_more {
  padding: 10px 20px;
  border: none;
  text-transform: capitalize;
}

/* ------------------------------------------------------------
   Responsive
------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
  .rmwb_listings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rmwb_detail-wrapper {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
    padding: 55px 40px;
  }
  .rmwb-flexslider .flex-viewport,
  .rmwb-flexslider .slides > li,
  .rmwb-flexslider .slides img,
  .rmwb_slide-bg {
    height: 390px;
  }
}
@media screen and (max-width: 800px) {
  .rmwb_row,
  .map-property-listing > .row {
    padding: 4vh 20px;
  }
  .rmwb_listings {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .rmwb_listing-image {
    width: 88%;
    height: 220px;
  }
  .rmwb_listing-badge {
    min-width: 100px;
  }
  .search-form .property-search {
    flex-direction: column;
    gap: 16px;
  }
  .filter-select,
  .search-button-wrap,
  .search-button {
    width: 100%;
  }
  .rmwb_detail-wrapper {
    display: block;
    padding: 38px 24px;
  }
  .rmwb_right-col {
    margin-top: 28px;
  }
  .rmwb_available-btn {
    max-width: 420px;
  }
  .rmwb-flexslider .flex-viewport,
  .rmwb-flexslider .slides > li,
  .rmwb-flexslider .slides img,
  .rmwb_slide-bg {
    height: 360px;
  }
  .rmwb_important-info-section .rmwb_info-list {
    justify-content: center;
  }
  .rmwb_important-info-section .rmwb_info-list li {
    flex-basis: 100%;
  }
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: calc(50% - 1em);
  }
}
@media screen and (max-width: 500px) {
  .rmwb_listing-card-topbar {
    grid-template-columns: 1fr;
  }
  .rmwb_listing-badge {
    justify-content: flex-start;
    width: 100%;
  }
  .rmwb_listing-image {
    height: 175px;
  }
  .rmwb_detail-wrapper {
    padding: 30px 18px;
  }
  .rmwb_available-btn {
    grid-template-columns: 1fr;
  }
  .rmwb_details-box-content {
    padding: 22px;
  }
  .rmwb-flexslider .flex-viewport,
  .rmwb-flexslider .slides > li,
  .rmwb-flexslider .slides img,
  .rmwb_slide-bg {
    height: 300px;
  }
  .rmwb-flexslider .flex-direction-nav a {
    width: 38px;
    height: 38px;
  }
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 500px) {
  .rmwb_right-col {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------
   Unit list card layout
------------------------------------------------------------ */
.rmwb_unit_listings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 42px;
  width: 100%;
  margin: 0 auto;
  align-items: start;
}

.rmwb_unit_listings .no-results {
  grid-column: 1/-1;
}

.rmwb_unit_listings .unit-listing-wrapper {
  display: grid;
  grid-template-columns: 46% 55%;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "info photo" "info photo" "button photo";
  min-height: 305px;
  border: 1px solid #899BB2;
  background: #fff;
  overflow: hidden;
}

.rmwb_unit_listings .unit-listing-wrapper .rmwb-unit_photo-section {
  grid-area: photo;
  width: 100%;
  height: 100%;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rmwb_unit_listings .unit-listing-wrapper > a {
  grid-area: photo;
  display: block;
  width: 100%;
  height: 100%;
}

.rmwb_unit_listings .unit-listing-wrapper > a .rmwb-unit_photo-section {
  min-height: 260px;
}

.rmwb_unit_listings .rmwb_important-info-section {
  grid-area: info;
  display: flex;
  flex-direction: column;
  background: #CCDBDC;
  color: #03194A;
}

.rmwb_unit_listings .rmwb_header-section {
  width: 100%;
  background: #CCDBDC;
}

.rmwb_unit_listings .rmwb_main-header {
  padding: 18px 18px 12px;
}

.rmwb_unit_listings .rmwb_listing_header {
  margin: 0;
  padding: 0;
  color: #03194A;
  text-transform: none;
  letter-spacing: 0.01em;
}

.rmwb_unit_listings .unit-list-heading {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 800;
}

.rmwb_unit_listings .unit-list-sub-heading {
  margin-top: 7px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}

.rmwb_unit_listings .rmwb_info-list {
  margin: 0;
  padding: 13px 18px 15px;
  background: #03194A;
  color: #fff;
  list-style: none;
  height: 100%;
}

.rmwb_unit_listings .rmwb_important-info-section .rmwb_info-list li {
  display: block;
  border-bottom: 0;
  margin: 0 0 7px;
  padding: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.rmwb_unit_listings .rmwb_important-info-section .rmwb_info-list li:last-child {
  margin-bottom: 0;
}

.rmwb_unit_listings .rmwb_info-title,
.rmwb_unit_listings .rmwb_info-detail {
  display: inline;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 500;
  padding-left: 4px;
}

.rmwb_unit_listings .rmwb_unit-list-detail-button-wrapper {
  grid-area: button;
  display: block;
  width: 100%;
  background: #84C441;
}

.rmwb_unit_listings .rmwb_unit-list-detail-button-wrapper .gradient-button,
.rmwb_unit_listings .rmwb_unit-list-detail-button-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 13px 16px;
  border: 0;
  background: #84C441;
  color: #03194A;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.rmwb_unit_listings .rmwb_unit-list-detail-button-wrapper .gradient-button:hover,
.rmwb_unit_listings .rmwb_unit-list-detail-button-wrapper a:hover {
  background: #CCDBDC;
}

@media screen and (max-width: 1200px) {
  .rmwb_unit_listings {
    gap: 26px;
  }
  .rmwb_unit_listings .unit-list-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .map-property-listing > .row {
    padding: 35px 20px;
  }
  .rmwb_unit_listings {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}
@media screen and (max-width: 500px) {
  .map-property-listing > .row {
    padding: 30px 16px;
  }
  .rmwb_unit_listings .unit-listing-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "info" "button";
  }
  .rmwb_unit_listings .unit-listing-wrapper .rmwb-unit_photo-section,
  .rmwb_unit_listings .unit-listing-wrapper > a .rmwb-unit_photo-section {
    min-height: 220px;
  }
}
.rmwb-unit-photo-section {
  width: calc(100% + 1px);
  margin-right: -1px;
  background-size: cover;
  background-position: center;
}

.rmwb_property-details.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
}

.rmwb_detail-column {
  padding: 1em;
}

/* Unit detail icon row */
.rmwb_unit-details-icons {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 20px;
  text-align: center;
}

.rmwb_unit-detail-icon {
  flex: 1 1 0;
}

.rmwb_unit-detail-icon img {
  display: block;
  max-width: 42px;
  height: auto;
  margin: 0 auto 10px;
}

.rmwb_unit-detail-icon span {
  display: block;
}

@media screen and (max-width: 500px) {
  .rmwb_unit-details-icons {
    gap: 12px;
  }
  .rmwb_unit-detail-icon img {
    max-width: 34px;
  }
}
.rmwb_property-details-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.rmwb_detail-column {
  flex: 1 1 0;
  min-width: 0;
}

.rmwb_property-features {
  padding-left: 20px;
}

.rmwb_property-features li {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 700px) {
  .rmwb_property-details.row,
  .rmwb_property-details-row {
    display: block !important;
  }
  .rmwb_detail-column {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 1em;
  }
  .rmwb_detail-column h3 {
    margin-bottom: 12px;
  }
}
.call-btn {
  width: 100%;
  text-align: center;
}

a.btn-style1.call-btn:hover {
  background: #03194A;
  color: #fff;
}/*# sourceMappingURL=listing.css.map */