/* =========================================================
   PROPERTY FILTER SECTION
   (Styling for this now lives inline inside the [property_search]
   shortcode output itself — see includes/shortcode-search.php —
   so it always matches the site's actual custom-designed filter bar
   instead of a separate hardcoded look here.)
========================================================= */

/* =========================================================
   PROPERTY CARD (Featured Box + Grid)
========================================================= */
.ps-property-grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:30px;
}
@media (max-width: 991px){
	.ps-property-grid{ grid-template-columns:repeat(2, 1fr); }
}
@media (max-width: 600px){
	.ps-property-grid{ grid-template-columns:1fr; }
}

.ps-property-card{
	border:1px solid #E8E8E8;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
	display:flex;
	flex-direction:column;
	height:100%;
}
.ps-card-image-wrap{
	position:relative;
}
.ps-card-image{
	width:100%;
	height:220px;
	object-fit:cover;
	display:block;
}
.ps-handover-badge{
	position:absolute;
	bottom:12px;
	left:12px;
	background:rgba(36,32,31,.85);
	color:#fff;
	font-family:"Jost", sans-serif;
	font-size:13px;
	padding:6px 14px;
	border-radius:20px;
	display:flex;
	align-items:center;
	gap:6px;
}
.ps-handover-badge .dashicons{
	font-size:16px;
	width:16px;
	height:16px;
}

.ps-card-body{
	padding:24px;
	display:flex;
	flex-direction:column;
	flex-grow:1;
}
.ps-card-subtitle{
	font-family:"Jost", sans-serif;
	font-size:13px;
	font-weight:500;
	color:#595959;
	letter-spacing:.5px;
	margin-bottom:6px;
}
.ps-card-title{
	font-family:"Playfair Display", serif;
	font-style:italic;
	font-weight:500;
	font-size:22px;
	color:#24201F;
	margin:0 0 16px;
}

.ps-property-specs-list{
	display:flex;
	flex-direction:column;
	gap:10px;
	margin-bottom:20px;
}
.ps-spec-item{
	display:flex;
	align-items:center;
	font-family:"Jost", sans-serif;
	font-size:14px;
	color:#595959;
}
.ps-spec-lbl{
	display:flex;
	align-items:center;
	gap:8px;
	min-width:150px;
}
.ps-spec-lbl .dashicons{
	font-size:16px;
	width:16px;
	height:16px;
	color:#B08D57;
}
.ps-spec-sep{
	margin:0 8px;
}
.ps-spec-val{
	font-weight:600;
	color:#24201F;
}

.ps-view-details-btn{
	margin-top:auto;
	display:inline-flex;
	align-items:center;
	gap:8px;
	align-self:flex-start;
	background:#24201F;
	color:#fff !important;
	text-decoration:none;
	border-radius:40px;
	padding:10px 28px;
	font-family:"Jost", sans-serif;
	font-weight:500;
	font-size:14px;
	transition:opacity .2s ease;
}
.ps-view-details-btn:hover{
	opacity:.85;
}
.ps-view-details-btn .dashicons{
	font-size:16px;
	width:16px;
	height:16px;
}

/* =========================================================
   PAGINATION + NO RESULTS
========================================================= */
.ps-pagination{
	margin-top:40px;
	display:flex;
	justify-content:center;
	gap:8px;
}
.ps-pagination .page-numbers{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:38px;
	height:38px;
	border:1px solid #E0E0E0;
	border-radius:6px;
	text-decoration:none;
	color:#24201F;
	font-family:"Jost", sans-serif;
}
.ps-pagination .page-numbers.current{
	background:#24201F;
	color:#fff;
}
.ps-no-results{
	text-align:center;
	font-family:"Jost", sans-serif;
	color:#595959;
	padding:60px 0;
}

