@font-face {
    font-family: rye;
    src: url(/custom/fonts/Rye-Regular.ttf);
}
@font-face {
    font-family: sancreek;
    src: url(/custom/fonts/Sancreek-Regular.ttf);
}
@font-face {
    font-family: playbill;
    src: url(/custom/fonts/Playbill-Regular.ttf);
}
@font-face {
    font-family: cowboy-outlaw;
    src: url(/custom/fonts/CowboyOutlaw.woff);
}

@font-face {
    font-family: cowboy-outlaw-textured;
    src: url(/custom/fonts/CowboyOutlawTextured.woff);
}
@font-face {
    font-family: rodeo;
    src: url(/custom/fonts/ifc-insane-rodeo.ttf);
    font-weight: normal;
}
@font-face {
    font-family: rodeo;
    src: url(/custom/fonts/ifc-insane-rodeo-bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: gotham-book;
    src: url(/custom/fonts/gotham-book.ttf);
}



/* Global Styles */

:root {
    --color-primary: #544031;
    --color-text-dark: #2B2A28;
    --color-text-muted: #8C857C;
    --color-bg-main: #F3F1ED;
    --color-bg-card: #FAFAF8;
    --color-accent-green: #6F7F6A;
    --color-accent-gold: #B59A63;
    --color-accent-clay: #9A5A46;
}



.bg-custom-primary {
    background-color: #544031 !important;
}
.bg-custom-beige {
    background-color: #B59A63 !important;
}
.bg-custom-red {
    background-color: #9A5A46 !important;
}
.bg-custom-white {
    background-color:  #FAFAF8 !important;
}

.text-custom-primary {
    color: #544031 !important;
}
.text-custom-beige {
    color: #B59A63 !important;
}
.text-custom-red {
    color: #9A5A46 !important;
}
.text-custom-white {
    color:  #FAFAF8 !important;
}

p {
    font-size: 1.25em;
}
a {
    color: #544031;
}
.rye-font {
    font-family: 'rye';
}
.sancreek-font {
    font-family: 'rye';
}
.playbill-font {
    font-family: 'playbill';
    letter-spacing: 3px;
}
.cowboy-outlaw-font {
    font-family: 'cowboy-outlaw';
}
.cowboy-outlaw-font.textured {
    font-family: 'cowboy-outlaw-textured';
}
.rodeo-font {
    font-family: 'rye';
}
.gotham-font {
    font-family: 'Manrope', sans-serif;
}
body {
    font-family: 'Manrope', sans-serif;
}
/* PURGE-001: removed global h1-h4 { font-family: rye } so listing-card prices
   and other functional H2/H3/H4 don't accidentally inherit the decorative font.
   Rye is applied only to elements with these explicit classes/contexts. */
.rye-font,
.rodeo-font,
.sancreek-font,
.page-header h1,
.word-rotator-title,
.split-text,
h1.title,
.properties-title h1,
.custom-text-primary,
.section-features-property-3 h2,
.section-features-property-3 h3,
.section-features-property h2,
.section-features-property h3,
.section-agents h3 {
    font-family: 'rye' !important;
    letter-spacing: .025em;
}
h1 {
    font-size: 5em;
}
h2 {
    font-size: 4.3em;
}
h3 {
    font-size: 3.3em;
}
h4 {
    font-size: 2.3em;
    letter-spacing: .1em;
}

/* Mobile heading scale-down — Rye is wide, default sizes wrap awkwardly < 768px */
@media (max-width: 767px) {
    h1 { font-size: 2.6em; }
    h2 { font-size: 2.2em; }
    h3 { font-size: 1.9em; }
    h4 { font-size: 1.5em; letter-spacing: .05em; }
}
@media (max-width: 480px) {
    h1 { font-size: 2.2em; }
    h2 { font-size: 1.9em; }
    h3 { font-size: 1.7em; }
    h4 { font-size: 1.3em; }
}
/*.howdy-font {
    font-family: 'captain_howdy';
}*/
.header {
    z-index: 2;
}
img.logo_header {
    max-width: 150px;
}
.header.style-2 {
    background-color: rgba(0,0,0,0.25);
}
.main-menu .navigation > li > a::before,
.recent-post .tag {
    background-color: #B59A63;
}
.navigation li > a,
.text-menu .toggle .text .word,
.navigation li.has-child::after {
    color: #FAFAF8;
}
header.style-default .navigation li > a,
header.style-default .navigation li.has-child::after {
    color: #544031;
}
.header-sticky .navigation li.has-child::after {
    color: #544031;
}
.tf-btn.btn-bg-1,
.tf-btn {
    background-color: #544031;
}
.tf-btn.btn-bg-1 span,
.tf-btn span {
    color: #FAFAF8;
}
.tf-btn.btn-bg-1 .bg-effect,
.tf-btn .bg-effect {
    background-color: #B59A63;
}
.contact-info .h6 {
    font-size: 18px;
    font-weight: normal;
}
.contact-info a {
    color: #B59A63;
}
.agent-item .agent-info {
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 12px;
    background: rgba(0, 0, 0, 0.75);
    color: #FAFAF8;
    width: 100%;
    font-size: 16px;
    text-align: center;
    transition: bottom 200ms 500ms;
}
.agent-item:hover .agent-info {
    bottom:0;
}
.progress-wrap svg.progress-circle path {
    stroke: #B59A63;
}
.page-title .tf-container h1,
.page-title .tf-container p {
    text-shadow: 0 0 8px #000;
}
.page-title .tf-container h1.shadow-white,
.page-title .tf-container p.shadow-white {
    text-shadow: 0 0 8px #FAFAF8;
}
#map {
    position: static !important;
}
.custom-text-primary {
    color: #544031 !important;
}
.is-sticky .navigation li > a {
    color: #544031;
}
.mobile-button .burger span {
    background-color: #544031;
}
#menu-mobile-menu li.active > a {
    color: #B59A63;
}
#testimonials {
    margin: 40px 0;
}
#testimonials .swiper .swiper-slide {
    padding: 20px;
    text-align: center;
}
#testimonials .swiper .swiper-slide p:first-child {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 34px;
    color: #544031;
}
.sw-dots.style-1 .swiper-pagination-bullet-active{
    border-color: #B59A63;
}
.sw-dots.style-1 .swiper-pagination-bullet-active::after,
.tf-btn.btn-bg-1:hover {
    background-color: #B59A63;
}
.tf-btn.btn-bg-white {
    border: 1px solid #544031;
}
.tf-btn.btn-bg-white:hover {
    background-color: #544031;
    color: #FAFAF8 !important;
}
.footer .links a {
    color: #B59A63;
    font-size: 18px;
    line-height: 34px;
}
#logos .d-flex {
    flex-wrap: wrap;
}
#logos img {
    max-height: 110px;
    padding: 0 10px;
    margin-bottom: 25px;
}
#menu-mobile-menu > .menu-item > .item-menu-mobile,
#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after,
#menu-mobile-menu .sub-mobile .menu-item a {
    color: #544031;
}
.tf-btn.btn-bg-white .bg-effect {
    background-color: #544031;
}
.tf-btn.btn-bg-white:hover span {
    color: #FAFAF8 !important;
}
.search-container {
    position: relative;
    z-index: 9;
}
.agent-preview-container {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.card-house {
    margin-bottom: 30px;
}
.page-header-container {
    padding: 120px 0;
    background: url(/custom/images/header_-_combine_wheat_field.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page-header-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(255,255,255,0));
}
#search-form .input-group .input-group-text {
    height: 50px;
    font-size: 1.5rem;
}
.card-house .price .small-text {
    font-size: 1.4rem;
}
.tag.warning {
    background-color: #ffc107;
}
.tag.danger {
    background-color: #9A5A46;
}
.tag.exclusive {
    background-color: #198754;
}
.box-title {
    justify-content: end;
}
.page-header .box-title {
    justify-content: start;
}
.box-title .nice-select {
    flex-shrink: unset;
}
.tf-filter-sidebar.sticky {
    position: sticky;
    top: 160px;
}
.banner .parallaxie:after {
    content: unset;
}
.banner .parallaxie .tf-btn.btn-bg-white:hover {
    background-color: #FAFAF8!important;
    color: #544031 !important;
}
.features-list {
    font-size: 1.3em;
    line-height: 1.3em;
}
/*.agent-header h1 {
    font-size: 3em;
}*/
.agent-image-container {
    margin-bottom: 20px;
}
.agent-info {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 80px;
}
.agent-info .title-contact {
    display: block;
    line-height: 1.75em;
    margin-bottom: 25px;
}
.agent-listings .card-house {
    padding: 0 15px;
}
.section-properties h2 {
    font-size: 2.25em;
}
/*.section-properties h3 {
    font-size: 1.5em;
}*/
.header.inner-page-header {
    background-color: #111;
}header.inner-page-header .navigation li > a,
 header.inner-page-header .navigation li.has-child::after {
    color:  #FAFAF8;
 }
.header.inner-page-header .main-menu .navigation > li > .submenu {
   background-color: #111;
}
.header.inner-page-header .navigation .submenu li.current-item > a,
.header.inner-page-header .navigation .submenu li:hover > a {
    color: #FAFAF8;
}
.header.header-sticky.style-default.inner-page-header {
    background-color: #111;
}
.header.inner-page-header .mobile-button .burger span,
.header.style-2 .mobile-button .burger span {
    background-color: #FAFAF8;
}
.tf-btn.btn-bg-white.btn-bg-1 span, .tf-btn.btn-bg-white span {
    color: #544031;
}
.article-content,
.lead {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 26px;
}
.lead {
    text-align: center;
}
.article-locator .accordion .accordion-header .accordion-button {
    font-size: .75em;
}
.article-locator .accordion-button:not(.collapsed) {
    background-color: rgb(56,39,29);
    color: #FAFAF8;
}
.center-img {
    margin: 0 auto;
}
.properties-overview .icon {
    font-weight: 600;
    color: #9A5A46;
}
.properties-title {
    color: #544031;
}
.features-list strong,
.properties-location .icon-MapPin,
.progress-wrap::after {
    color: var(--color-accent-clay);
}
.progress-wrap svg.progress-circle path {
    stroke: var(--color-accent-gold)
}
.card-house.style-list .wrap-tag .tag.categoreis,
.card-house .wrap-tag .tag.categoreis {
  background: rgba(244, 237, 224, 0.85) !important;
  color: #544031 !important;
}
.card-house .info li i {
    color: var(--color-accent-clay);
}
.link:hover {
    color: var(--color-accent-gold) !important;
}
.form-group {
    margin-bottom: 25px;
}
.contact-info-container {
    font-size: 1.25em;
    line-height: 1.5em;
}
@media (min-width: 768px) {
    .agent-image-container {
        width: 40%;
        margin-right: 15px;
        float: left;
    }
    .article-locator .img-container {
        width: 35%;
        margin-bottom: 25px;
    }
    .article-locator .img-container.pull-right {
        float: right;
        margin-left: 25px;
    }
    .article-locator .img-container.pull-left {
        float: left;
        margin-right: 25px;
    }
}
@media (max-width: 1550px) {
    .properties-hero .properties-title {
        padding: 40px 30px;
    }
}
@media (max-width: 1399px) {
    .main-menu {
        display: none;
    }
}
@media (max-width: 1399px) {
    .mobile-button.d-xl-none {
        display: block !important;
    }
}
@media only screen and (max-width: 991px) {
    .agent-item .agent-info {
        bottom: 0;
        transition: unset;
    }
    .main-menu {
        display: none;
    }
}


