
.rm-grid-status
{
  width: 100%;
  text-align: center;
}
.rm-grid-status .unit_available_future,
.rm-grid-status .unit_not_available,
.rm-grid-status .unit_available_now
{
  width: 100%;
  text-align: center;
  padding: .25rem .5rem;
  color: #000000;
}
.rm-grid-status .unit_available_future
{
  color: #ffffff;
}
.unit_available_future
{
  background: #000000;
  display: inline-block;
  padding: .5rem 1rem;
  color: #ffffff;
}
.unit_not_available
{
  display: inline-block;
}
.apply_now_caption .apply_now_button
{
  display: block;
  width: 100%;
  margin: .5rem 0;
}
/* Front-end styling for [rm_property_search_form]
   Inspired by the legacy theme-like search bar styling. */

   .property-search-bar-inner.theme-like

   {
    width: 100%;
    display: block;
   }

.property-search-bar.theme-like .property-search-bar-inner {
  --psb-radius: 0;
  --psb-border: #d9d9d9;
  --psb-text: #222;
  --psb-muted: #a7a7a7;
  --psb-label: #b2872f; /* warm gold-ish */
  --psb-bg: #fff;
  --psb-shadow: 0 18px 40px rgba(0,0,0,0.12);

  display: flex;
  width: 85%;
  gap: 0;
  align-items: flex-end; /* line up bottoms of inputs */
  float: left;
}
.property-search-bar-footer 
{
  width: 15%;
  float: left;
}


.property-search-bar.theme-like .psb-drawer-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--psb-border);
  border-radius: var(--psb-radius);
  background: #fff;
  color: var(--psb-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.property-search-bar.theme-like .psb-drawer-toggle__label {
  display: inline-block;
}

.property-search-bar.theme-like .psb-drawer-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.property-search-bar.theme-like .psb-drawer-content {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .property-search-form.property-search-bar.theme-like {
    display: block;
  }

  .property-search-bar.theme-like .psb-drawer-toggle {
    display: flex;
    margin-bottom: 12px;
  }

  .property-search-bar.theme-like.is-drawer-open .psb-drawer-toggle__icon {
    transform: rotate(180deg);
  }

  .property-search-bar.theme-like .psb-drawer-content {
    transition: max-height 0.28s ease;
  }
}

@media (min-width: 1200px) {
  .property-search-bar.theme-like .psb-drawer-content[hidden] {
    display: block !important;
  }
}

/* Responsive wrap (so it doesn’t explode on smaller widths) */
@media (max-width: 1600px) {
  .property-search-bar.theme-like .property-search-bar-inner{
    flex-wrap: wrap;
    align-items: stretch;
  }
}

/* --- Field blocks --- */

/* --- Field blocks --- */
.property-search-bar.theme-like .psb-field {
  min-width: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin: .5rem;
}

.property-search-bar.theme-like .psb-label {
  display: block;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--psb-label);
}
.property-search-bar.theme-like .psb-submit
{
  width: 100%;
  margin-top: calc(33px + .5rem);
}
/* 1600px or greater: 6 columns */
@media (min-width: 1600px) {
  .property-search-bar.theme-like .psb-field {
    flex: 0 0 calc((100% / 5) - 18px);
    max-width: calc((100% / 5) - 18px);
  }
  
}

/* 1024px to 1599px: 3 columns */
@media (min-width: 1024px) and (max-width: 1599px) {
  .property-search-bar.theme-like .psb-field {
    flex: 0 0 calc((100% / 3) - 18px);
    max-width: calc((100% / 3) - 18px);
  }
  .property-search-bar.theme-like .psb-field.mobile-half {
    flex: 0 0 calc((100% / 2) - 18px);
    max-width: calc((100% / 2) - 18px);
  }
  .property-search-bar-inner, 
  .property-search-bar-footer
  {
    width: 100%!important;
  }
  .psb-submit
  {
    margin-top: 0!important;
  }
}

/* 768px to 1023px: 2 columns */
@media (min-width: 768px) and (max-width: 1023px) {
  .property-search-bar.theme-like .psb-field {
    flex: 0 0 calc((100% / 3) - 18px);
    max-width: calc((100% / 3) - 18px);
  }
  .property-search-bar.theme-like .psb-field.mobile-half {
    flex: 0 0 calc((100% / 2) - 18px);
    max-width: calc((100% / 2) - 18px);
  }
  .property-search-bar-inner, 
  .property-search-bar-footer
  {
    width: 100%!important;
  }
  .psb-submit
  {
    margin-top: 0!important;
  }
}

