/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */
[data-id="xw1z9fg6c"] { display: none !important; }
/* ===== OASIS OVERHAUL ===== */
:root{--oasis-cream:#FAF4ED;--oasis-dark:#2C1F14;--oasis-gold:#C19A6B;--oasis-gold-soft:rgba(193,154,107,0.15);--oasis-gold-line:rgba(193,154,107,0.25);--oasis-muted:#6B6259;}
body{background:var(--oasis-cream)!important;color:var(--oasis-dark);}

/* 디테일 박스 - 흰색+골드 */
.block-content-wrap{background:#fff!important;border:1px solid var(--oasis-gold-line)!important;border-radius:14px!important;overflow:hidden;}
.list-lined-item{border-color:var(--oasis-gold-soft)!important;color:var(--oasis-dark)!important;background:transparent!important;}
.list-lined-item strong{color:var(--oasis-dark)!important;font-weight:700!important;}
.list-lined li{background:transparent!important;}

/* 상태 배지 - 골드 */
.label-status,.label-sale,.label-rent,[class*="status-color"],[class*="label-color"]{background:var(--oasis-gold)!important;color:#fff!important;border:none!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:700!important;padding:6px 12px!important;border-radius:6px!important;font-size:11px!important;}

/* 헤딩 */
h1,h2,h3,h4,h5,.section-title{font-family:"Playfair Display","Noto Sans KR",Georgia,serif!important;color:var(--oasis-dark)!important;font-weight:700!important;}

/* 버튼 */
.btn-primary,.fave-btn,button[type=submit],input[type=submit],.search-btn{background:var(--oasis-gold)!important;color:#fff!important;border:none!important;border-radius:12px!important;font-weight:700!important;}
.btn-primary:hover,.fave-btn:hover,button[type=submit]:hover{background:#A88053!important;}

/* 입력창 */
input[type=text],input[type=email],input[type=tel],input[type=number],textarea,select{border:1px solid var(--oasis-gold-line)!important;border-radius:10px!important;background:#fff!important;color:var(--oasis-dark)!important;}
input:focus,textarea:focus,select:focus{border-color:var(--oasis-gold)!important;box-shadow:0 0 0 3px rgba(193,154,107,.15)!important;}

/* 매물 카드 */
.property-listing,.item-listing,article.property{border-radius:16px!important;border:1px solid var(--oasis-gold-soft)!important;background:#fff!important;overflow:hidden!important;transition:all .35s ease!important;}
.property-listing:hover,.item-listing:hover,article.property:hover{transform:translateY(-3px)!important;box-shadow:0 14px 36px rgba(193,154,107,.20)!important;}