/*----- SMC Edit Tag Styles ------*/
.smc-edit,
.smc-new,
.smc-edit-template {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    float: right;
    cursor: pointer;
    z-index: 400;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px 5px !important;
    line-height: 14px;
    color: #999 !important;
    background: #FAFAF8;
    top: 10px;
    bottom: inherit !important;
    width: auto;
}

.smc-edit{
    right: 20px;
}
.smc-new{
    right: 60px;
}
.smc-edit-template{
    right: 100px;
}
.top-140 {
    top: 140px;
}
.top-180 {
    top: 180px;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.top-neg-40 {
    top: -40px;
}
.pos-left-20 {
    right: unset;
    left: 20px;
}

.editable-opacity {
    position: relative;
    opacity: 0.5;
    background: #000;
}
.editable-opacity .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0;
    margin: 0;
    opacity: 0.5;
}
.pos-rel {
    position: relative;
}


/* ===== Search form: unify field heights + vertical-center labels ===== */
.search-container select.form-control,
.search-container .nice-select,
.search-container input[type="text"],
.tf-filter-sidebar select.form-control,
.tf-filter-sidebar .nice-select,
.tf-filter-sidebar input[type="text"],
.tf-filter-sidebar input[type="number"] {
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 14px !important;
  font-size: 1.5rem !important;    /* matches home hero search */
  box-sizing: border-box !important;
}

/* SEARCH-002 (2026-05-18): listings page uses .rxl-filter-input class inside
   .rxl-search-bar (NOT .search-container). Bump font-size from 10px → 1.5rem
   so placeholder text is legible. */
.rxl-search-bar .rxl-filter-input,
.rxl-search-bar input.form-control,
.rxl-search-bar select.form-control {
  font-size: 1.5rem !important;
}
.rxl-search-bar .rxl-filter-input::placeholder {
  font-size: 1.5rem !important;
  opacity: 0.7;
}
.search-container input[type="text"],
.tf-filter-sidebar input[type="text"],
.tf-filter-sidebar input[type="number"] {
  line-height: 48px !important;
}
.search-container .nice-select,
.tf-filter-sidebar .nice-select {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  padding-right: 36px !important;
}

/* ===== BugHerd #5 / #34: map column matches search sidebar height ===== */
.section-properties .row {
  align-items: stretch !important;
}
.section-properties .col-lg-8 .flat-animate-tab,
.section-properties .col-lg-8 .tab-content,
.section-properties .col-lg-8 .tab-pane.active.show,
.section-properties .col-lg-8 #rxl-map {
  height: 100% !important;
  min-height: 0 !important;
}
.section-properties .col-lg-8 #rxl-map {
  border-radius: 16px;
}

/* Make the sidebar white card fill its column height to align with the map */
.section-properties .tf-filter-sidebar {
  height: 100%;
  min-height: 100%;
}

/* When sidebar + map columns stack (mobile/tablet < 992px), give the map an explicit height instead of relying on flex-stretch */
@media (max-width: 991px) {
  .section-properties .col-lg-8 .flat-animate-tab,
  .section-properties .col-lg-8 .tab-content,
  .section-properties .col-lg-8 .tab-pane.active.show,
  .section-properties .col-lg-8 #rxl-map {
    height: 500px !important;
    min-height: 500px !important;
  }
}