/* 767px and below: 1 column */
@media (max-width: 767px) {
  .property-search-bar.theme-like .psb-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .property-search-bar-inner, 
  .property-search-bar-footer
  {
    width: 100%!important;
  }
  .psb-submit
  {
    margin-top: 0!important;
  }
}

/* --- Inputs / selects (unified look) --- */
.property-search-bar.theme-like input[type="text"],
.property-search-bar.theme-like input[type="number"],
.property-search-bar.theme-like select {
  width: 100%;
  height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--psb-border);
  border-radius: var(--psb-radius);
  background: #fff;
  color: var(--psb-text);
  font-size: 14px;
  line-height: 1;
  outline: none;
  box-shadow: none;
}

/* Placeholder like the screenshot */
.property-search-bar.theme-like input[type="text"]::placeholder,
.property-search-bar.theme-like input[type="number"]::placeholder {
  color: var(--psb-muted);
}

/* Dropdown arrow polish */
.property-search-bar.theme-like select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #888 50%),
    linear-gradient(135deg, #888 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 18px,
    calc(100% - 11px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

/* Focus style (subtle, theme-y) */
.property-search-bar.theme-like input[type="text"]:focus,
.property-search-bar.theme-like input[type="number"]:focus,
.property-search-bar.theme-like select:focus {
  border-color: #b9b9b9;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
}

/* --- Range layout: Min | Max --- */
.property-search-bar.theme-like .psb-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}

/* Button like the screenshot’s dark action button */
.property-search-bar.theme-like .psb-submit {
  height: 63px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--psb-radius);
  background: #0b0b0b;
  color: #f5c542; /* warm gold text */
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.property-search-bar.theme-like .psb-submit:hover {
  filter: brightness(1.08);
}

.property-search-bar.theme-like .psb-submit:active {
  transform: translateY(1px);
}

/* ---- RMSYNC Map (Leaflet) ---- */
.rm-map {
  width: 100%;
  min-height: 360px;
}

/* Marker spans are data-only breadcrumbs; keep marker sets invisible. */
.rm-marker-set {
  display: none;
}

 
  /*# sourceMappingURL=lg-thumbnail.css.map */

/* -------------------------------------------------------------------------
   RMSYNC Property Slider (v0.2.12)
   Lightweight inline slider used by [rm_property_slider].
   Namespaced to avoid stepping on theme styles.
---------------------------------------------------------------------------*/

.listing_gallery_wrapp {
  width: 100%;
}

.inline-gallery-container {
  width: 100%;
}

.rmsync-slider {
  width: 100%;
}

.rmsync-slider__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background: #050505;
}

.rmsync-slider__image {
  display: block;
  height: auto;
  cursor: pointer;
  max-width: 100%;
  max-height: 400px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.rmsync-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.85;
}

.rmsync-slider__nav--prev {
  left: 10px;
}

.rmsync-slider__nav--next {
  right: 10px;
}

.rmsync-slider__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.rmsync-slider__thumb {
  border: 2px solid transparent;
  padding: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
}

.rmsync-slider__thumb.is-active {
  border-color: currentColor;
}

.rmsync-slider__thumb img {
  display: block;
  width: 70px;
  height: 52px;
  object-fit: cover;
  border-radius: 0;
}

/* -------------------------------------------------------------------------
   RMSYNC Amenities Shortcode ([rm_amenities])
   Icon top / centered, label bottom / centered
---------------------------------------------------------------------------*/
.rmsync-amenities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 1rem;
  align-items: stretch;
}

.rmsync-amenities__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  min-width: 0;
  border-bottom: 1px dotted #cacaca;
  padding: 1rem;
  margin: 0 ;
  text-align: center;
  background: #ffffff;
}

.rmsync-amenities__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1;
  font-size: 2rem;
  flex: 0 0 auto;
}

.rmsync-amenities__icon img {
  display: block;
  max-width: 2rem;
  max-height: 2rem;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.rmsync-amenities__icon i {
  font-size: 2rem;
  line-height: 1;
  color: #f0ad4e;
}

.rmsync-amenities__label {
  min-width: 0;
  width: 100%;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1199px) {
  .rmsync-amenities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .rmsync-amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.75rem;
  }
}

@media (max-width: 479px) {
  .rmsync-amenities {
    grid-template-columns: 1fr;
  }
}
