@charset "UTF-8";
/* Scss Document */
/* Reset */
/* general template styles that will change */
.rmwb_no-properties {
  text-align: center;
  font-size: 1.5em;
  padding: 1em;
}

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

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

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

.rmwb_detail-wrapper h2, .rmwb_listing-wrapper h2 {
  width: 100%;
  text-transform: capitalize;
  font-weight: 400;
}

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

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

/* end reset */
img {
  max-width: 100%;
}

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

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 50%;
  min-width: 400px;
  flex: 1 1;
}
.rmwb_detail-wrapper .rmwb_section h3 {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section .rmwb_callout-links a {
  padding: 10px 20px;
  text-transform: capitalize;
  margin: 0.2em;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_google-map-detail {
  flex-basis: 100%;
}
.rmwb_detail-wrapper .rmwb_additional-photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
  width: 24%;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100px;
  -o-object-position: center;
     object-position: center;
}
.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_amenities-section {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: stretch;
  margin: 0.25em 0;
  padding: 0.5em 0.2em;
  border-top: none;
  border-left: none;
  border-right: none;
}
.rmwb_detail-wrapper .rmwb_amenities-section li:last-child {
  border-bottom: none;
}
.rmwb_detail-wrapper .rmwb_additional-info-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_additional-info-section {
  margin-bottom: auto;
}

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

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

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

.rmwb_important-info-section .rmwb_info-list li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
}
.rmwb_important-info-section .rmwb_info-list li:last-child {
  border-bottom: none;
}
.rmwb_important-info-section .rmwb_info-list li {
  box-sizing: border-box;
}
.rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
  box-sizing: border-box;
  padding: 0.5em;
  text-transform: capitalize;
}
.rmwb_important-info-section .rmwb_info-list li .rmwb_info-detail {
  padding: 0.5em;
  margin: 0 0.2em;
}
.rmwb_important-info-section .rmwb_info-secondary-list {
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
}
.rmwb_important-info-section .rmwb_info-secondary-list li {
  display: flex;
  flex-direction: column;
  flex-basis: calc(33% - 1em);
}
.rmwb_important-info-section .rmwb_info-secondary-list li .rmwb_info-title {
  padding: 0.5em;
}
.rmwb_important-info-section .rmwb_info-secondary-list li .rmwb_info-detail {
  padding: 0.5em;
  margin: 0 0.2em;
}

.rmwb_video-tour {
  padding: 1em;
}

.rmwb_video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  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_row {
  padding: 5vh 50px;
}
@media screen and (min-width: 1700px) {
  .rmwb_row {
    padding: 5vh 100px;
  }
}

.rmwb_listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.rmwb_listing-wrapper {
  flex: 1 1 300px;
  flex-direction: column;
  justify-content: flex-start;
  margin: 2rem;
  border: 1px solid #E7E9ED;
  border-radius: 8px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
.rmwb_listing-wrapper .rmwb_section {
  padding: 1em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_photo-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}
.rmwb_listing-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  flex-direction: column;
  padding: 1em;
  box-sizing: border-box;
  justify-content: flex-start;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list {
  flex-wrap: wrap;
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li span {
  padding: 0.5em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_description {
  padding: 0 20px;
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_header-section {
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_header-section h3 {
  font-size: 18px;
  padding: 10px 20px 5px;
}
.rmwb_listing-wrapper .more-details {
  /* Button styles from the main CSS document - have a general scss file that this can also import, with these type of styles */
  /*text-decoration:none;
  background-color: #eee; 
  padding: .5em 1em;
  color:black;
  display:inline-block;
  &:hover{
      background-color: #ddd;
  }*/
}
.rmwb_listing-wrapper .more-details:first-child {
  margin: auto 0 0 auto;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: auto;
  width: 100%;
  padding: 0 1em 1em 1em;
  box-sizing: border-box;
  align-items: flex-end;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper a {
  padding: 10px 20px;
  text-transform: capitalize;
  margin: 5px;
}

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

.rmwb_contact-section {
  flex-basis: 100%;
}
.rmwb_contact-section h3 {
  padding: 0.5em 0;
}

.rmwb_option-2 .rmwb_detail-wrapper .rmwb_photo-section.rmwb_primary-photos {
  flex-basis: calc(50% - 2em);
}
@media (max-width: 900px) {
  .rmwb_option-2 .rmwb_detail-wrapper .rmwb_photo-section.rmwb_primary-photos {
    flex-basis: 100%;
  }
}
.rmwb_option-2 .rmwb_detail-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
}
.rmwb_option-2 .rmwb_info-list {
  flex-wrap: wrap;
  padding: 0;
}
.rmwb_option-2 .rmwb_info-list li {
  flex-direction: column;
  border-bottom: none;
}
.rmwb_option-2 .rmwb_info-list li span {
  padding: 0.5em;
}
.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 {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 3em;
  padding: 1em;
  box-sizing: border-box;
}

.rmwb_view_more {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 1em;
}
.rmwb_view_more .view_more {
  padding: 10px 20px;
  border: none;
  text-transform: capitalize;
}

@media (max-width: 800px) {
  .rmwb_detail-wrapper .rmwb_section, .rmwb_option-2 .rmwb_detail-wrapper .rmwb_section, .rmwb_option-2 .rmwb_detail-wrapper .rmwb_amenities-section {
    min-width: 0;
    width: 100%;
    flex-basis: 100%;
  }
  .rmwb_detail-wrapper .rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
    min-width: 47%;
  }
  .rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
    display: block;
    text-align: center;
  }
  .rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
    height: 75px;
  }
  .rmwb_listing-wrapper .rmwb_photo-section {
    flex-basis: 100%;
  }
  .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
    width: 100%;
  }
  .rmwb_listing-wrapper .rmwb_important-info-section {
    flex-basis: 100%;
  }
  .rmwb_logo {
    text-align: center;
  }
  .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 (max-width: 600px) {
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: 100%;
  }
}
.rmwb_listing-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0px 0px;
}