/* Hero slider — full viewport height on desktop + tablet, fixed on mobile */
.page-title.style-3 .thumbs,
.page-title.style-3 .thumbs img,
.page-title.style-3 .swiper-slide,
.page-title.style-3 .slide-inner {
  height: 100vh !important;
  min-height: 100vh !important;
}
.page-title.style-3 .thumbs img,
.page-title.style-3 .thumbs .img-zoom {
  width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
@media (max-width: 767px) {
  .page-title.style-3 .thumbs,
  .page-title.style-3 .thumbs img,
  .page-title.style-3 .swiper-slide,
  .page-title.style-3 .slide-inner {
    height: 460px !important;
    min-height: 460px !important;
  }
}

/* Pin home hero search to bottom-right, overlaying the slide image */
.page-title.style-3 {
  position: relative !important;
}
.page-title.style-3 .search-container {
  position: absolute !important;
  bottom: 32px !important;
  right: 32px !important;
  left: auto !important;
  width: auto !important;
  max-width: 720px !important;
  z-index: 50 !important;
  margin: 0 !important;
}
.page-title.style-3 .search-container .tf-container {
  padding: 0 !important;
}


/* Tablet: do not wrap hero title */
@media (min-width: 768px) and (max-width: 1199px) {
  .page-title.style-3 h1.title {
    white-space: nowrap !important;
    font-size: clamp(36px, 6vw, 80px) !important;
  }
}

/* Tablet: pin home hero search to bottom of hero, full-width across the slide */
@media (min-width: 768px) and (max-width: 1199px) {
  .page-title.style-3 .search-container {
    position: absolute !important;
    bottom: 96px !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    z-index: 50 !important;
    margin: 0 !important;
  }
}
/* Mobile: stay static below the hero */
@media (max-width: 767px) {
  .page-title.style-3 .search-container {
    position: static !important;
    margin: 16px 0 0 !important;
  }
}

/* Hero search: Looking For (address) field double width */
@media (min-width: 992px) {
  .page-title.style-3 .search-container .wrap-fill.tf-grid-layout.lg-col-4 {
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-title.style-3 .search-container .wrap-fill.tf-grid-layout {
    grid-template-columns: 1fr 1.2fr 1.2fr 0.8fr !important;
  }
}

/* Hero search: cancel scroll-trigger animation so it is visible on initial page load */
.page-title.style-3 .search-container,
.page-title.style-3 .search-container.scrolling-effect,
.page-title.style-3 .search-container.effectBottom {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  transition: none !important;
}



.card-house .img-style img,
.card-house .wrap-img img {
  border-radius: 11px;
}

/* Listing card images: Airbnb-style — no border, big rounded corners, soft shadow with hover-lift */
.card-house .img-style,
.card-house .wrap-img,
.card-house .wrap-img a.img-style {
  border: 0 !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 6px 16px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card-house .img-style img,
.card-house .wrap-img img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-house:hover .img-style,
.card-house:hover .wrap-img,
.card-house:hover .wrap-img a.img-style {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.08), 0 12px 28px rgba(0,0,0,0.12);
}


/* Listing card tags (Exclusive/Land): Airbnb-style glassy pill, color-differentiated by category */
.card-house .wrap-tag .tag {
  color: #ffffff !important;
  border: none !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 999px !important;
  padding: 5px 14px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.card-house .wrap-tag .tag.exclusive {
  background: rgba(84, 64, 49, 0.78) !important;  /* brand brown (#544031) */
}
.card-house .wrap-tag .tag.categoreis {
  background: rgba(244, 237, 224, 0.85) !important;
  color: #544031 !important;
}

/* Toggle buttons (Map/Grid/List): active state matches pagination active */
.viewToggle.active,
.btn-group .viewToggle.active {
  color: #fff !important;
  background-color: var(--Text-primary) !important;
  border-color: var(--Text-primary) !important;
}

/* Toggle buttons + pagination: kill Bootstrap default :focus/:hover/active so only our .active class is brand-styled */
.viewToggle.btn-outline-dark:not(.active),
.viewToggle.btn-outline-dark:not(.active):hover,
.viewToggle.btn-outline-dark:not(.active):focus,
.viewToggle.btn-outline-dark:not(.active):active {
  color: #212529 !important;
  background-color: transparent !important;
  border-color: #212529 !important;
  box-shadow: none !important;
}
.wg-pagination li:not(.active) > a:focus,
.wg-pagination li:not(.active) > a:active {
  color: inherit !important;
  background: transparent !important;
  outline: none;
}

/* Mobile: hide Grid toggle button — single column matches list view */
@media (max-width: 767px) {
  .viewToggle[data-target=gridLayout] { display: none !important; }
}

/* Home hero search: remove header labels above each field, scale placeholder+text 1.5x */
.page-title.style-3 .search-container label.text-button,
.page-title.style-3 .search-container div.text-button {
  display: none !important;
}
.page-title.style-3 .search-container input[type="text"],
.page-title.style-3 .search-container select.form-control,
.page-title.style-3 .search-container .nice-select,
.page-title.style-3 .search-container .nice-select .current {
  font-size: 1.5rem !important;
}
/* Bump field height a touch to accommodate the larger text */
.page-title.style-3 .search-container input[type="text"],
.page-title.style-3 .search-container select.form-control,
.page-title.style-3 .search-container .nice-select {
  height: 64px !important;
  min-height: 64px !important;
  line-height: 60px !important;
}

/* Listing card image wrap: force 4:3 aspect ratio so layout is stable even if image is slow/fails */
.card-house .img-style,
.card-house .wrap-img,
.card-house .wrap-img a.img-style {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto !important;
}

/* Price typography: same family as body, larger; per-acre lighter brown w/ space */
.card-house .price {
  font-family: inherit !important;
  font-size: 1.75rem !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.card-house .price-per-acre {
  font-family: inherit !important;
  color: #8b7d6f !important;
  font-size: 0.95rem !important;
  font-weight: 500;
  font-style: italic;
  margin-left: 16px !important;
  white-space: nowrap;
}

/* Listing card: zoom image slightly so any image-edge artifacts (thin border bands) get cropped by the wrap overflow */
.card-house .img-style,
.card-house .wrap-img,
.card-house .wrap-img a.img-style {
  overflow: hidden !important;
}
.card-house .img-style img,
.card-house .wrap-img img {
  transform: scale(1.04);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.card-house:hover .img-style img,
.card-house:hover .wrap-img img {
  transform: scale(1.08);
}

/* Detail page main gallery image: same edge-crop treatment as listing cards */
.rxl-gallery-main .swiper-slide,
.rxl-gallery-main .thumb-main,
.rxl-gallery-main a.img-style {
  overflow: hidden !important;
}
.rxl-gallery-main img {
  transform: scale(1.04);
  transform-origin: center center;
}

/* BADGE-001 (2026-05-19): detail page badges — exclusive, status, type
   should all share the same rounded-pill shape. The plugins output plain
   `<div class="tag ...">` and they sit in a `.d-flex` row (not in the
   `.wrap-tag` the hero rule targets). Round every .tag inside the
   detail-page area. */
.properties-details .tag {
  border-radius: 999px !important;
  padding: 5px 14px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 0.4px;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

/* Detail page hero badges: match preview cards (glassy) */
.properties-hero .wrap-tag .tag,
.properties-hero .wrap-tag .tag.exclusive,
.properties-hero .wrap-tag .tag.categoreis {
  color: #ffffff !important;
  border: none !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 999px !important;
  padding: 5px 14px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.properties-hero .wrap-tag .tag.exclusive {
  background: rgba(84, 64, 49, 0.78) !important;
}
.properties-hero .wrap-tag .tag.categoreis {
  background: rgba(244, 237, 224, 0.85) !important;
  color: #544031 !important;
}

/* Description text spacing */
.properties-description,
.properties-description p,
.properties-description .description {
  line-height: 1.7 !important;
}
.properties-description p {
  margin-bottom: 1em;
}


/* Detail page hero: reduce title + price by 1.75x; per-acre smaller than price */
.properties-details .properties-title h1 {
  font-size: 43px !important;
  line-height: 1.15 !important;
}
.properties-details .properties-title .price {
  font-size: 20px !important;
  font-weight: 700;
}
.properties-details .properties-title .price-per-acre {
  font-size: 14px !important;
  color: #8b7d6f !important;
  font-weight: 500;
  font-style: italic;
  margin-left: 12px !important;
  white-space: nowrap;
}

/* Detail page Share button: brand brown pill with icon */
.properties-hero .share-btn {
  color: #fff !important;
  background: #9A5A46 !important;   /* lighter brown */
  border-radius: 999px !important;
  padding: 10px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.properties-hero .share-btn:hover {
  background: #7a4737 !important;
  transform: translateY(-1px);
  color: #fff !important;
}
.properties-hero .share-btn i {
  font-size: 18px;
  margin-right: 4px;
}

/* Detail page main gallery — Zillow-style: smaller on mobile so title/price sit above the fold */
@media (max-width: 767px) {
  .rxl-gallery-main,
  .rxl-gallery-main .swiper-slide,
  .rxl-gallery-main .thumb-main,
  .rxl-gallery-main a.img-style,
  .rxl-gallery-main img {
    height: 280px !important;
    max-height: 280px !important;
    min-height: 0 !important;
  }
  /* Reduce title size on mobile so price/address fit */
  .properties-details .properties-title h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  .properties-details .properties-title .price {
    font-size: 18px !important;
  }
  .properties-details .properties-title .price-per-acre {
    font-size: 12px !important;
  }
  /* Tighten gap between image, title, price */
  .properties-hero {
    gap: 12px;
  }
  .properties-hero .properties-title {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rxl-gallery-main img {
    height: 380px !important;
    max-height: 380px !important;
  }
}

/* Mobile detail page: even tighter — smaller image, hide thumb strip, smaller gaps */
@media (max-width: 767px) {
  .rxl-gallery-main img,
  .rxl-gallery-main .swiper-slide,
  .rxl-gallery-main .thumb-main,
  .rxl-gallery-main a.img-style {
    height: 240px !important;
    max-height: 240px !important;
  }
  .rxl-gallery-thumbs {
    display: none !important;
  }
  .properties-hero .properties-title {
    margin-top: 8px;
  }
  .properties-details .properties-title .wrap-tag {
    margin-bottom: 8px !important;
  }
  .properties-details .properties-title h1 {
    font-size: 24px !important;
    margin-bottom: 4px !important;
  }
  .properties-details .properties-title .property-location {
    margin-bottom: 4px !important;
    font-size: 13px !important;
  }
  .properties-details .properties-title h5 {
    margin-bottom: 4px !important;
    font-size: 13px !important;
  }
  .properties-details .properties-title .price {
    margin-bottom: 8px !important;
  }
}

/* Detail page mobile: tighter section spacing + constrain content width */
@media (max-width: 767px) {
  .properties-details .tf-spacing-9 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .properties-details .properties-overview .tf-grid-layout {
    gap: 12px !important;
  }
  .properties-details .properties-overview .item {
    padding: 0 !important;
  }
  /* Constrain inner content so it cannot run off the right edge */
  .properties-details,
  .properties-details .properties-overview,
  .properties-details .properties-description,
  .properties-details .properties-location {
    max-width: 100%;
    overflow-x: hidden;
  }
  .properties-details .properties-description {
    word-break: break-word;
  }
  /* Tighten section heading margin */
  .properties-details .properties-title.mb_20,
  .properties-details h5.properties-title {
    margin-bottom: 10px !important;
  }
}

/* Both desktop and mobile: a touch less space below the gallery */
.properties-details .properties-hero {
  margin-bottom: 12px;
}

/* Detail page mobile: overview grid 1-column on mobile (was 2) */
@media (max-width: 767px) {
  .properties-details .properties-overview .tf-grid-layout {
    grid-template-columns: 1fr !important;
  }
  .properties-details .properties-interior-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Detail page: tighter spacing between sections (was tf-spacing-9 = 80px) */
.properties-details .tf-spacing-9 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
@media (max-width: 767px) {
  .properties-details .tf-spacing-9 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
/* Description paragraphs: add bottom margin to <br><br> sequences */
.get-directions-btn i {
  font-size: 18px;
  margin-right: 4px;
}

/* Description: collapse runs of <br> tags to max 2 (paragraph break). Source data sometimes has 8-10 <br> in a row. */
.properties-description br + br + br {
  display: none;
}

/* Description: tight paragraph spacing using p tags (after br-runs converted to </p><p>) */
.properties-description p {
  margin-bottom: 0.8em;
}
.properties-description p:empty {
  display: none;
}

/* Mobile: enlarge price + per-acre 1.5x; 40px gap between image and badges */
@media (max-width: 767px) {
  .properties-details .properties-title .price {
    font-size: 27px !important;
  }
  .properties-details .properties-title .price-per-acre {
    font-size: 18px !important;
  }
  .properties-hero .properties-title { margin-top: 0 !important; }
}

/* Mobile: remove padding/margin above and below the gallery main image */
@media (max-width: 767px) {
  .properties-hero .right {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .properties-hero {
    margin-bottom: 0 !important;
  }
  .properties-details .properties-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}


/* Mobile: kill space immediately below the gallery image */
@media (max-width: 767px) {
  .properties-hero .right .wrap-thumb,
  .properties-hero .right .rxl-gallery-main,
  .properties-hero .right .swiper-wrapper,
  .properties-hero .right .swiper-slide {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .properties-hero .right { margin-bottom: 0 !important; padding-bottom: 0 !important; }
}


/* Mobile: hide swiper pagination dots that add ~30px below detail-page main image */
@media (max-width: 767px) {
  .properties-hero .right .swiper-pagination,
  .properties-hero .right .sw-pagination-thumbs,
  .properties-hero .right .swiper-pagination-bullets {
    display: none !important;
  }
  .properties-hero .right .swiper.rxl-gallery-main {
    height: auto !important;
  }
}


/* Mobile: kill the residual 47px gap between image bottom and badges */
@media (max-width: 767px) {
  .properties-hero .properties-title {
    padding-top: 0 !important;
  }
  .properties-hero .properties-title .wrap-tag {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 8px !important;
  }
  .properties-hero .row,
  .properties-hero > .row,
  .properties-details .row {
    --bs-gutter-y: 0 !important;
  }
}


/* MLS / IDX disclaimer paragraphs below logos: add horizontal padding + reduce font size 1.25x */
.main-content section.my-5 .col-md-12 > p.mb-5 {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .main-content section.my-5 .col-md-12 > p.mb-5 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* AGENT-001: detail-page agent panel
   Sticky right-rail on lg+; stacks below main col on mobile.
   Brand colors: brown #544031, clay #9A5A46, cream #f4ede0.
   Layout: full-bleed photo across top half of card, info block below. */
.rxl-agent-card {
  background: #faf7ee;
  border: 1px solid #e0d4b8;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 28px rgba(84, 64, 49, 0.08);
  margin-top: 24px;
  overflow: hidden;
  padding: 0;
}
.rxl-agent-card .rxl-agent-photo {
  width: 100%;
  aspect-ratio: 3 / 4;        /* 0.75 — portrait, shows more of the agent */
  overflow: hidden;
  background: #f4ede0;
}
.rxl-agent-card .rxl-agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.rxl-agent-card .rxl-agent-photo-placeholder,
.rxl-agent-card .rxl-agent-photo-office {
  width: 100%;
  height: 100%;
  background: #f4ede0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rxl-agent-card .rxl-agent-photo-placeholder i,
.rxl-agent-card .rxl-agent-photo-office i {
  font-size: 72px;
  color: #9A5A46;
  opacity: 0.5;
}
.rxl-agent-card .rxl-agent-info {
  padding: 28px;
}
.rxl-agent-card .rxl-agent-name {
  margin-top: 0;
  margin-bottom: 4px;
  color: #544031;
  font-size: 1.75rem;
  line-height: 1.2;
}
.rxl-agent-card .rxl-agent-title {
  font-size: 0.85em;
  color: #9A5A46;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.rxl-agent-card .rxl-agent-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  text-align: left;
}
.rxl-agent-card .rxl-agent-contact li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 4px;
  border-bottom: 1px solid rgba(154, 90, 70, 0.18);
  font-size: 1.9rem;
  line-height: 1.2;
}
.rxl-agent-card .rxl-agent-contact li:last-child {
  border-bottom: none;
}
.rxl-agent-card .rxl-agent-contact li i {
  color: #9A5A46;
  font-size: 1.1em;
  flex-shrink: 0;
}
.rxl-agent-card .rxl-agent-contact a {
  color: #544031;
  text-decoration: none;
  word-break: break-word;
}
.rxl-agent-card .rxl-agent-contact a:hover {
  color: #9A5A46;
  text-decoration: underline;
}
.rxl-agent-card .tf-btn i {
  font-size: 1.05em;
}
@media (min-width: 992px) {
  .rxl-agent-card.position-sticky {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 991.98px) {
  .rxl-agent-card {
    margin-top: 32px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* INQUIRY-001: inline property-inquiry form, sits in col-lg-4 below the agent card. */
.rxl-inquiry-card {
  background: #faf7ee;
  border: 1px solid #e0d4b8;
  border-radius: 16px;
  padding: 28px 24px;
  margin-top: 24px;
  box-shadow: 0 6px 28px rgba(84, 64, 49, 0.08);
}
.rxl-inquiry-card .rxl-inquiry-title {
  color: #544031;
  font-size: 1.5rem;
  margin: 0 0 18px;
  text-align: center;
  line-height: 1.2;
}
.rxl-inquiry-card .form-control {
  border: 1px solid #d6c9b0;
  border-radius: 8px;
  padding: 10px 14px;
  width: 100%;
  background: #fff;
  font-size: 0.95rem;
}
.rxl-inquiry-card .form-control:focus {
  outline: none;
  border-color: #9A5A46;
  box-shadow: 0 0 0 3px rgba(154, 90, 70, 0.15);
}
.rxl-inquiry-card textarea.form-control { min-height: 90px; resize: vertical; }
.rxl-inquiry-card .error { color: #c0392b; font-size: 0.85em; display: block; margin-bottom: 4px; }
.rxl-inquiry-card .sr-only,
.rxl-inquiry-card .request-confirmation-container { display: none; }
.rxl-inquiry-card .submit_request { cursor: pointer; }
.rxl-inquiry-card .rxl-inquiry-thanks {
  text-align: center;
  color: #544031;
  font-weight: 600;
  margin: 8px 0 0;
  padding: 12px;
}
@media (max-width: 991.98px) {
  .rxl-inquiry-card {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* MOBILE-001: mobile hero redesign — larger hero, search overlaid on
   bottom of hero photo, phone + map icon row replacing View Properties /
   Contact Us buttons. Desktop layout untouched. */

/* Desktop: hide mobile CTA row + in-hero mobile search */
.rxl-mobile-cta-row { display: none; }
.rxl-hero-mobile-search { display: none; }

@media (max-width: 991.98px) {
  /* Full-screen hero on mobile — image fills viewport via object-fit: cover */
  .swiper.effect-content-slide,
  .swiper.effect-content-slide .swiper-wrapper,
  .swiper.effect-content-slide .swiper-slide,
  .swiper.effect-content-slide .swiper-slide .slide-inner,
  .swiper.effect-content-slide .swiper-slide .thumbs {
    min-height: 100vh !important;
    height: 100vh !important;
  }
  .swiper.effect-content-slide .swiper-slide .thumbs img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  /* Push hero content to TOP of hero (title and subtitle near top),
     then inline search, then phone/map icons stack below. */
  .swiper.effect-content-slide .swiper-slide .content {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 70px;
    z-index: 2;
  }
  .swiper.effect-content-slide .swiper-slide .content > .tf-container { width: 100%; }
  .swiper.effect-content-slide .swiper-slide .content .col-lg-7 { width: 100%; }
  /* Hide the desktop View Properties / Contact Us buttons */
  .rxl-hero-buttons { display: none !important; }

  /* Phone + Map icon row — icon-only, centered horizontally inside hero. */
  .rxl-mobile-cta-row {
    display: flex !important;
    gap: 16px;
    margin: 20px auto 0;
    justify-content: center;
    width: 100%;
    max-width: 280px;
  }
  .rxl-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    color: #544031;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0,0,0,0.3);
  }
  .rxl-mobile-cta i {
    font-size: 26px;
    color: #9A5A46;
    line-height: 1;
  }
  .rxl-mobile-cta:active {
    transform: scale(0.94);
  }

  /* In-hero search: shown on mobile, hidden on desktop */
  .rxl-hero-mobile-search {
    display: block;
    margin: 24px 0;
  }
  .rxl-hero-mobile-search .rxl-home-search-row {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0,0,0,0.25);
  }
  .rxl-hero-mobile-search .rxl-home-search-input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 14px 18px;
    color: #544031;
    font-size: 0.95rem;
    outline: none;
    min-width: 0;
  }
  .rxl-hero-mobile-search .rxl-home-search-input::placeholder { color: #9a8e7c; }
  .rxl-hero-mobile-search .rxl-home-search-btn {
    width: 56px;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rxl-hero-mobile-search .rxl-home-search-btn i {
    color: #fff;
    font-size: 1.4em;
    line-height: 1;
  }

  /* Hide the standalone search section below the hero on mobile —
     the in-hero one above replaces it. */
  body .flat-tab.flat-tab-form.search-container { display: none !important; }

  /* Pull search section UP so it visually overlays bottom of hero — and
     use a bigger shift so there is no grey gap between hero and search. */
  /* Pull search well into the hero — sits ~140px above hero bottom so the
     pill clearly floats inside the hero photo, above the fold. */
  body .flat-tab.flat-tab-form.search-container {
    transform: translateY(-220px) !important;
    position: relative !important;
    z-index: 5 !important;
    margin-bottom: -220px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
  }
  body .flat-tab.flat-tab-form.search-container .tf-container { padding-left: 16px !important; padding-right: 16px !important; }
  body .flat-tab.flat-tab-form.search-container .wg-filter,
  body .flat-tab.flat-tab-form.search-container .widget-content-inner { padding: 0 !important; }

  /* Subtle dark gradient at the hero bottom for search-bar contrast */
  .swiper.effect-content-slide::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 200px;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.45) 100%);
    pointer-events: none;
    z-index: 1;
  }

  /* Mobile search: keep horizontal pill (don't stack), span full column,
     compact button with icon to the right of the text. */
  .rxl-home-search-form {
    margin: 0 !important;
  }
  .rxl-home-search-form label { color: #fff !important; text-shadow: 0 1px 4px rgba(0,0,0,0.7); }
  /* col-11 wrapper handles column width (Bootstrap grid). Pill is full-width within the col. */
  .rxl-home-search-form .rxl-home-search-row {
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 999px !important;
  }
  .rxl-home-search-form .rxl-home-search-input {
    padding: 12px 16px !important;
    font-size: 0.92rem !important;
    border-bottom: 0 !important;
    min-width: 0;
  }
  .rxl-home-search-form .rxl-home-search-btn {
    width: 56px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .rxl-home-search-form .rxl-home-search-btn i {
    font-size: 1.4em;
    line-height: 1;
    color: #fff;
  }
}

/* SEARCH-001: home-page Zillow-style single-field search — input + button
   as one attached pill, button on the right edge of the field. */
.rxl-home-search-form .rxl-home-search-row {
  display: flex;
  align-items: stretch;
  /* max-width owned by SEARCH-010 per breakpoint */
  background: #fff;
  border: 1px solid #d6c9b0;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(84, 64, 49, 0.08);
}
.rxl-home-search-form .rxl-home-search-input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 16px 20px;
  font-size: 1rem;
  color: #544031;
  outline: none;
  min-width: 0;
}
.rxl-home-search-form .rxl-home-search-input::placeholder {
  color: #9a8e7c;
}
.rxl-home-search-form .rxl-home-search-btn {
  flex-shrink: 0;
  border-radius: 0 !important;
  padding-left: 28px;
  padding-right: 28px;
  margin: 0;
}
@media (max-width: 576px) {
  .rxl-home-search-form .rxl-home-search-row {
    flex-direction: column;
    border-radius: 16px;
  }
  .rxl-home-search-form .rxl-home-search-input {
    border-bottom: 1px solid #d6c9b0;
  }
  .rxl-home-search-form .rxl-home-search-btn {
    width: 100%;
    border-radius: 0;
  }
}

/* SEARCH-001 contrast bump — make the in-hero pill clearly distinct
   against the warm hero photo. Brown button uses brand color, white
   pill has a defined border + stronger shadow. */
@media (max-width: 991.98px) {
  .rxl-hero-mobile-search .rxl-home-search-row {
    background: #ffffff !important;
    border: 2px solid #ffffff;
    box-shadow: 0 12px 40px rgba(0,0,0,0.45), 0 0 0 4px rgba(255,255,255,0.15);
    border-radius: 999px;
    overflow: hidden;
  }
  .rxl-hero-mobile-search .rxl-home-search-input {
    background: #ffffff !important;
    color: #2b1d12 !important;
    font-weight: 500;
    padding: 16px 20px;
  }
  .rxl-hero-mobile-search .rxl-home-search-input::placeholder {
    color: #6b5a4a !important;
    opacity: 1;
  }
  .rxl-hero-mobile-search .rxl-home-search-btn {
    width: 64px;
    min-width: 64px;
    background: #9A5A46 !important;
    border-radius: 0 !important;
  }
  .rxl-hero-mobile-search .rxl-home-search-btn i {
    color: #ffffff !important;
    font-size: 1.6em;
  }
}

/* AUCTION-001: outline brown button + auction card image sizing to match
   featured-property cards. Auction images get the same .img-style frame
   (rounded, shadow, hover zoom). */
.tf-btn.btn-outline-1 {
  background: transparent !important;
  color: #9A5A46 !important;
  border: 2px solid #9A5A46;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.tf-btn.btn-outline-1 > span:first-child { color: #9A5A46; font-weight: 700; }
.tf-btn.btn-outline-1:hover,
.tf-btn.btn-outline-1:focus {
  background: #9A5A46 !important;
  color: #fff !important;
}
.tf-btn.btn-outline-1:hover > span:first-child,
.tf-btn.btn-outline-1:focus > span:first-child { color: #fff; }
.tf-btn.btn-lg {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.97rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 58px;
}
.tf-btn.btn-px-48 { padding-left: 48px; padding-right: 48px; }

#highlights .card-house .img-style {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}
#highlights .card-house .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
#highlights .card-house:hover .img-style img { transform: scale(1.05); }

/* NAV-001: hamburger larger — plain white bars, no backdrop. */
.mobile-button .burger,
.mobile-button .burger span {
  width: 40px !important;
}
.mobile-button .burger span {
  height: 5px !important;
}
.mobile-button .burger span:not(:first-child) {
  margin-top: 6px !important;
}

/* SEARCH-002: mobile search submit fills row height (was 40px in 54px row,
   leaving 14px white strip below).  Also bump placeholder + input size. */
@media (max-width: 991.98px) {
  .rxl-hero-mobile-search .rxl-home-search-row {
    align-items: stretch;
    min-height: 64px;
    height: 64px;
  }
  .rxl-hero-mobile-search .rxl-home-search-btn {
    height: 64px !important;
    min-height: 64px !important;
    align-self: stretch !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rxl-hero-mobile-search .rxl-home-search-input {
    height: 64px;
    line-height: 64px;
    padding: 0 22px !important;
  }
  .rxl-hero-mobile-search .rxl-home-search-input {
    font-size: 1.5rem !important;
    padding: 18px 22px !important;
  }
  .rxl-hero-mobile-search .rxl-home-search-input::placeholder {
    font-size: 1.5rem !important;
  }
}

/* SUBPAGE-001: subpage article typography. Scoped narrowly to
   article-locator headings (.word-rotator-title) and article body
   paragraphs (.article-content). Older rule blanketed every h2/h3
   inside .section-properties and broke listing-card prices/titles
   plus detail-page price text. */

.section-properties .word-rotator-title,
.section-properties h2.word-rotator-title,
.section-properties .word-rotator-title h2 {
  font-family: 'rye', serif !important;
  color: #544031 !important;
  font-weight: normal !important;
  letter-spacing: 0.01em;
  margin-bottom: 28px !important;
  line-height: 1.25;
  font-size: 2.4rem;
}

.section-properties .lead,
.section-properties .lead p,
.section-properties .article-content,
.section-properties .article-content p,
.section-properties .body-article-content p,
.section-properties .body-article p,
.section-properties .body-article-content,
.section-properties .body-article .lead {
  font-family: 'Manrope', sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  color: #4a3826 !important;
  margin-bottom: 1.2em !important;
  text-align: left !important;
}
.section-properties .body-article {
  padding-bottom: 2rem;
}
.section-properties hr.tall {
  display: none;
}
.section-properties .img-container.pull-left {
  float: left;
  margin-right: 24px;
  margin-bottom: 16px;
  max-width: 280px;
}
.section-properties .img-container img {
  border-radius: 6px;
  display: block;
}

.section-properties .article-content img,
.section-properties .body-article-content img,
.section-properties .body-article img {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
  border-radius: 6px;
  height: auto;
  max-width: 100%;
}

/* Subpage banner h1 (e.g. "About Us" page-header) — match home rye font */
.page-header h1 {
  font-family: 'rye', serif !important;
  font-weight: normal !important;
  letter-spacing: 0.01em;
}

/* The page banner h1 (already large + white) — keep, but match the home
   hero western font so subpage titles read as part of the same family. */
.page-header h1 {
  font-family: 'rye', serif !important;
  font-weight: normal !important;
  letter-spacing: 0.01em;
}

/* SEARCH-003: bump search label + placeholder text size (desktop label
   "Looking For" and mobile placeholder inside the hero). */
.rxl-home-search-form label,
label.text-button.text_primary-color {
  font-size: 1.15rem !important;
  font-weight: 700;
  margin-bottom: 12px !important;
}
.rxl-home-search-input,
.rxl-home-search-input::placeholder {
  font-size: 1.15rem !important;
}
@media (max-width: 991.98px) {
  .rxl-hero-mobile-search .rxl-home-search-input,
  .rxl-hero-mobile-search .rxl-home-search-input::placeholder {
    font-size: 1.5rem !important;
  }
}

/* SEARCH-004: horizontal Zillow-style filter bar — DOUBLED input size for legibility. */
.rxl-search-bar {
  background: #f7f1e6;
  border: 1px solid #d6c9b0;
  border-radius: 12px;
  padding: 24px 22px 20px;
  box-shadow: 0 4px 14px rgba(84,64,49,0.07);
}
.rxl-search-bar .rxl-filter-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #544031;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.rxl-search-bar .rxl-filter-input {
  border: 2px solid #cdbfa3;
  border-radius: 10px;
  background: #fff;
  padding: 18px 20px;
  font-size: 1.25rem;
  color: #2b1d12;
  width: 100%;
  min-height: 64px;
}
.rxl-search-bar .rxl-filter-input:focus {
  outline: none;
  border-color: #9A5A46;
  box-shadow: 0 0 0 4px rgba(154,90,70,0.18);
}
@media (max-width: 767.98px) {
  .rxl-search-bar { padding: 14px 12px 12px; }
  .rxl-search-bar .rxl-filter-input { font-size: 1rem; padding: 14px 16px; min-height: 48px; }
}

/* SUBPAGE-003: anchor scroll offset so #buyers / #sellers don't hide under sticky header. */
.article-locator[id] { scroll-margin-top: 110px; }

/* SEARCH-004 mobile 2-up: force State+County and Max Price+Acres on same lines
   on phone-size viewports (bootstrap col-6 was wrapping due to g-2 gutter math). */
@media (max-width: 767.98px) {
  .rxl-search-bar .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    column-gap: 8px;
    row-gap: 8px;
  }
  .rxl-search-bar .row > .col-md-4.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .rxl-search-bar .row > .col-md-2.col-6 {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    padding-left: 0;
    padding-right: 0;
  }
  .rxl-search-bar .row > .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* NAV-002: trim mobile header bar height — the inline header was 143px tall
   with a 48px logo, leaving ~95px of empty space around the logo. Tighten
   so the logo sits closer to top. */
@media (max-width: 1199.98px) {
  .header .tf-container { padding-top: 0; padding-bottom: 0; }
  .header .row { --bs-gutter-y: 0; }
  .header .header-inner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: 64px !important;
  }
  .header .site-logo img.logo_header {
    height: 64px;
    width: auto;
  }
  .header .header-inner { min-height: 80px !important; }
}

/* CARD-001: enforce a clear gap between price and per-acre on the listing
   preview cards. Bootstrap's ms-3 was rendering as ~10px on this theme — too
   tight visually so price/per-acre looked concatenated. */
.card-house h4.price > span,
.card-house h4.price .small-text {
  margin-left: 22px !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  /* On md+ where float-md-end is active, the span floats right — no extra ms needed. */
  .card-house h4.price > span.float-md-end {
    margin-left: 0 !important;
  }
}


/* SUBPAGE-004: mobile article layout — stack image full-width above text
   (not floated), trim top padding so first article isn't pushed down. */
@media (max-width: 767.98px) {
  /* Article images go full width, text flows below */
  .section-properties .img-container.pull-left,
  .section-properties .img-container.pull-right,
  .section-properties .img-container {
    float: none !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 16px 0 !important;
  }
  .section-properties .img-container img {
    width: 100%;
    height: auto;
  }
  /* Tighten top padding of first article so logo/image sits close to page header */
  .section-properties.tf-spacing-1 {
    padding-top: 1.5rem !important;
  }
  .section-properties.pt-5 {
    padding-top: 1.5rem !important;
  }
  .section-properties .body-article {
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
  }
  .section-properties .col-md-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* Article paragraphs slightly smaller on tiny screens */
  .section-properties .lead,
  .section-properties .article-content,
  .section-properties .article-content p,
  .section-properties .body-article-content p {
    font-size: 16px !important;
  }
}

/* SEARCH-006: collapsible filter accordion. Filter bar is hidden by default;
   toggled via the slider icon button to the right of the Sort dropdown. */
.rxl-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #cdbfa3;
  color: #544031;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  height: 44px;
}
.rxl-filter-toggle:hover {
  background: #9A5A46;
  border-color: #9A5A46;
  color: #fff;
}
.rxl-filter-toggle i { font-size: 18px; }
.rxl-filter-toggle.active,
.rxl-filter-toggle[aria-expanded="true"] {
  background: #9A5A46;
  border-color: #9A5A46;
  color: #fff;
}

.rxl-filter-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-bottom 0.3s ease;
  margin-bottom: 0;
}
.rxl-filter-panel.open {
  max-height: 1200px; /* generous cap to allow content height */
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .rxl-filter-toggle .rxl-filter-label-text { display: none; }
  .rxl-filter-toggle { padding: 8px 12px; }
}

/* BANNER-002: mobile — show the full banner image (contain) centered with
   a brown fill behind. Default uses background-size: cover which crops
   aggressively on narrow viewports. */
@media (max-width: 767.98px) {
  .page-header-container {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 70px 0 40px;
  }
  .page-header-container:before {
    background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.1));
  }
  .page-header h1 {
    font-size: 2.4rem;
  }
}

/* BANNER-003: scale up page H1 vs breadcrumb. Page name reads as the main
   attention-grabber, "Home" crumb stays subtle. */
.page-header h1 {
  font-size: 6rem;         /* desktop 60px (10px root) */
  line-height: 1.1;
  margin: 0;
}
.page-header .breadcrumb {
  font-size: 1.1rem;       /* desktop ~11px */
  margin-bottom: 6px !important;
  opacity: 0.7;
}
.page-header .breadcrumb a {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .page-header h1 {
    font-size: 4rem !important;    /* mobile 40px */
  }
  .page-header .breadcrumb,
  .page-header .breadcrumb a {
    font-size: 1rem;        /* mobile ~10px */
  }
}

/* HEADER-001: subpage header transparent so banner shows through;
   position absolute over the photo, push title down with padding. */
.header.inner-page-header {
  background-color: transparent !important;
  position: absolute !important;
  top: 0; left: 0; right: 0;
  z-index: 5;
}
.page-header-container {
  padding-top: 200px !important;
}
@media (max-width: 991.98px) {
  .page-header-container {
    padding-top: 140px !important;
  }
}

/* DETAIL-BANNER: full-width banner image at top of listing detail page —
   no gradient overlay, no surrounding padding, give breathing room before the
   property gallery starts. */
.rxl-detail-banner {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.properties-details {
  padding-top: 0 !important;
}
.properties-details .properties-hero {
  padding-top: 80px;
}
@media (max-width: 991.98px) {
  .rxl-detail-banner {
    height: 200px;
  }
  .properties-details .properties-hero {
    padding-top: 56px;
  }
}

/* SORT-001: dropdown — current text + option text both 14px, centered. */
.list-sort {
  font-size: 14px !important;
  height: 44px !important;
  padding: 0 32px 0 18px !important;
  min-width: 140px !important;
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.list-sort .current {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  display: block;
  text-align: center;
  width: 100%;
}
.list-sort .list {
  font-size: 14px !important;
}
.list-sort .list .option {
  font-size: 14px !important;
  text-align: center !important;
  font-weight: 500;
}
.rxl-filter-toggle {
  width: 56px !important;
  min-width: 56px !important;
  flex: 0 0 56px !important;
  height: 56px !important;
  padding: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  display: inline-flex !important;
  border-radius: 12px !important;
}
.rxl-filter-toggle i { font-size: 24px !important; }
.rxl-filter-toggle .rxl-filter-label-text { display: none !important; }

/* SORT-002: ensure the open dropdown overlays everything underneath (cards have
   z-index from .card-house hover-image that was intercepting option clicks). */
.nice-select.list-sort { position: relative; z-index: 100; }
.nice-select.list-sort .list {
  z-index: 9999 !important;
  position: absolute;
  background: #fff;
  border: 1px solid #cdbfa3;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  list-style: none;
  margin: 4px 0 0;
  padding: 4px 0;
  min-width: 100%;
  display: none;
}
.nice-select.list-sort.open .list { display: block; }
.nice-select.list-sort .list .option {
  padding: 8px 14px;
  cursor: pointer;
}
.nice-select.list-sort .list .option:hover,
.nice-select.list-sort .list .option.selected {
  background: #f4ede0;
}

/* SORT-003: native <select> styled to match other filter controls. */
.rxl-sort-select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23544031' d='M4 6l4 4 4-4z'/></svg>") no-repeat right 12px center / 16px;
  border: 1px solid #cdbfa3;
  border-radius: 8px;
  padding: 0 36px 0 18px;
  height: 44px;
  min-width: 140px;
  font-size: 14px;
  font-weight: 600;
  color: #544031;
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  text-align: center;
  text-align-last: center;
}
.rxl-sort-select:focus {
  outline: none;
  border-color: #9A5A46;
  box-shadow: 0 0 0 3px rgba(154,90,70,0.15);
}
.rxl-sort-select option { font-size: 14px; padding: 8px; }

/* SORT-004: uniform 48px height for Map/Grid/List, Sort, Filter button. */
.section-properties .box-title .btn-group .btn,
.section-properties .box-title .viewToggle {
  height: 48px !important;
  padding: 0 18px !important;
  line-height: 1 !important;
  font-size: 14px !important;
}
.rxl-sort-select {
  height: 48px !important;
}
.rxl-filter-toggle {
  width: 48px !important;
  min-width: 48px !important;
  flex: 0 0 48px !important;
  height: 48px !important;
  border-radius: 10px !important;
}
.rxl-filter-toggle i { font-size: 22px !important; }

/* HEADER-002: on listing detail pages (have .properties-details), keep nav
   black + in normal flow so it's NOT overlapping the listing photo. Add
   padding-top on .properties-details so first image starts with breathing
   room below the nav. */
html:has(.properties-details) .header.inner-page-header:not(.header-sticky) {
  background-color: #111 !important;
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
}
.properties-details {
  padding-top: 48px !important;
}
@media (max-width: 991.98px) {
  .properties-details {
    padding-top: 32px !important;
  }
}
.properties-details .properties-hero {
  padding-top: 0 !important;
}

/* DETAIL-LAYOUT-001: gallery on top (full width), then title-price (left) +
   agent card (right) on tablet/desktop. Agent card scrolls with page in
   normal flow — no position:sticky needed since it lives alongside the
   price block under the image. */
@media (min-width: 768px) {
  .properties-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    grid-template-areas:
      "gallery gallery"
      "title   agent";
    column-gap: 32px;
    row-gap: 32px;
  }
  .properties-hero > .right          { grid-area: gallery; width: 100%; max-width: 100%; flex: none !important; }
  .properties-hero > .properties-title { grid-area: title;   width: 100%; max-width: 100%; flex: none !important; display: block !important; }
  .properties-hero > .rxl-detail-agent { grid-area: agent;   width: 100%; max-width: 360px; }
}
@media (max-width: 767.98px) {
  .properties-hero > .rxl-detail-agent {
    margin-top: 24px;
  }
}
.rxl-detail-agent .rxl-agent-card {
  position: static !important;
  margin: 0;
}

/* DETAIL-LAYOUT-002: show .rxl-detail-agent (desktop) at tablet+ width, hide
   the mobile copy. Reverse on phones. */
.rxl-detail-agent-mobile { display: none; }
@media (max-width: 767.98px) {
  .properties-hero > .rxl-detail-agent { display: none; }
  .rxl-detail-agent-mobile {
    display: block;
    margin: 32px 0;
  }
}

/* CARD-002: stack price/per-acre, bump price font, format per-acre with commas. */
.card-house h4.price {
  font-size: 1.6rem !important;
  font-weight: 700;
  line-height: 1.2;
}
.card-house h4.price .price-per-acre-card {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #6b5a4a;
  margin-top: 4px;
}

/* FORM-001: keep all form input placeholders at the same size as the
   First Name field (16px / 1.05rem on theme's 10px root) — contact-us
   form's comments/description textarea was rendering small. Also covers
   the property-inquiry form on listing detail pages. */
#contactForm input,
#contactForm textarea,
#contactForm select,
#agentForm input,
#agentForm textarea,
#agentForm select,
.rxl-inquiry-card input,
.rxl-inquiry-card textarea,
.rxl-inquiry-card select {
  font-size: 1.05rem !important;
  font-family: 'Manrope', sans-serif !important;
}
#contactForm input::placeholder,
#contactForm textarea::placeholder,
#contactForm select::placeholder,
#agentForm input::placeholder,
#agentForm textarea::placeholder,
.rxl-inquiry-card input::placeholder,
.rxl-inquiry-card textarea::placeholder {
  font-size: 1.05rem !important;
  font-family: 'Manrope', sans-serif !important;
  color: #6b5a4a !important;
  opacity: 1;
}

/* SEARCH-010: hero search responsive at ≥768px.
   At tablet+desktop:
     - hide the mobile-overlay form, show the standalone form
     - cancel the mobile -220px translate
     - widen THE INPUT FIELD (the .rxl-home-search-row pill, not the outer
       .search-container wrapper) so the typeable area is what grows
     - 2x font (2.1rem), 2x height (96px), centered via .col-11 + row.justify-content-center
   .page-title prefix is intentional: the theme rule
   `.page-title.style-3 .search-container input[type="text"]` has specificity
   (0,4,1); we need (0,5,0) to win. */
@media (min-width: 768px) {
  .rxl-hero-mobile-search { display: none !important; }

  /* page-title is the relative anchor; hero swiper fills it at 100vh.
     Float the search absolutely at 75vh so it overlays the hero. */
  .page-title.style-3 { position: relative !important; }

  body .flat-tab.flat-tab-form.search-container {
    display: block !important;
    transform: none !important;
    position: absolute !important;
    top: 75vh !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 5 !important;
  }
  .page-title .flat-tab.flat-tab-form.search-container {
    width: 44% !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* THE INPUT FIELD (the white pill) — fill its column */
  .page-title .flat-tab.flat-tab-form.search-container .rxl-home-search-row {
    width: 100% !important;
    max-width: none !important;
    min-height: 96px !important;
    height: 96px !important;
  }

  /* The <input> itself: 2x font, full height */
  .page-title .flat-tab.flat-tab-form.search-container .rxl-home-search-input {
    height: 96px !important;
    font-size: 2.1rem !important;
    padding: 0 40px !important;
    line-height: 96px !important;
  }
  .page-title .flat-tab.flat-tab-form.search-container .rxl-home-search-input::placeholder {
    font-size: 2.1rem !important;
  }

  /* Submit button matches pill height */
  .page-title .flat-tab.flat-tab-form.search-container .rxl-home-search-btn {
    width: 120px !important;
    min-width: 120px !important;
    height: 96px !important;
  }
  .page-title .flat-tab.flat-tab-form.search-container .rxl-home-search-btn i {
    font-size: 2.6em !important;
  }

  /* Theme sets .rxl-home-search-form to display:flex, which makes .row shrink-fit
     to its content. Force each link in the chain back to full-width so the pill
     actually grows with the viewport. */
  .page-title .flat-tab.flat-tab-form.search-container .rxl-home-search-form {
    display: block !important;
    width: 100% !important;
  }
  .page-title .flat-tab.flat-tab-form.search-container .rxl-home-search-form > .row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-title .flat-tab.flat-tab-form.search-container .rxl-home-search-form .col-11 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
/* Make the outer card the same shape as the inner pill so input + background
     read as one unified rounded element. */
  body .flat-tab.flat-tab-form.search-container .wg-filter {
    background: #ffffff !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18) !important;
    border-radius: 999px !important;   /* matches pill */
    padding: 10px 14px !important;     /* breathing room around pill */
  }
  /* Theme sets .form-title bg white with no border-radius — that produces a
     sharp white rectangle that leaks behind the rounded pill. Make it transparent. */
  body .flat-tab.flat-tab-form.search-container .form-title,
  body .flat-tab.flat-tab-form.search-container .rxl-home-search-form {
    background: transparent !important;
    box-shadow: none !important;
  }
  body .flat-tab.flat-tab-form.search-container .widget-content-inner {
    padding: 0 !important;
  }
  body .flat-tab.flat-tab-form.search-container .tf-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Hide the "Looking For" label that sits above the pill (no longer needed
     now that the pill is the only visible element). */
  body .flat-tab.flat-tab-form.search-container label {
    display: none !important;
  }
}

/* SEARCH-011: search-submit icon (magnifying glass) white on both mobile + desktop. */
.rxl-home-search-btn .icon-MagnifyingGlass,
.rxl-home-search-btn i {
  color: #ffffff !important;
}

/* CARD-003: home Exclusive Listings — Zillow-style card.
   Image fills top half (cropped 30px top + bottom), content fills bottom half.
   Prices 1.5x, address single-line, title smaller. */
.section-features-property-3 .card-house.style-default,
.rxl-listing-grid .card-house.style-default {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.section-features-property-3 .card-house.style-default .img-style ,
.rxl-listing-grid .card-house.style-default .img-style {
  position: relative;
  height: 248px !important;
  aspect-ratio: auto !important;   /* override the global 4:3 rule */
  overflow: hidden;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.section-features-property-3 .card-house.style-default .img-style img ,
.rxl-listing-grid .card-house.style-default .img-style img {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100% !important;
  height: 308px !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}
.section-features-property-3 .card-house.style-default .wrap-tag ,
.rxl-listing-grid .card-house.style-default .wrap-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.section-features-property-3 .card-house.style-default .content ,
.rxl-listing-grid .card-house.style-default .content {
  padding: 20px;
}
.section-features-property-3 .card-house h4.price,
.rxl-listing-grid .card-house h4.price {
  font-size: 2.4rem !important;   /* 1.5x of CARD-002's 1.6rem */
  line-height: 1.15;
  margin-bottom: 10px;
}
.section-features-property-3 .card-house h4.price .price-per-acre-card ,
.rxl-listing-grid .card-house h4.price .price-per-acre-card {
  font-size: 1.5rem !important;   /* 1.5x of 1rem */
  margin-top: 2px;
}
.section-features-property-3 .card-house.style-default .title ,
.rxl-listing-grid .card-house.style-default .title {
  display: block;
  font-size: 1.75rem !important;   /* 1.25x of 1.4rem; carries combined "street, city ST" */
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px !important;
}
.section-features-property-3 .card-house.style-default .content p ,
.rxl-listing-grid .card-house.style-default .content p {
  font-size: 1.2rem !important;
  margin: 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-features-property-3 .card-house.style-default ul.info ,
.rxl-listing-grid .card-house.style-default ul.info {
  font-size: 1.15rem;
  gap: 16px;
}

/* CARD-003 badge fix: keep wrap-tag horizontal even when positioned absolutely. */
.section-features-property-3 .card-house.style-default .wrap-tag ,
.rxl-listing-grid .card-house.style-default .wrap-tag {
  width: auto !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}
.section-features-property-3 .card-house.style-default .wrap-tag .tag ,
.rxl-listing-grid .card-house.style-default .wrap-tag .tag {
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

/* BLOG-001 (2026-05-18): blog card .meta-info bullets — Bootstrap's
   list-unstyled is being overridden somewhere, so list-style: disc and the
   default 15px left padding still apply. Force them off. Also covers the
   .post-meta date ul on blog detail page (same overriding pattern). */
.meta-info,
.meta-info li,
.post-meta,
.post-meta li {
  list-style: none !important;
  padding-left: 0 !important;
}

/* BLOG-002 (2026-05-18): blog detail hero now provided by page_header
   pb_par added to template-28 so .blog-post-content sits below it
   naturally — no manual margin-top needed. */

/* BLOG-003 (2026-05-18): blog content typography matches the finance/
   buyers-and-sellers article style — Rye serif headings, readable
   paragraph sizes, brand brown text. */
.blog-post-content p,
.blog-post-content ul,
.blog-post-content ol {
  font-size: 17px;
  line-height: 1.75;
  color: #4a3826;
  margin-bottom: 1.2em;
}
.blog-post-content h1,
.blog-post-content h1.post-title,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  font-family: 'rye', serif !important;
  font-weight: 400 !important;
  color: #544031 !important;
}
.blog-post-content h1,
.blog-post-content h1.post-title {
  font-size: clamp(28px, 4vw, 44px) !important;
  line-height: 1.15 !important;
  margin-bottom: 24px;
}
.blog-post-content h2 {
  font-size: clamp(20px, 2.5vw, 28px) !important;
  line-height: 1.25 !important;
  margin-top: 32px;
  margin-bottom: 16px;
}
.blog-post-content h3 {
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.3 !important;
  margin-top: 24px;
  margin-bottom: 12px;
}

/* NAV-001 (2026-05-19): mobile menu — parent items with children now use
   a real link to the parent page + a separate chevron button to toggle
   the submenu. Without this, tapping "About Us" only opens the submenu
   and never navigates to /about-us. styles.css line 2643 adds an existing
   ::after caret on the link itself — suppress that so we don't show two
   chevrons; my button is the single accordion indicator. */
#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  display: none !important;
  content: none !important;
}
.menu-item-has-children-mobile {
  position: relative;
}
.menu-item-has-children-mobile > .item-menu-mobile-toggle {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.menu-item-has-children-mobile > .item-menu-mobile-toggle:not(.collapsed) {
  transform: translateY(-50%) rotate(180deg);
}

/* BLOG-005 (2026-05-18): dark gradient overlay at top of page-header
   hero so the white navbar + logo are readable regardless of which
   hero image is in use. */
.page-header-container {
  position: relative;
}
.page-header-container::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
  pointer-events: none;
  z-index: 4;   /* above hero image, below navbar (which is z:5) */
}
.page-header-container > .page-header,
.page-header-container .breadcrumb,
.page-header-container h1 {
  position: relative;
  z-index: 2;
}
.blog-post-content a:not(.tf-btn):not(.btn) {
  color: #9A5A46;
  text-decoration: underline;
}
.blog-post-content a:not(.tf-btn):not(.btn):hover {
  color: #7a4737;
}
.blog-post-content li {
  margin-bottom: 0.5em;
}

/* BLOG-006 (2026-05-18): blog index card title + excerpt fonts match the
   detail-page article style (Rye serif title, 17px/1.75 brown body). */
.flat-blog h2.title,
.flat-blog h2.title a,
.flat-blog .title,
.flat-blog .title a {
  font-family: 'rye', serif !important;
  font-weight: 400 !important;
  color: #544031 !important;
  line-height: 1.25;
}
.flat-blog .excerpt,
.blog-post-content .excerpt,
.blog-card .excerpt,
.card .excerpt {
  font-size: 17px;
  line-height: 1.75;
  color: #4a3826;
}

/* CARD-006 (2026-05-18): $/acre line — calculator SVG icon + literal "$"
   next to the price-per-acre number. Used on preview cards (.card-house)
   and on the detail page (.properties-details). Brand clay color. */
.rxl-icon-calc {
  color: #9A5A46 !important;
  flex-shrink: 0;
  vertical-align: -0.18em;
}

/* IMG-002 (2026-05-18): brand-logo placeholder needs a brown background or
   it disappears against the white card. Targets the white-logo URL
   specifically so real listing photos aren't affected. box-sizing:border-box
   so the padding shrinks the rendered logo instead of growing the img. */
/* IMG-003 (2026-05-18 rev): cover with top-biased crop.
   `contain` letterboxed the cards (white side-bars on 4:3 photos vs the
   2:1 slot). Switched back to `cover` but with object-position 30% from
   top so the sky/house upper portion is always preserved; cropping shifts
   to the bottom foreground (grass/walkway) which buyers rarely miss.
   Zillow-style uniform tile look without server-side image preprocessing. */
img.rxl-img-fallback {
  object-fit: cover !important;
  object-position: center 30% !important;
}

/* CARD-005 (2026-05-18): one shared rule for preview-card and detail-hero
   image rendering. Same wrapper, same image rules, same hover transitions.
   Detail looks good already, so preview is brought to match detail.
   - Wrapper: 12px border-radius, brown bg fallback, 16:9 desktop / 240px mobile
   - Image: object-fit cover, object-position center 30%, transform scale 1.04
   - Card-only: hover lift + scale 1.08 (preserved per user request)
   - Mobile: card outer extended -7.5px each side to match detail's col-12
     position; thumb-main width matched to detail's effective 333px. */

.card-house .thumb-main,
.rxl-gallery-main .thumb-main {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
  background: #544031;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.card-house .thumb-main img.rxl-img-fallback,
.rxl-gallery-main .thumb-main img.rxl-img-fallback,
.rxl-gallery-main .thumb-main a.img-style img.rxl-img-fallback {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.04);
  transform-origin: center center;
  transition: transform 0.3s ease;
  display: block;
  border-radius: 0;
}

/* Detail's anchor wrapper inside thumb-main */
.rxl-gallery-main .thumb-main a.img-style {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

/* Card-only: hover lift + image zoom (kept per user request) */
.card-house:hover .thumb-main {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.08), 0 12px 28px rgba(0,0,0,0.12);
}
.card-house:hover .thumb-main img.rxl-img-fallback {
  transform: scale(1.08);
}

/* Card-only: badge overlays + clickable overlay-link */
.card-house .thumb-main .wrap-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: auto !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}
.card-house .thumb-main .overlay-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* CARD-005 wrap-img sizing: in the LIST view the .thumb-main lives inside
   .wrap-img which CARD-002 forced to aspect-ratio:4/3 + height:auto. That
   produces a wrap-img shorter than the 240px thumb-main on mobile, and
   wrap-img's overflow:hidden then clips the bottom of the thumb-main
   (verified — clips ~42px which is exactly where the placeholder logo's
   "LAND COMPANY LTD." text sits). Override wrap-img to match thumb-main. */
.card-house .wrap-img {
  aspect-ratio: 16 / 9 !important;
}

/* Mobile: equalize width + padding between preview cards and detail hero.
   Card-house outer extended -7.5px each side matches detail's col-12 left
   edge (28.5px from viewport); thumb-main constrained to 333px / 100% - 12
   matches detail's effective inner width (swiper-internal shrink). */
@media (max-width: 767px) {
  .card-house .thumb-main,
  .rxl-gallery-main .thumb-main {
    aspect-ratio: auto !important;
    height: 240px !important;
    max-height: 240px !important;
  }
  /* wrap-img on .style-list.v3 has flex:15.71% from styles.css which collapses
     it to ~190px on mobile, clipping the thumb-main inside. Force it to a
     plain block element 240px tall. */
  .card-house .wrap-img {
    display: block !important;
    flex: none !important;
    aspect-ratio: auto !important;
    width: 100% !important;
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }
  .card-house {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .card-house .thumb-main {
    width: calc(100vw - 57px) !important;   /* matches detail's 28.5px each side */
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* The moved #overview wrapper sits directly under the price <div> inside
   .properties-title. Trim its top spacing so price → overview is tight. */
.properties-title > #overview {
  padding-top: 0 !important;
  padding-left: 13px !important;   /* match Location Details heading at left=118 */
  margin-top: 8px !important;
}

/* DETAIL-NEW-001: visual styling for the Bootstrap-rewritten detail page.
   Replaces old .properties-hero/.properties-title/.tag/.share-btn rules
   that targeted the previous theme structure. */

/* Address (now under price): smaller than the 48px price so price dominates. */
.properties-details .rxl-detail-title {
  font-size: clamp(20px, 2.2vw, 30px) !important;
  line-height: 1.2 !important;
  font-weight: normal;
  margin-bottom: 24px !important;
  color: #6b5a4a;
}

/* Price */
.properties-details h2.price {
  font-size: 48px;
  color: #544031;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 4px;
  line-height: 1.1;
}
.properties-details h2.price .price-per-acre {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #6b5a4a;
}

/* Section headings — Overview, Description, Interior Details, Location Details */
.properties-details .rxl-section-heading {
  font-size: 30px;
  font-weight: 700;
  color: #544031;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #d6c9b0;
  padding-bottom: 6px;
  margin-bottom: 16px !important;
  margin-top: 8px;
}

/* Exclusive badge */
.properties-details .tag.exclusive {
  background-color: #544031 !important;
  color: #FAFAF8 !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Share button — matches agent-card cream bg, brown text + tan border */
.properties-details .share-btn {
  color: #544031 !important;
  background: #faf7ee !important;
  border: 1px solid #e0d4b8 !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  text-decoration: none !important;
}
.properties-details .share-btn:hover {
  background: #f0e8d5 !important;
}
.properties-details .share-btn i {
  font-size: 16px;
}

/* Overview icon items — brown, consistent size */
.properties-details .row .icon[class*="icon-"] {
  font-size: 22px;
  color: #9A5A46;
}

/* Description block — Manrope at 30px per spec */
.properties-details .rxl-description,
.properties-details .rxl-description p {
  font-family: 'Manrope', sans-serif;
  font-size: 25px;
  line-height: 1.4;
  color: #2b1d12;
}

/* Get Directions button */
.properties-details .get-directions-btn {
  padding: 12px 24px;
}

/* DETAIL-NEW-002: Return-to-search card in sidebar — same cream bg as agent + inquire cards. */
.properties-details .rxl-return-card {
  background: #faf7ee;
  border: 1px solid #e0d4b8;
  border-radius: 12px;
  padding: 20px;
  margin-top: 16px;
}
.properties-details .rxl-return-card .tf-btn {
  width: 100%;
}

/* DETAIL-NEW-003: gallery sizing + nav-button placement.
   16:9 aspect ratio capped at 540px tall, image cover-fit. Nav arrows
   anchor to .rxl-gallery-main (position:relative from .swiper). */
.properties-details .wrap-thumb {
  position: relative;
}
.properties-details .rxl-gallery-main {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 540px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 6px solid #faf7ee;          /* match agent-card bg */
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.properties-details .rxl-gallery-main .swiper-slide,
.properties-details .rxl-gallery-main .thumb-main,
.properties-details .rxl-gallery-main .img-style {
  width: 100%;
  height: 100%;
  display: block;
}
.properties-details .rxl-gallery-main img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.properties-details .rxl-gallery-main .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  color: #544031;
  font-size: 18px;
  transition: background 0.15s ease;
}
.properties-details .rxl-gallery-main .sw-button:hover {
  background: #fff;
}
.properties-details .rxl-gallery-main .sw-thumbs-prev { left: 14px; }
.properties-details .rxl-gallery-main .sw-thumbs-next { right: 14px; }
.properties-details .rxl-gallery-main .sw-button i {
  font-size: 20px;
  line-height: 1;
}

/* Thumbnails strip */
.properties-details .rxl-gallery-thumbs {
  scrollbar-width: thin;
}
.properties-details .rxl-thumb-btn {
  outline: none;
}

/* DETAIL-NEW-004: $ glyph that visually mimics the .icon icomoon icons used
   elsewhere in the Overview row (House, MapPin, Ruler). */
.properties-details .dollar-icon {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #9A5A46;
  width: 22px;
  text-align: center;
  line-height: 1;
}

/* DETAIL-NEW-005: Overview items text 1.5x (~22px label, ~22px value),
   icons scaled to match. */
.properties-details .rxl-overview-items .text-body-default {
  font-size: 22px;
}
.properties-details .rxl-overview-items .fw-6 {
  font-size: 22px;
}
.properties-details .rxl-overview-items .icon[class*="icon-"],
.properties-details .rxl-overview-items .dollar-icon {
  font-size: 32px;
  width: 32px;
}

/* DETAIL-NEW-006: thumbnail preview border + clearer active state. */
.properties-details .rxl-thumb-btn img {
  border: 2px solid #e0d4b8;
  border-radius: 6px;
  box-sizing: border-box;
}
.properties-details .rxl-thumb-btn:hover img {
  border-color: #9A5A46;
  opacity: 1;
}

/* DETAIL-NEW-007: Type badge — cream agent-card bg, brown text + border. */
.properties-details .tag.tag-type {
  background-color: #faf7ee !important;
  color: #544031 !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid #e0d4b8 !important;
}

/* DETAIL-NEW-008: Interior-Details title uses address font (sancreek, clamp 20-30). */
.properties-details .rxl-section-title {
  font-size: clamp(20px, 2.2vw, 30px) !important;
  line-height: 1.2 !important;
  font-weight: normal;
  color: #6b5a4a;
  margin-bottom: 16px;
}

/* DETAIL-NEW-009: bigger text in agent card + inquiry card. */
.properties-details .rxl-agent-card .rxl-agent-title {
  font-size: 18px;
}
.properties-details .rxl-agent-card .rxl-agent-contact li,
.properties-details .rxl-agent-card .rxl-agent-contact a {
  font-size: 18px;
}
.properties-details .rxl-agent-card .rxl-agent-contact i {
  font-size: 22px;
}
.properties-details .rxl-inquiry-card .form-control,
.properties-details .rxl-inquiry-card input,
.properties-details .rxl-inquiry-card textarea,
.properties-details .rxl-inquiry-card select {
  font-size: 18px !important;
  padding: 12px 14px !important;
}
.properties-details .rxl-inquiry-card input::placeholder,
.properties-details .rxl-inquiry-card textarea::placeholder,
.properties-details .rxl-inquiry-card select::placeholder {
  font-size: 18px !important;
  color: #6b5a4a !important;
  opacity: 1;
}

/* CONTACT-US-001: align contact-us form text + placeholder size with the
   detail-page inquiry form. */
#contactForm input,
#contactForm textarea,
#contactForm select,
#contactForm .form-control {
  font-size: 18px !important;
  padding: 12px 14px !important;
}
#contactForm input::placeholder,
#contactForm textarea::placeholder,
#contactForm select::placeholder {
  font-size: 18px !important;
}
/* CONTACT-US-002 retired — Send button now uses .btn-outline-1 .btn-lg via the
   theme (matches home Selling/Buying buttons exactly). */

/* CONTACT-US-003: pull consent checkboxes closer + align checkbox with first text line. */
#contactForm .consent-group {
  margin-top: -8px;
}
#contactForm .consent-group .form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px !important;
  padding-left: 0 !important;
}
#contactForm .consent-group .form-check-input {
  margin: 0 !important;
  margin-top: 2px !important;
  flex-shrink: 0;
  float: none !important;
}
#contactForm .consent-group .form-check-label.small {
  font-size: 13px;
  line-height: 1.4;
  flex: 1;
  margin: 0;
}

/* NAV-003: desktop nav links 1.25x (16px -> 20px). Scoped to >=992px so
   mobile offcanvas font stays untouched. */
@media (min-width: 992px) {
  .main-menu .navigation li > a,
  .main-menu .navigation li > a .text {
    font-size: 20px !important;
  }
}

/* CTA-001: sub-page CTA plugin button — white outline + white text. */
.cta-container .tf-btn.cta-btn-white {
  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  text-decoration: none;
  transition: background 0.2s ease;
}
.cta-container .tf-btn.cta-btn-white:hover {
  background: rgba(255,255,255,0.12) !important;
  color: #ffffff !important;
}

/* BULLETS-001: restore disc bullets on article content lists. Theme reset
   strips list-style globally; only nav menus need bare lists. */
.article-content ul,
.body-article-content ul,
.main-content article ul,
.main-content [class*="body-article"] ul {
  list-style: disc outside;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.article-content ul li,
.body-article-content ul li,
.main-content article ul li,
.main-content [class*="body-article"] ul li {
  margin-bottom: 4px;
}
.article-content ol,
.body-article-content ol,
.main-content article ol {
  list-style: decimal outside;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

/* SOCIAL-001: round icon links shared by agent detail (light variant) and
   footer (dark variant). Sizing/hover identical, only base bg/color differ. */
.rxl-social { padding: 0; }
.rxl-social li { display: inline-flex; }
.rxl-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  transition: background .2s, color .2s, transform .15s;
  text-decoration: none;
}
.rxl-social a svg { width: 18px; height: 18px; display: block; }
.rxl-social a:hover { background: #cbb57c; color: #fff; transform: translateY(-1px); }
.rxl-social-light a { background: rgba(84,64,49,0.08); color: #544031; }
.rxl-social-light a:hover { background: #cbb57c; color: #fff; }

/* BULLETS-002: styles.css line 404 sets `li { list-style: none }` directly on
   the li element, which overrides the disc set on .article-content ul.
   Re-apply the bullet at the li level on article content. */
.article-content ul li,
.body-article-content ul li,
.main-content article ul li,
.main-content [class*="body-article"] ul li {
  list-style: disc;
}
.article-content ol li,
.body-article-content ol li,
.main-content article ol li,
.main-content [class*="body-article"] ol li {
  list-style: decimal;
}

/* BULLETS-002: styles.css line 404 sets `li { list-style: none }` directly on
   the li element, which overrides the disc set on .article-content ul.
   Re-apply the bullet at the li level on article content. */
.article-content ul li,
.body-article-content ul li,
.main-content article ul li,
.main-content [class*="body-article"] ul li {
  list-style: disc;
}
.article-content ol li,
.body-article-content ol li,
.main-content article ol li,
.main-content [class*="body-article"] ol li {
  list-style: decimal;
}

/* PDFS-001: Property documents grid + inquiry-form flash highlight. Used by
   lead-capture flow in listing-request.js. */
.rxl-listing-pdfs { background: rgba(154, 90, 70, 0.04); border-radius: 12px; }
.rxl-pdf-card {
  flex: 0 1 240px;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid #e6dccb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(154, 90, 70, 0.06);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.rxl-pdf-icon { font-size: 36px; color: #cbb57c; display: block; margin-bottom: 8px; }
.rxl-pdf-name { font-weight: 600; color: #544031; word-break: break-word; line-height: 1.3; }
.rxl-pdf-download { white-space: nowrap; }

@keyframes rxl-flash { 0%, 100% { box-shadow: 0 0 0 0 rgba(203,181,124,0); } 30% { box-shadow: 0 0 0 8px rgba(203,181,124,0.4); } }
.rxl-inquiry-flash { animation: rxl-flash 1.8s ease-out; outline: 2px solid #cbb57c; border-radius: 14px; }

/* INTRO-001: RXL-exclusive lead paragraph callout. Tan accent so editors
   know it's their hand-written content vs. the MLS description below. */
.rxl-listing-intro {
  background: #f4ede0;
  border-left: 4px solid #cbb57c;
  padding: 22px 26px;
  border-radius: 8px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3a2d22;
}

/* MAPS-001: Aerial + Soil map cards. Sibling style to .rxl-pdf-card but
   public (no gate) and grouped under a distinct "Property Maps" heading. */
.rxl-property-maps { background: rgba(154, 90, 70, 0.04); border-radius: 12px; }
.rxl-map-card {
  flex: 0 1 240px;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid #e6dccb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(154, 90, 70, 0.06);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.rxl-map-card .rxl-pdf-sub {
  font-size: 0.85rem;
  color: #8a7a6a;
  word-break: break-word;
  line-height: 1.3;
}

/* STATUS-001/002: Listing status badge colors. Sold = bold red, Under
   Contract = amber/yellow, Coming Soon = cool grey. Sits next to the
   existing "Exclusive" tag in the wrap-tag flex row. */
.rxl-tag-sold,
.rxl-tag-pending,
.rxl-tag-coming {
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.78rem;
}
.rxl-tag-sold    { background: #b53b2a; color: #fff !important; }
.rxl-tag-pending { background: #cbb57c; color: #2b1e10 !important; }
.rxl-tag-coming  { background: #6c757d; color: #fff !important; }

/* ── TYPE-001: property type badges on listing cards ────────────────────────
   Sit alongside Exclusive + Status badges in .wrap-tag. Color-coded by
   pb_by_type lookup (Land/Residential/Farm/Commercial). Same padding/font
   treatment as the status badges above. */
.rxl-tag-type-land,
.rxl-tag-type-residential,
.rxl-tag-type-farm,
.rxl-tag-type-commercial {
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.78rem;
}
.rxl-tag-type-land        { background: #7a8c4f; color: #fff !important; }   /* sage green */
.rxl-tag-type-residential { background: #5e7a8a; color: #fff !important; }   /* slate blue */
.rxl-tag-type-farm        { background: #8c6a3a; color: #fff !important; }   /* tan */
.rxl-tag-type-commercial  { background: #2b1e10; color: #f4ede0 !important; }/* dark brown */