/* =========================================================
   SINGLE PROPERTY DETAIL PAGE
========================================================= */
.ps-hero{
	position:relative;
	min-height:520px;
	background-size:cover;
	background-position:center;
	background-color:#24201F;
	background-image:linear-gradient(135deg, #2c2620 0%, #171310 100%);
	display:flex;
	align-items:flex-end;
	color:#fff;
}
.ps-hero-overlay{
	position:absolute;
	inset:0;
	background:linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.75) 100%);
}
.ps-hero-content{
	position:relative;
	z-index:1;
	max-width:1200px;
	margin:0 auto;
	padding:60px 20px 50px;
	width:100%;
	box-sizing:border-box;
}
.ps-hero-location{
	font-family:"Jost", sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
	opacity:.9;
}
.ps-hero-title{
	font-family:"Playfair Display", serif;
	font-style:italic;
	font-size:42px;
	margin:0 0 10px;
}
.ps-hero-tagline{
	font-family:"Jost", sans-serif;
	font-size:17px;
	max-width:600px;
	margin:0 0 24px;
	opacity:.95;
}
.ps-hero-facts{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	margin-bottom:28px;
}
.ps-hero-fact{
	display:flex;
	flex-direction:column;
	font-family:"Jost", sans-serif;
}
.ps-hero-fact span{
	font-size:12px;
	text-transform:uppercase;
	opacity:.8;
	margin-bottom:4px;
}
.ps-hero-fact strong{
	font-size:18px;
}
.ps-hero-ctas{
	display:flex;
	flex-wrap:wrap;
	gap:14px;
}

.ps-btn-secondary{
	background:transparent;
	border:1px solid #fff;
	color:#fff;
	border-radius:40px;
	padding:10px 28px;
	font-family:"Jost", sans-serif;
	font-weight:500;
	cursor:pointer;
}
.ps-btn-whatsapp{
	display:inline-flex;
	align-items:center;
	gap:8px;
	background:#25D366;
	color:#fff !important;
	text-decoration:none;
	border-radius:40px;
	padding:10px 28px;
	font-family:"Jost", sans-serif;
	font-weight:500;
}

/* section container reused by every content block below the hero */
.ps-section-container{
	max-width:1100px;
	margin:0 auto;
	padding:0 20px;
}
.ps-section{
	padding:60px 0;
	border-bottom:1px solid #EFEFEF;
}
.ps-section-title{
	position:relative;
	font-family:"Playfair Display", serif;
	font-style:italic;
	font-size:28px;
	color:#24201F;
	margin:0 0 28px;
	padding-top:18px;
}
.ps-section-title::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:46px;
	height:3px;
	background:#B08D57;
	border-radius:2px;
}
.ps-final-cta-section .ps-section-title::before,
.ps-advisor-section .ps-section-title::before{
	left:50%;
	transform:translateX(-50%);
}
.ps-overview-content{
	font-family:"Jost", sans-serif;
	font-size:16px;
	line-height:1.8;
	color:#444;
}

.ps-key-details-grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:24px;
}
@media (max-width: 700px){ .ps-key-details-grid{ grid-template-columns:1fr 1fr; } }
.ps-key-detail-item{
	display:flex;
	align-items:flex-start;
	gap:12px;
}
.ps-key-detail-item .dashicons{
	color:#B08D57;
	font-size:22px;
	width:22px;
	height:22px;
}
.ps-kd-label{
	display:block;
	font-family:"Jost", sans-serif;
	font-size:12px;
	color:#888;
	text-transform:uppercase;
}
.ps-kd-value{
	display:block;
	font-family:"Jost", sans-serif;
	font-size:16px;
	color:#24201F;
}