.rmwb_listing_header {
  font-weight: 500;
}

.detail-button {
  background-color: #116DA4;
  color: #fff;
  border: 1px solid transparent; /* KEY */
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.detail-button::after {
  content: "→";
  font-size: 1.1em;
  transition: transform 0.2s ease;
}

.detail-button:hover::after {
  transform: translateX(4px);
}

.detail-button:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #116DA4;
  color: #116DA4;
}

.max-wrap.search-form {
  background-color: #f4f7fa;
  text-align: center;
}

.search-button {
  background-color: #116DA4;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding: 0 28px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.search-button::after {
  content: "→";
  font-size: 1.25em;
  margin-left: 6px;
  transition: transform 0.25s ease;
}

.search-button:hover {
  background-color: #fff;
  color: #116DA4;
  border-color: #116DA4;
}

.search-button:hover::after {
  transform: translateX(5px);
}

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

.search-button-wrap::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
  transition: transform 0.25s ease, color 0.25s ease;
}

.search-button {
  padding-right: 48px; /* make room for arrow */
}

.search-button-wrap:hover::after {
  transform: translate(5px, -50%);
}

/* container for the search row */
.search-form .property-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px; /* spacing between City / Type / Button */
  padding: 40px 16px;
}

/* the “input” look */
.filter-select {
  position: relative;
  width: 280px; /* adjust to match mock */
  max-width: 100%;
}

/* style the actual select */
.filter-select select {
  width: 100%;
  height: 50px;
  padding: 0 52px 0 22px; /* right padding leaves room for arrow */
  border: 1px solid #E6EAF0;
  border-radius: 12px;
  background: #fff;
  color: #2B2F36;
  font-size: 18px;
  font-weight: 600;
  /* remove native arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

/* custom arrow */
.filter-select::after {
  content: "›"; /* simple chevron; swap to svg if you want */
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg); /* makes it a down chevron */
  font-size: 22px;
  color: #6B7280;
  pointer-events: none;
}

/* focus state like a modern input */
.filter-select select:focus {
  border-color: #116DA4;
  box-shadow: 0 0 0 3px rgba(17, 109, 164, 0.15);
}

/* --- FlexSlider base cleanup --- */
.rmwb-flexslider,
.rmwb-flexslider * {
  box-sizing: border-box;
}

.rmwb-flexslider {
  margin: 0;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

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

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

.rmwb-flexslider .slides img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Pagination: make it dots (not vertical numbers) --- */
.rmwb-flexslider .flex-control-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  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 {
  /* hide the number text */
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

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

/* --- Prev/Next: overlay arrow buttons instead of text links --- */
.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;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  text-decoration: none;
  /* hide the "Previous/Next" text */
  text-indent: -9999px;
  overflow: hidden;
}

/* place arrows */
.rmwb-flexslider .flex-direction-nav .flex-prev {
  left: 12px;
}

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

/* arrow glyphs */
.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);
}

/* Optional: hide nav until hover (desktop) */
@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-flexslider,
.rmwb-flexslider .flex-viewport {
  height: 500px; /* 400/500 */
  overflow: hidden;
  border-radius: 12px;
}

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