.ps-why-invest-grid{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:16px;
}
@media (max-width: 700px){ .ps-why-invest-grid{ grid-template-columns:1fr; } }
.ps-why-invest-item{
	display:flex;
	align-items:center;
	gap:10px;
	font-family:"Jost", sans-serif;
	font-size:15px;
	color:#444;
}
.ps-why-invest-item .dashicons{ color:#B08D57; }

.ps-payment-steps{
	display:flex;
	gap:16px;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.ps-payment-step{
	flex:1 1 150px;
	background:#F9F7F4;
	border-radius:10px;
	padding:20px;
	text-align:center;
	font-family:"Jost", sans-serif;
}
.ps-payment-step strong{
	display:block;
	font-size:26px;
	color:#24201F;
}
.ps-payment-step span{
	color:#595959;
	font-size:13px;
}
.ps-milestones-details{
	margin-bottom:20px;
	font-family:"Jost", sans-serif;
}
.ps-milestones-details summary{
	cursor:pointer;
	font-weight:600;
	color:#24201F;
}
.ps-milestones-list{
	margin-top:12px;
	padding-left:20px;
	color:#595959;
}

.ps-units-grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:20px;
}
@media (max-width: 900px){ .ps-units-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width: 600px){ .ps-units-grid{ grid-template-columns:1fr; } }
.ps-unit-card{
	border:1px solid #E8E8E8;
	border-radius:10px;
	padding:22px;
	font-family:"Jost", sans-serif;
	transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ps-unit-card:hover{
	transform:translateY(-4px);
	box-shadow:0 14px 30px rgba(0,0,0,.08);
	border-color:#E0D5C4;
}
.ps-unit-card h3{
	font-family:"Playfair Display", serif;
	font-style:italic;
	margin:0 0 10px;
	color:#24201F;
}
.ps-unit-card p{ margin:4px 0; color:#444; }
.ps-unit-card .ps-btn-secondary{
	border-color:#24201F;
	color:#24201F;
	margin-top:12px;
}

.ps-amenities-grid{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:16px;
}
@media (max-width: 900px){ .ps-amenities-grid{ grid-template-columns:repeat(2, 1fr); } }
.ps-amenity-item{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:8px;
	text-align:center;
	font-family:"Jost", sans-serif;
	font-size:14px;
	background:#F9F7F4;
	border-radius:10px;
	padding:22px 10px;
	transition:transform .2s ease, background .2s ease;
}
.ps-amenity-item:hover{
	transform:translateY(-3px);
	background:#F3EEE6;
}
.ps-amenity-item .dashicons{
	font-size:26px;
	width:26px;
	height:26px;
	color:#B08D57;
}

.ps-location-wrap{
	display:grid;
	grid-template-columns:1.4fr 1fr;
	gap:24px;
}
@media (max-width: 800px){ .ps-location-wrap{ grid-template-columns:1fr; } }
.ps-map-embed iframe{ border-radius:10px; }
.ps-nearby-list{
	list-style:none;
	margin:0;
	padding:0;
	font-family:"Jost", sans-serif;
}
.ps-nearby-list li{
	display:flex;
	align-items:center;
	gap:10px;
	padding:10px 0;
	border-bottom:1px solid #F0F0F0;
	color:#444;
}
.ps-nearby-list .dashicons{ color:#B08D57; }

.ps-gallery-grid{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:12px;
}
@media (max-width: 900px){ .ps-gallery-grid{ grid-template-columns:repeat(2, 1fr); } }
.ps-gallery-item{
	cursor:pointer;
	overflow:hidden;
	border-radius:8px;
	aspect-ratio:1/1;
}
.ps-gallery-item img{
	width:100%; height:100%; object-fit:cover;
	transition:transform .3s ease;
}
.ps-gallery-item:hover img{ transform:scale(1.06); }

.ps-brochure-section, .ps-advisor-section{
	text-align:center;
}
.ps-brochure-section p, .ps-advisor-section p{
	max-width:600px;
	margin:0 auto 24px;
	font-family:"Jost", sans-serif;
	color:#595959;
}
.ps-advisor-section .ps-hero-ctas{ justify-content:center; }
.ps-advisor-section .ps-btn-whatsapp,
.ps-advisor-section .ps-view-details-btn{ }
.ps-advisor-section .ps-btn-whatsapp{ color:#fff !important; }
.ps-advisor-section{
	background:#F9F7F4;
	border-radius:14px;
}
.ps-advisor-section .ps-hero-ctas{ margin-top:10px; }
.ps-advisor-section a.ps-btn-whatsapp{ background:#25D366; }
.ps-advisor-section button.ps-view-details-btn{ color:#fff; }

/* Force dark text/border variants of secondary+whatsapp buttons outside the dark hero */
.ps-section .ps-btn-whatsapp{ color:#fff !important; }

/* ---------- Sticky Section Nav ---------- */
.ps-section-nav{
	position:sticky;
	top:0;
	z-index:45;
	display:flex;
	align-items:center;
	gap:6px;
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
	background:#fff;
	border-bottom:1px solid #EDEAE6;
	transition:box-shadow .2s ease;
}
.ps-section-nav.is-stuck{
	box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.ps-section-nav-links{
	display:flex;
	gap:2px;
	overflow-x:auto;
	flex:1;
	scrollbar-width:none;
	-ms-overflow-style:none;
}
.ps-section-nav-links::-webkit-scrollbar{ display:none; }
.ps-section-nav-link{
	flex-shrink:0;
	white-space:nowrap;
	padding:16px 14px;
	font-family:"Jost", sans-serif;
	font-size:14px;
	font-weight:600;
	color:#8a8580;
	text-decoration:none;
	border-bottom:2px solid transparent;
	transition:color .15s ease, border-color .15s ease;
}
.ps-section-nav-link:hover{ color:#24201F; }
.ps-section-nav-link.active{
	color:#24201F;
	border-bottom-color:#B08D57;
}
.ps-section-nav-arrow{
	flex-shrink:0;
	width:32px;
	height:32px;
	border-radius:50%;
	border:1px solid #E0E0E0;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	color:#24201F;
	font-size:12px;
	transition:background .15s ease;
}
.ps-section-nav-arrow:hover{ background:#F9F7F4; }
@media (max-width: 782px){
	.ps-section-nav-arrow{ display:none; }
	.ps-section-nav-link{ padding:13px 12px; font-size:13px; }
}

/* ---------- Breadcrumbs ---------- */
.ps-breadcrumbs{
	max-width:1200px;
	margin:0 auto;
	padding:14px 20px;
	font-family:"Jost", sans-serif;
	font-size:13px;
	color:#8a8580;
}
.ps-breadcrumbs a{
	color:#8a8580;
	text-decoration:none;
}
.ps-breadcrumbs a:hover{ color:#24201F; }
.ps-breadcrumb-sep{ margin:0 6px; }
.ps-breadcrumb-current{ color:#24201F; font-weight:500; }

/* ---------- Category Badges (hero) ---------- */
.ps-hero-categories{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-bottom:16px;
}
.ps-category-badge{
	font-family:"Jost", sans-serif;
	font-size:12px;
	letter-spacing:.3px;
	text-transform:uppercase;
	background:rgba(255,255,255,.15);
	border:1px solid rgba(255,255,255,.4);
	color:#fff;
	padding:5px 12px;
	border-radius:20px;
}

/* ---------- Hero Video Play Button ---------- */
.ps-hero-play-btn{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
	width:76px;
	height:76px;
	border-radius:50%;
	background:rgba(255,255,255,.9);
	border:none;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	transition:background .2s ease, transform .2s ease;
}
.ps-hero-play-btn:hover{ background:#fff; transform:translate(-50%,-50%) scale(1.06); }
.ps-hero-play-btn .dashicons{
	font-size:34px;
	width:34px;
	height:34px;
	color:#24201F;
	margin-left:4px;
}

/* ---------- Area Description ---------- */
.ps-area-description{
	font-family:"Jost", sans-serif;
	color:#595959;
	max-width:800px;
	margin:0 0 20px;
	line-height:1.7;
}
.ps-explore-location-btn{
	display:inline-block;
	margin-top:16px;
}

/* ---------- Floor Plan Tabs ---------- */
.ps-floorplan-tabs-nav{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-bottom:24px;
	border-bottom:1px solid #E8E8E8;
}
.ps-floorplan-tab-btn{
	font-family:"Jost", sans-serif;
	font-size:14px;
	font-weight:600;
	color:#8a8580;
	background:none;
	border:none;
	border-bottom:2px solid transparent;
	padding:10px 16px;
	cursor:pointer;
	transition:color .15s ease, border-color .15s ease;
}
.ps-floorplan-tab-btn:hover{ color:#24201F; }
.ps-floorplan-tab-btn.active{
	color:#24201F;
	border-bottom-color:#B08D57;
}
.ps-floorplan-tab-panel{ display:none; }
.ps-floorplan-tab-panel.active{ display:block; }
.ps-floorplan-image{
	width:100%;
	max-width:700px;
	border-radius:8px;
	border:1px solid #E8E8E8;
	display:block;
	margin:0 auto;
}
.ps-floorplan-meta{
	display:flex;
	justify-content:center;
	gap:30px;
	margin-top:16px;
	font-family:"Jost", sans-serif;
	color:#595959;
}
.ps-floorplan-meta strong{ color:#24201F; }

/* ---------- Final CTA ---------- */
.ps-final-cta-section{
	text-align:center;
	background:#24201F;
	color:#fff;
	border-radius:14px;
}
.ps-final-cta-section .ps-section-title{ color:#fff; }
.ps-final-cta-section p{
	max-width:600px;
	margin:0 auto 24px;
	font-family:"Jost", sans-serif;
	color:rgba(255,255,255,.8);
}
.ps-final-cta-section .ps-hero-ctas{ justify-content:center; }
.ps-final-cta-section .ps-btn-secondary{
	color:#fff;
	border-color:rgba(255,255,255,.5);
}

/* ---------- Virtual Tour Section ---------- */
.ps-virtual-tour-thumb{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:14px;
	width:100%;
	height:380px;
	border:none;
	border-radius:12px;
	background-color:#24201F;
	background-size:cover;
	background-position:center;
	cursor:pointer;
	overflow:hidden;
}
.ps-virtual-tour-thumb::before{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.35);
	transition:background .2s ease;
}
.ps-virtual-tour-thumb:hover::before{ background:rgba(0,0,0,.5); }
.ps-virtual-tour-play{
	position:relative;
	z-index:1;
	width:70px;
	height:70px;
	border-radius:50%;
	background:rgba(255,255,255,.9);
	display:flex;
	align-items:center;
	justify-content:center;
	transition:transform .2s ease, background .2s ease;
}
.ps-virtual-tour-thumb:hover .ps-virtual-tour-play{ background:#fff; transform:scale(1.06); }
.ps-virtual-tour-play .dashicons{
	font-size:32px;
	width:32px;
	height:32px;
	color:#24201F;
	margin-left:4px;
}
.ps-virtual-tour-label{
	position:relative;
	z-index:1;
	color:#fff;
	font-family:"Jost", sans-serif;
	font-size:15px;
	font-weight:600;
	letter-spacing:.3px;
}
/* =========================================================
   MODAL (Lead Form)
========================================================= */
.ps-modal{
	position:fixed;
	inset:0;
	background:rgba(0,0,0,.6);
	display:none;
	align-items:center;
	justify-content:center;
	z-index:9999;
	padding:20px;
}
.ps-modal.ps-modal-open{ display:flex; }
.ps-modal-inner{
	background:#fff;
	border-radius:12px;
	padding:32px;
	max-width:420px;
	width:100%;
	position:relative;
	font-family:"Jost", sans-serif;
}
.ps-modal-close{
	position:absolute;
	top:10px;
	right:14px;
	background:none;
	border:none;
	font-size:26px;
	cursor:pointer;
	color:#666;
	line-height:1;
}
#ps-modal-title{
	font-family:"Playfair Display", serif;
	font-style:italic;
	font-size:22px;
	color:#24201F;
	margin:0 0 14px;
}
#ps-lead-form p{ margin:0 0 14px; }
#ps-lead-form label{
	display:block;
	font-size:13px;
	font-weight:600;
	color:#24201F;
	margin-bottom:5px;
}
#ps-lead-form input{
	width:100%;
	box-sizing:border-box;
	padding:10px 12px;
	border:1px solid #E0E0E0;
	border-radius:8px;
	font-family:"Jost", sans-serif;
}
#ps-lead-form button{
	width:100%;
	border:none;
	cursor:pointer;
}
#ps-modal-message{
	font-size:14px;
	color:#595959;
}

/* ---------- AJAX Filter (property_search shortcode) ---------- */
#ps-ajax-results-target{
	position:relative;
	min-height:80px;
	transition:opacity .2s ease;
}
#ps-ajax-results-target.ps-loading{
	opacity:.35;
	pointer-events:none;
}
.ps-ajax-spinner{
	position:absolute;
	top:40px;
	left:50%;
	transform:translateX(-50%);
	z-index:5;
	width:42px;
	height:42px;
	border-radius:50%;
	border:3px solid rgba(177,138,74,0.25);
	border-top-color:#b18a4a;
	animation:ps-spin .7s linear infinite;
}
@keyframes ps-spin{
	to{ transform:translateX(-50%) rotate(360deg); }
}

/* ---------- Hero Search Bar (property_hero_filter shortcode) ---------- */
.filter-bar{
	font-family:"Jost", sans-serif;
	background:#fff;
	border-radius:14px;
	box-shadow:0 10px 40px rgba(0,0,0,0.12);
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}
.filter-bar .visually-hidden{ position:absolute!important; }

.filter-tabs{
	display:flex;
	gap:0;
	border:none;
	margin:0;
	padding:0 20px;
	background:#24201F;
}
.filter-tab{
	display:flex;
	align-items:center;
	gap:8px;
	padding:14px 18px;
	cursor:pointer;
	position:relative;
}
.filter-tab input[type="radio"]{
	position:absolute;
	opacity:0;
	width:0;
	height:0;
}
.filter-tab .box{ display:none; }
.filter-tab .label{
	color:#B9B4AF;
	font-size:14px;
	font-weight:500;
	letter-spacing:.2px;
	transition:color .15s ease;
}
.filter-tab input:checked + .box + .label{
	color:#fff;
}
.filter-tab{
	border-bottom:2px solid transparent;
}
.filter-tab:has(input:checked){
	border-bottom:2px solid #B08D57;
}

.filter-main{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:0;
	padding:14px 20px;
}
.filter-main .field{
	position:relative;
	flex:1 1 160px;
	min-width:140px;
	padding:8px 16px;
	border-right:1px solid #ECE9E6;
}
.filter-main .field:last-of-type{ border-right:none; }
.filter-main .field.location{ flex:1 1 220px; }

.filter-main .field input[type="text"],
.filter-main .field select{
	width:100%;
	border:none;
	outline:none;
	background:transparent;
	font-family:"Jost", sans-serif;
	font-size:14px;
	color:#24201F;
	padding:6px 22px 6px 0;
	appearance:none;
	-webkit-appearance:none;
	cursor:pointer;
}
.filter-main .field input[type="text"]{
	cursor:text;
	padding-left:26px;
}
.filter-main .field input[type="text"]::placeholder,
.filter-main .field select:invalid{
	color:#8a8580;
}

.filter-main .icon-search{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:16px;
	height:16px;
	color:#8a8580;
	pointer-events:none;
}
.filter-main .chevron{
	position:absolute;
	right:6px;
	top:50%;
	transform:translateY(-50%);
	width:14px;
	height:14px;
	color:#8a8580;
	pointer-events:none;
}

.filter-bar .submit-btn{
	display:inline-flex;
	align-items:center;
	gap:10px;
	background:#24201F;
	color:#fff;
	border:none;
	border-radius:8px;
	padding:12px 20px;
	font-family:"Jost", sans-serif;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	white-space:nowrap;
	margin-left:auto;
}
.filter-bar .submit-btn .icon-circle{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:26px;
	height:26px;
	border-radius:50%;
	background:#B08D57;
}
.filter-bar .submit-btn:hover{ background:#3a332f; }

@media (max-width: 782px){
	.filter-tabs{ overflow-x:auto; padding:0 12px; }
	.filter-main{ flex-direction:column; align-items:stretch; }
	.filter-main .field{ border-right:none; border-bottom:1px solid #ECE9E6; padding:12px 4px; }
	.filter-bar .submit-btn{ margin-left:0; justify-content:center; }
}