/* =========================
   Responsive FlexSlider
   ========================= */
.rmwb-flexslider,
.rmwb-flexslider .flex-viewport {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

/* Default desktop/tablet height */
.rmwb-flexslider,
.rmwb-flexslider .flex-viewport,
.rmwb-flexslider .slides > li {
  height: 500px;
}

/* Make images behave */
.rmwb-flexslider .slides img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* keeps it looking good */
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* Keep dots inside the slider */
.rmwb-flexslider .flex-control-nav {
  left: 0;
  right: 0;
  bottom: 12px;
}

/* Keep arrows centered vertically */
.rmwb-flexslider .flex-direction-nav a {
  top: 50%;
  transform: translateY(-50%);
}

/* -------- Mobile adjustments -------- */
@media (max-width: 800px) {
  .rmwb-flexslider,
  .rmwb-flexslider .flex-viewport,
  .rmwb-flexslider .slides > li {
    height: 380px; /* adjust to taste */
  }
}
@media (max-width: 500px) {
  .rmwb-flexslider,
  .rmwb-flexslider .flex-viewport,
  .rmwb-flexslider .slides > li {
    height: 300px;
  }
  /* optional: slightly smaller arrows on mobile */
  .rmwb-flexslider .flex-direction-nav a {
    width: 38px;
    height: 38px;
  }
}
/* Address + Available Units row */
.rmwb_address-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

/* Remove default h3 spacing that breaks alignment */
.rmwb_address-sec h3 {
  margin: 0;
}

/* Keep button tight to content */
.rmwb_available-btn {
  flex: 0 0 auto;
}

/* Make sure button stays button-shaped */
.rmwb_available-btn .detail-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* Mobile stack */
@media (max-width: 768px) {
  .rmwb_address-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
/* =========================================================
   RM Property Detail (Option 2) — aligned like .row
   + Full-bleed right column background (safe)
   + Address + Available Units button aligned
   ========================================================= */
/* Prevent any horizontal scroll caused by full-bleed background */
html, body {
  overflow-x: hidden;
}

/* ---- Column hooks (you added these classes) ---- */
.rmwb_left-col {
  position: relative;
  z-index: 2;
}

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

/* ---- Address row: title left, button right ---- */
.rmwb_address-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

.rmwb_address-sec h3 {
  margin: 0; /* removes default h3 margin that throws alignment off */
}

.rmwb_available-btn {
  flex: 0 0 auto;
}

.rmwb_available-btn .detail-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* Mobile: stack address and button */
@media (max-width: 800px) {
  .rmwb_address-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
/* ---- Optional: ensure your sections behave nicely inside grid ---- */
.rmwb_left-col .rmwb_section,
.rmwb_right-col .rmwb_section {
  width: 100%;
}

/* If the right column needs its own padding inside the full-bleed area */
.rmwb_right-col.rmwb_section {
  padding: 2em;
}

@media (max-width: 800px) {
  .rmwb_right-col.rmwb_section {
    padding: 1em;
  }
}
/* --- Fix the Available Units button alignment inside the left card --- */
/* force the button to the far right of the left column */
.rmwb_left-col .rmwb_available-btn {
  flex: 0 0 auto;
  margin-left: auto;
  align-self: flex-start;
}

/* optional: tiny vertical nudge so it lines up perfectly with the address */
.rmwb_left-col .rmwb_available-btn .detail-button {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-top: 2px;
}

/* =========================================
   RM Detail — Full-bleed RIGHT background
   (works with your existing flex layout)
   ========================================= */
.rmwb_detail-wrapper {
  position: relative; /* anchor the pseudo element */
  z-index: 0;
}

/* ensure the right column content sits on top and has its own padding */
.rmwb_right-col {
  position: relative;
  z-index: 1;
  padding: 2em;
}

/* match your theme's mobile spacing */
@media (max-width: 800px) {
  /* on mobile make the background full width instead of half */
  .rmwb_right-col {
    padding: 1em;
  }
}
/* =========================================
   RM Option 2 — RIGHT column background only
   ========================================= */
/* (optional but helpful) prevent tiny horizontal scroll from bleed */
html, body {
  overflow-x: hidden;
}

/* Your layout already uses flex — just ensure a clean gap */
.rmwb_option-2 .rmwb_detail-wrapper {
  position: relative;
  align-items: flex-start;
  gap: 3rem; /* adjust if needed */
}
.rmwb_option-2 {
  /* LEFT stays normal (white) */
}
.rmwb_option-2 .rmwb_left-col {
  background: transparent;
}
.rmwb_option-2 {
  /* RIGHT gets the blue */
}
.rmwb_option-2 .rmwb_right-col {
  position: relative;
  background: #f4f7fa; /* #f4f7fa */
  padding: 2em;
}
.rmwb_option-2 {
  /* Bleed the RIGHT background to the viewport edge (RIGHT side only) */
}
.rmwb_option-2 .rmwb_right-col::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  /* extend only to the right */
  left: 100%;
  width: 50vw;
  background: #f4f7fa;
}
@media (max-width: 800px) {
  .rmwb_option-2 .rmwb_right-col {
    padding: 1em;
  }
  .rmwb_option-2 {
    /* On mobile you probably want it full width */
  }
  .rmwb_option-2 .rmwb_right-col::after {
    display: none; /* right-bleed isn't needed when stacked */
  }
}

/* =========================================
   Align rmwb_detail-wrapper with .row
   (so left column lines up with header)
   ========================================= */
.rmwb_option-2 .rmwb_detail-wrapper {
  max-width: 1600px;
  padding: 2em;
  margin: 0 3em; /* matches .row: margin: auto 3em; but explicit */
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .rmwb_option-2 .rmwb_detail-wrapper {
    padding: 1em;
    margin: 0 1em;
  }
}
@media (min-width: 1200px) {
  .rmwb_option-2 .rmwb_detail-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Allow long emails to wrap instead of overflow */
.rmwb_info-list,
.rmwb_info-list li,
.rmwb_info-list .rmwb_info-detail {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.rmwb_photo-section {
  padding: 1em 0;
}

.rmwb_right-col h3 {
  text-align: center;
  padding-bottom: 10px;
}

/* ================================
   Unit card icon row (Beds/Baths)
      ================================ */
/* wrapper that holds both icons */
.rmwb_icon-sections {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 12px 0 6px;
}

/* each icon/value pair */
.rmwb_icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* keeps both items balanced */
  flex: 1 1 0;
  /* prevents weird wrapping like "2" on one line and "Bed" on another */
  white-space: nowrap;
  font-size: 18px; /* adjust if needed */
  font-weight: 500; /* screenshot 2 looks medium */
  line-height: 1;
}

/* icon sizing */
.rmwb_icon img {
  width: 42px; /* screenshot 2 size */
  height: auto;
  display: block;
  flex: 0 0 auto;
}

/* Optional: if you want the value/label to align nicely */
.rmwb_icon {
  justify-content: center;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .rmwb_icon-sections {
    gap: 14px;
  }
  .rmwb_icon {
    font-size: 16px;
  }
  .rmwb_icon img {
    width: 36px;
  }
}
p.rmwb_listing_header {
  margin: 10px 0;
  font-weight: 700;
  font-size: 20px;
}

.rmwb_info-section {
  padding: 10px;
}

.rmwb_listings.row {
  padding-top: 0;
}

section#available-units {
  text-align: center;
}

#available-units h2 {
  font-size: 3em;
  color: black;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 650px) {
  #available-units h2 {
    font-size: 2em;
  }
}
@media (max-width: 1000px) {
  .rmwb_prop-det-h1 h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 500px) {
  .rmwb_prop-det-h1 h1 {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  .rmwb_listing-wrapper {
    margin: 1em 0;
  }
}
#map-canvas {
  width: 100%;
  height: 500px;
}

/* Unit detail slider only (the one using .rmwb_slide-bg) */
.rmwb_option-2 .rmwb_primary-photos .rmwb-unit-flexslider {
  height: 700px;
}
.rmwb_option-2 .rmwb_primary-photos .rmwb-unit-flexslider .flex-viewport,
.rmwb_option-2 .rmwb_primary-photos .rmwb-unit-flexslider .slides,
.rmwb_option-2 .rmwb_primary-photos .rmwb-unit-flexslider .slides > li {
  height: 700px;
}
.rmwb_option-2 .rmwb_primary-photos .rmwb-unit-flexslider .rmwb_slide-bg {
  height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rmwb_option-2 .rmwb_primary-photos .rmwb-unit-flexslider .slides > li > a {
  display: block;
  height: 100%;
}

.interior-bg-image {
  margin-top: -244px;
}
@media (max-width: 900px) {
  .interior-bg-image {
    margin-top: -60px;
  }
}

h2.rmwb_listing_header.unit-list-heading {
  margin-bottom: 0;
}

.rmwb_back-button::before {
  content: "←";
  font-size: 1.1em;
  transition: transform 0.2s;
  margin-right: 2px;
}/*# sourceMappingURL=listing.css.map */