.hanemlak,.hanemlak *{box-sizing:border-box}.hanemlak{--han-caramel:#d99111;--han-caramel-dark:#bd7907;--han-anthracite:#20232b;--han-soft:#f6f7fa;--han-border:#e7e9ef;--han-text:#20232b;--han-muted:#6b7280;font-family:'Poppins',Arial,sans-serif;color:var(--han-text);line-height:1.5}.hanemlak a{text-decoration:none;color:inherit}.hanemlak img{max-width:100%;display:block}.hanemlak h1,.hanemlak h2,.hanemlak h3,.hanemlak h4{font-weight:500;color:var(--han-anthracite);margin:0;letter-spacing:-.03em}.hanemlak p{margin:0;color:var(--han-muted)}.hanemlak button,.hanemlak input,.hanemlak select,.hanemlak textarea{font-family:inherit}.han-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px;gap:20px}.han-section-head>span{color:var(--han-caramel);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:3px}.han-section-head h2{font-size:30px;line-height:1.15}.han-carousel-nav{display:flex;gap:10px;margin-left:auto}.han-carousel-nav button{width:42px;height:42px;border:1px solid var(--han-border);border-radius:50%;background:#fff;color:var(--han-anthracite);cursor:pointer;box-shadow:0 8px 20px rgb(14 21 38 / .06)}.han-carousel-nav button:hover{background:var(--han-caramel);color:#fff;border-color:var(--han-caramel)}.han-carousel-wrap,.han-grid-wrap{max-width:1400px;margin:0 auto;padding:30px 18px}.han-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(330px,1fr);grid-template-rows:1fr;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px;scrollbar-width:thin}.han-carousel .han-property-card{scroll-snap-align:start;width:100%}.han-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.han-property-card{background:#fff;border:1px solid var(--han-border);border-radius:4px;overflow:hidden;box-shadow:0 14px 40px rgb(14 21 38 / .09);transition:transform .25s ease,box-shadow .25s ease;border-color:#eceff4}.han-property-card:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgb(14 21 38 / .14)}.han-property-card__image{position:relative;display:block;height:315px;background:#eef1f4;overflow:hidden}.han-property-card--grid .han-property-card__image{height:260px}.han-property-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.han-property-card:hover .han-property-card__image img{transform:scale(1.045)}.han-badge{position:relative;display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 17px;border-radius:4px;color:#fff;font-size:14px;text-transform:uppercase;font-weight:600;letter-spacing:.01em;box-shadow:0 10px 22px rgb(0 0 0 / .16);z-index:2}.han-property-card__image .han-badge{position:absolute;top:18px;left:18px}.han-property-card__image .han-badge--gold{left:130px}.han-badge--dark{background:var(--han-anthracite)}.han-badge--gold{background:linear-gradient(135deg,var(--han-caramel),#c58413)}.han-property-card__body{padding:25px 28px 28px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}.han-pill{display:inline-flex;align-items:center;max-width:100%;padding:5px 13px;border-radius:999px;background:#f1f3f7;color:#5d6574;font-size:13px;font-weight:600;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:12px}.han-property-card h3{font-size:28px;line-height:1.16;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.han-property-card--grid h3{font-size:22px}.han-location{display:flex;align-items:center;gap:10px;color:#5f6674;font-size:16px;margin-bottom:18px}.han-location i{color:var(--han-caramel)}.han-card-facts{display:grid;grid-template-columns:1.2fr 1fr .8fr;border:1px solid var(--han-border);border-radius:4px;margin:0 0 18px;overflow:hidden;background:#fff}.han-property-card--grid .han-card-facts{grid-template-columns:1fr 1fr}.han-property-card--grid .han-card-facts span:nth-child(3){grid-column:1/-1}.han-card-facts span{min-height:78px;padding:13px 18px;display:flex;flex-direction:column;justify-content:center;gap:3px;border-right:1px solid var(--han-border)}.han-card-facts span:last-child{border-right:0}.han-card-facts small{font-size:13px;color:#737b8b}.han-card-facts strong{font-size:20px;color:var(--han-anthracite);font-weight:600}.han-card-facts i{font-size:22px;color:#586174;margin-bottom:4px}.han-card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.han-card-actions a{height:52px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #dcdfe7;border-radius:4px;background:#f8f9fb;color:var(--han-anthracite);font-size:15px;font-weight:500;transition:.2s}.han-card-actions a:hover{border-color:var(--han-caramel);background:#fff6e8;color:var(--han-caramel)}.han-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:4px;min-height:54px;padding:0 24px;font-weight:600;border:1px solid #fff0;cursor:pointer;transition:.2s;text-align:center}.han-btn--primary{background:linear-gradient(135deg,var(--han-caramel),var(--han-caramel-dark));color:#fff!important;box-shadow:0 12px 24px rgb(217 145 17 / .24)}.han-btn--primary:hover{filter:brightness(.97);transform:translateY(-1px)}.han-btn--outline{background:#fff;color:var(--han-anthracite)!important;border-color:var(--han-caramel)}.han-btn--outline:hover{background:#fff6e7;color:var(--han-caramel)!important}.han-btn--ghost{background:#fff;border-color:#dce0e8;color:var(--han-anthracite)}.han-full-btn{width:100%;margin-top:12px}.han-alert{max-width:1400px;margin:0 auto 18px;padding:14px 18px;border-radius:4px;font-weight:500;display:flex;gap:10px;align-items:center}.han-alert--success{background:#eefbf2;color:#187540;border:1px solid #bceacb}.han-submit-shell{max-width:1400px;margin:0 auto;padding:28px 18px;background:#fff}.han-submit-form{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.han-submit-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.han-breadcrumb{color:#7a8290;font-size:13px;display:block;margin-bottom:6px}.han-submit-header h2{font-size:28px;margin-bottom:2px}.han-submit-header p{font-size:15px}.han-step-tabs{display:flex;background:#fff;border:1px solid var(--han-border);border-radius:10px 10px 0 0;overflow-x:auto;padding:0 14px;border-bottom:0}.han-step-tabs button{height:58px;border:0;background:#fff0;padding:0 18px;color:#6f7785;font-weight:600;font-size:14px;white-space:nowrap;cursor:pointer;border-bottom:2px solid #fff0}.han-step-tabs button span{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:50%;border:1px solid #cfd4dc;font-size:12px;margin-right:8px}.han-step-tabs button.is-active{color:var(--han-caramel);border-color:var(--han-caramel)}.han-step-tabs button.is-active span{border-color:var(--han-caramel);background:#fff7ea;color:var(--han-caramel)}.han-form-card,.han-side-card{background:#fff;border:1px solid var(--han-border);border-radius:10px;padding:22px;margin-bottom:18px;box-shadow:0 16px 35px rgb(17 24 39 / .055)}.han-form-card:first-of-type{border-top-left-radius:0;border-top-right-radius:0}.han-form-card h3,.han-side-card h3{font-size:18px;margin-bottom:18px;font-weight:500}.han-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.han-form-grid label,.han-side-card label,.han-full{display:flex;flex-direction:column;gap:8px;color:#2d3440;font-size:13px;font-weight:500}.han-form-grid input,.han-form-grid select,.han-form-grid textarea,.han-side-card select,.han-full textarea,.han-editor{width:100%;height:46px;border:1px solid #dfe3eb;border-radius:4px;background:#fff;color:#2f3745;padding:0 13px;font-size:14px;outline:none;transition:.2s}.han-form-grid textarea,.han-full textarea,.han-editor{height:auto;min-height:106px;padding:12px 13px;resize:vertical}.han-form-grid input:focus,.han-form-grid select:focus,.han-form-grid textarea:focus,.han-side-card select:focus,.han-full textarea:focus,.han-editor:focus{border-color:var(--han-caramel);box-shadow:0 0 0 3px rgb(217 145 17 / .1)}.han-wide{grid-column:span 2}.han-inline{display:grid;grid-template-columns:96px 1fr;gap:8px}.han-check-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.han-check-grid label{height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #e2e6ee;border-radius:4px;background:#fff;font-size:13px;color:#374151;font-weight:500}.han-check-grid input{accent-color:var(--han-caramel)}.han-upload{min-height:124px;border:1px dashed #cdd4df;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfcfe);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:20px;cursor:pointer;color:#596170;position:relative;overflow:hidden}.han-upload i{font-size:30px;color:#596170}.han-upload strong{color:#2f3744;font-size:14px}.han-upload span{font-size:12px;color:#7a8290}.han-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.han-upload--mini{min-height:154px;margin-top:12px}.han-upload-preview{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}.han-upload-preview img{width:132px;height:98px;object-fit:cover;border-radius:8px;border:1px solid var(--han-border)}.han-submit-side{position:sticky;top:24px}.han-side-card small{display:block;color:#7b8392;font-size:12px;margin-top:10px}.han-export-row{height:42px;border:1px solid #e1e5ed;border-radius:4px;display:flex;align-items:center;gap:12px;padding:0 13px;margin-top:9px;font-weight:500;color:#303744;background:#fff;font-size:13px}.han-export-row:hover{border-color:var(--han-caramel);color:var(--han-caramel)}.han-submit-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.han-detail{max-width:1760px;margin:0 auto;padding:28px 24px 44px;background:#fff}.han-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:30px;align-items:start}.han-detail-main,.han-detail-side>div{border-radius:18px}.han-gallery{background:#fff;border:1px solid var(--han-border);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgb(17 24 39 / .08)}.han-gallery-main{height:520px;position:relative;overflow:hidden;background:#edf1f5}.han-gallery-main img{width:100%;height:100%;object-fit:cover}.han-detail-badges{position:absolute;top:20px;left:20px;display:flex;gap:12px;flex-wrap:wrap}.han-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:0;background:#fff;color:var(--han-anthracite);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 26px rgb(0 0 0 / .17);cursor:pointer;font-size:18px}.han-gallery-arrow--left{left:22px}.han-gallery-arrow--right{right:22px}.han-gallery-count{position:absolute;right:20px;bottom:20px;height:42px;padding:0 15px;display:flex;align-items:center;gap:9px;background:rgb(32 35 43 / .8);color:#fff;border-radius:4px;font-weight:500}.han-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:18px;background:#fff}.han-thumbs button{border:2px solid #fff0;border-radius:9px;overflow:hidden;background:#fff0;padding:0;cursor:pointer;height:110px}.han-thumbs button.is-active{border-color:var(--han-caramel)}.han-thumbs img{width:100%;height:100%;object-fit:cover}.han-detail-title{padding:24px 34px 10px}.han-detail-title h1{font-size:34px;line-height:1.15;margin-bottom:4px}.han-detail-title p{font-size:20px;color:#1f2937;margin-bottom:14px}.han-detail-title span{display:flex;align-items:center;gap:9px;color:#5d6572;font-size:17px}.han-detail-title i{color:var(--han-caramel)}.han-detail-section{padding:18px 34px;border-top:1px solid #edf0f4}.han-detail-section h2{font-size:22px;margin-bottom:16px}.han-detail-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #edf0f4;border-left:1px solid #edf0f4}.han-detail-feature-grid>div{min-height:86px;padding:16px 18px;display:flex;gap:14px;align-items:center;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff}.han-detail-feature-grid i{color:var(--han-caramel);font-size:25px;width:28px;text-align:center}.han-detail-feature-grid span{display:flex;flex-direction:column;gap:2px;min-width:0}.han-detail-feature-grid strong{font-size:14px;color:#111827;font-weight:600}.han-detail-feature-grid em{font-style:normal;color:#384050;font-size:14px;line-height:1.35}.han-tags{display:flex;gap:10px;flex-wrap:wrap}.han-tags span{display:inline-flex;align-items:center;gap:8px;border:1px solid #ead9bf;background:#fff8ed;color:#7b4d02;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:500}.han-tags i{color:var(--han-caramel)}.han-description{font-size:17px;color:#161b24;line-height:1.72}.han-description p{color:#161b24;margin-bottom:12px}.han-detail-side{position:sticky;top:30px;display:flex;flex-direction:column;gap:22px}.han-price-card,.han-consultant-card,.han-safe-card{background:#fff;border:1px solid var(--han-border);box-shadow:0 18px 50px rgb(17 24 39 / .09);padding:38px}.han-price-card{position:relative}.han-share{position:absolute;right:28px;top:28px;border:0;background:#fff0;color:#1e2430;font-weight:600;font-size:16px;display:flex;gap:10px;align-items:center;cursor:pointer}.han-price-card>small{display:block;font-size:17px;color:#676f7d;margin-bottom:8px}.han-price-card>strong{font-size:54px;letter-spacing:-.05em;color:#171a22;font-weight:700;display:block}.han-price-card>span{font-size:19px;color:#5e6673}.han-price-card hr{border:0;border-top:1px solid #e7ebf2;margin:28px 0}.han-status-row{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid #e9edf3;margin-bottom:28px;padding-bottom:24px}.han-status-row>div{display:grid;grid-template-columns:36px 1fr;column-gap:12px;align-items:center;padding:0 18px;border-right:1px solid #e4e8ef}.han-status-row>div:last-child{border-right:0}.han-status-row i{color:var(--han-caramel);font-size:26px;grid-row:1/3}.han-status-row b{font-size:16px;text-transform:uppercase}.han-status-row small{font-size:14px;color:#697282}.han-price-card .han-btn{width:100%;margin-bottom:14px;font-size:17px}.han-listing-no{height:58px;border:1px solid #e2e6ee;border-radius:8px;display:grid;grid-template-columns:120px 1fr;align-items:center;padding:0 22px;margin-top:10px;background:#fbfcfe}.han-listing-no b{font-weight:600}.han-listing-no span{color:#5a6270}.han-consultant-head{display:flex;align-items:center;gap:22px;border-bottom:1px solid #e7ebf2;padding-bottom:24px;margin-bottom:18px}.han-consultant-head img{width:100px;height:100px;border-radius:50%;object-fit:cover;background:#eef1f5}.han-consultant-head h3{font-size:20px}.han-consultant-head p{font-size:15px;margin:3px 0 8px}.han-stars{color:#f2a516;font-size:14px}.han-stars em{color:#4b5563;font-style:normal;margin-left:6px}.han-consultant-card ul{list-style:none;padding:0;margin:0}.han-consultant-card li{display:flex;align-items:center;gap:15px;min-height:58px;border-bottom:1px solid #edf0f4;color:#5a6474}.han-consultant-card li:last-child{border-bottom:0}.han-consultant-card li i{font-size:20px;color:#2f3744;width:22px;text-align:center}.han-safe-card{display:flex;gap:18px;align-items:center;background:linear-gradient(135deg,#f4f5f7,#fff)}.han-safe-card i{font-size:34px;color:#5a3a13}.han-safe-card p{font-size:15px;color:#677080}.han-safe-card strong{display:block;color:#222832;margin-bottom:4px}.han-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;font-family:'Poppins',Arial,sans-serif}.han-admin-field{margin:0}.han-admin-field label{display:block;margin-bottom:6px}.han-admin-field input,.han-admin-field select,.han-admin-field textarea{width:100%;border:1px solid #d9dee7;border-radius:4px;padding:8px 10px}.han-admin-field textarea{min-height:90px}.han-admin-check{display:flex!important;align-items:center;gap:8px;padding:10px;background:#f7f8fb;border:1px solid #e3e7ee;border-radius:4px}.han-admin-check input{width:auto!important}.han-admin-page .han-admin-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1000px}.han-admin-page .han-side-card{margin:0}.han-admin-page code{display:block;background:#f6f7f9;border:1px solid #dde2ea;border-radius:4px;padding:13px;font-size:14px}@media (max-width:1200px){.han-detail-layout{grid-template-columns:1fr}.han-detail-side{position:static;display:grid;grid-template-columns:1fr 1fr}.han-price-card{grid-column:1/-1}.han-detail-feature-grid{grid-template-columns:repeat(3,1fr)}.han-submit-form{grid-template-columns:1fr}.han-submit-side{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.han-submit-side .han-side-card{margin:0}.han-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.han-carousel-wrap,.han-grid-wrap,.han-submit-shell,.han-detail{padding-left:14px;padding-right:14px}.han-section-head{align-items:start}.han-section-head h2{font-size:24px}.han-carousel{grid-auto-columns:86vw}.han-grid{grid-template-columns:1fr}.han-property-card__image{height:245px}.han-property-card h3{font-size:23px}.han-card-facts{grid-template-columns:1fr}.han-card-facts span{border-right:0;border-bottom:1px solid var(--han-border)}.han-card-facts span:last-child{border-bottom:0}.han-card-actions{grid-template-columns:1fr}.han-form-grid{grid-template-columns:1fr}.han-wide{grid-column:auto}.han-submit-side{display:block}.han-step-tabs button{padding:0 12px;font-size:13px}.han-submit-actions{position:sticky;bottom:0;background:#fff;padding:12px;z-index:3;border-top:1px solid #eef1f5}.han-gallery-main{height:330px}.han-detail-badges{top:12px;left:12px}.han-badge{height:34px;padding:0 11px;font-size:12px}.han-gallery-arrow{width:42px;height:42px}.han-thumbs{grid-template-columns:repeat(3,1fr)}.han-thumbs button{height:78px}.han-detail-title{padding:20px 4px 8px}.han-detail-title h1{font-size:27px}.han-detail-title p{font-size:17px}.han-detail-section{padding:18px 4px}.han-detail-feature-grid{grid-template-columns:1fr;border-left:0}.han-detail-feature-grid>div{border-left:1px solid #edf0f4}.han-detail-side{display:block}.han-price-card,.han-consultant-card,.han-safe-card{padding:24px;margin-bottom:18px}.han-price-card>strong{font-size:42px}.han-status-row{grid-template-columns:1fr;gap:14px}.han-status-row>div{border-right:0;padding:0}.han-admin-grid,.han-admin-page .han-admin-cards{grid-template-columns:1fr}}.hanemlak .han-carousel{display:flex;gap:24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 2px 4px;scroll-snap-type:x mandatory}.hanemlak .han-carousel::-webkit-scrollbar,.hanemlak .han-thumbs::-webkit-scrollbar{display:none}.hanemlak .han-carousel .han-property-card{flex:0 0 calc((100% - 72px)/4);max-width:calc((100% - 72px)/4);min-width:calc((100% - 72px)/4);scroll-snap-align:start}.hanemlak .han-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.hanemlak .han-property-card,.hanemlak .han-card-facts,.hanemlak .han-card-actions a,.hanemlak .han-btn,.hanemlak .han-detail-feature-grid>div,.hanemlak .han-price-card,.hanemlak .han-consultant-card,.hanemlak .han-safe-card,.hanemlak .han-listing-no,.hanemlak .han-thumbs button,.hanemlak .han-form-grid input,.hanemlak .han-form-grid select,.hanemlak .han-form-grid textarea,.hanemlak .han-side-card,.hanemlak .han-form-card{border-radius:2px}.hanemlak .han-property-card__image{height:280px}.hanemlak .han-property-card--carousel .han-property-card__image{height:285px}.hanemlak .han-property-card__body{padding:18px}.hanemlak .han-property-card h3{font-size:20px;line-height:1.25;margin-bottom:8px}.hanemlak .han-property-card--carousel h3{font-size:18px}.hanemlak .han-location{font-size:14px;margin-bottom:14px}.hanemlak .han-card-facts{grid-template-columns:1.2fr 1fr 1fr;margin-bottom:14px}.hanemlak .han-card-facts span{min-height:62px;padding:12px}.hanemlak .han-card-facts strong{font-size:16px}.hanemlak .han-card-actions a{height:44px;font-size:14px}.hanemlak .han-section-head{align-items:center}.hanemlak .han-section-head h2{font-size:28px}.hanemlak .han-section-head>div:first-child span{color:var(--han-caramel);font-size:13px;font-weight:600;text-transform:uppercase;display:block;margin-bottom:4px}.hanemlak .han-submit-shell{padding:0}.hanemlak .han-submit-form{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.hanemlak .han-submit-main,.hanemlak .han-submit-side{min-width:0}.hanemlak .han-submit-header{margin-bottom:18px}.hanemlak .han-breadcrumb{display:block;color:#7a8290;font-size:13px;margin-bottom:6px}.hanemlak .han-step-tabs{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.hanemlak .han-form-card,.hanemlak .han-side-card{box-shadow:0 16px 35px rgb(17 24 39 / .055);border:1px solid var(--han-border);background:#fff}.hanemlak .han-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hanemlak .han-wide{grid-column:span 2}.hanemlak .han-inline{display:grid;grid-template-columns:110px 1fr;gap:8px;width:100%}.hanemlak .han-check-grid{display:flex;flex-wrap:wrap;gap:10px}.hanemlak .han-check-grid label{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--han-border);background:#fff;font-size:14px;font-weight:500;color:#2f3745}.hanemlak .han-full textarea,.hanemlak .han-editor{min-height:130px}.hanemlak .han-upload{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:22px;border:1px dashed #d6dce6;background:#fafbfc;border-radius:2px;text-align:left}.hanemlak .han-upload i{font-size:28px;color:var(--han-caramel)}.hanemlak .han-upload strong{font-size:15px;color:var(--han-anthracite)}.hanemlak .han-upload span,.hanemlak .han-side-card small{font-size:13px;color:#6b7280;line-height:1.5}.hanemlak .han-upload input{display:none}.hanemlak .han-upload-preview,.hanemlak .han-gallery-preview{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.hanemlak .han-upload-preview span,.hanemlak .han-gallery-preview span{width:108px;height:84px;border-radius:2px;overflow:hidden;border:1px solid var(--han-border);background:#f2f4f7}.hanemlak .han-upload-preview img,.hanemlak .han-gallery-preview img{width:100%;height:100%;object-fit:cover}.hanemlak .han-export-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--han-border);border-radius:2px;background:#fff;margin-bottom:10px;font-size:14px;font-weight:500;color:#303845}.hanemlak .han-export-row:hover{border-color:var(--han-caramel);color:var(--han-caramel)}.hanemlak .han-detail-breadcrumbs{display:flex;align-items:center;gap:8px;color:#7a8290;font-size:14px;margin:0 auto 18px;max-width:1400px;padding:0 18px}.hanemlak .han-detail-breadcrumbs a{color:#6b7280}.hanemlak .han-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;max-width:1400px;margin:0 auto;padding:0 18px 32px}.hanemlak .han-detail-main,.hanemlak .han-detail-side{min-width:0}.hanemlak .han-gallery-main{position:relative;border-radius:2px;overflow:hidden;background:#eef2f6}.hanemlak .han-gallery-main img{width:100%;height:560px;object-fit:cover}.hanemlak .han-detail-badges{position:absolute;top:18px;left:18px;display:flex;gap:10px;z-index:2}.hanemlak .han-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgb(0 0 0 / .08);background:#fff;color:var(--han-anthracite);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 10px 30px rgb(16 24 40 / .16)}.hanemlak .han-gallery-arrow:hover,.hanemlak .han-gallery-zoom:hover{background:var(--han-caramel);color:#fff;border-color:var(--han-caramel)}.hanemlak .han-gallery-arrow--left{left:20px}.hanemlak .han-gallery-arrow--right{right:20px}.hanemlak .han-gallery-zoom{position:absolute;right:22px;bottom:22px;width:46px;height:46px;border-radius:50%;border:1px solid rgb(0 0 0 / .08);background:#fff;color:var(--han-anthracite);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 10px 30px rgb(16 24 40 / .16)}.hanemlak .han-gallery-count{position:absolute;right:22px;bottom:80px;padding:8px 12px;background:rgb(22 24 31 / .75);color:#fff;border-radius:20px;font-size:13px;z-index:2}.hanemlak .han-thumbs{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:14px 0 0}.hanemlak .han-thumbs button{flex:0 0 160px;height:108px;border:1px solid var(--han-border);background:#fff;overflow:hidden;padding:0;cursor:pointer;opacity:.85}.hanemlak .han-thumbs button.is-active{border-color:var(--han-caramel);box-shadow:0 0 0 1px var(--han-caramel)}.hanemlak .han-thumbs img{width:100%;height:100%;object-fit:cover}.hanemlak .han-detail-title{padding:18px 0 0}.hanemlak .han-detail-title h1{font-size:46px;line-height:1.14;margin-bottom:8px}.hanemlak .han-detail-title p{font-size:18px;margin-bottom:10px}.hanemlak .han-detail-title span{display:flex;align-items:center;gap:10px;color:#555}.hanemlak .han-detail-section{background:#fff;border:1px solid var(--han-border);padding:22px;margin-top:20px;border-radius:2px}.hanemlak .han-detail-section h2{font-size:32px;margin-bottom:16px}.hanemlak .han-detail-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hanemlak .han-detail-feature-grid>div{display:flex;gap:14px;align-items:flex-start;padding:16px;border:1px solid var(--han-border);background:#fff}.hanemlak .han-detail-feature-grid i{color:var(--han-caramel);font-size:20px;min-width:20px;margin-top:3px}.hanemlak .han-detail-feature-grid strong{display:block;font-size:14px;color:var(--han-anthracite);margin-bottom:4px}.hanemlak .han-detail-feature-grid em{display:block;font-style:normal;font-size:14px;color:#666}.hanemlak .han-tags{display:flex;flex-wrap:wrap;gap:10px}.hanemlak .han-tags span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--han-border);background:#fff;border-radius:2px;font-size:14px}.hanemlak .han-description{font-size:16px;line-height:1.75;color:#404754}.hanemlak .han-price-card,.hanemlak .han-consultant-card,.hanemlak .han-safe-card{background:#fff;border:1px solid var(--han-border);padding:22px;margin-bottom:18px;box-shadow:0 16px 35px rgb(17 24 39 / .055)}.hanemlak .han-price-card small{display:block;font-size:16px;color:#666;margin-bottom:6px}.hanemlak .han-price-card strong{display:block;font-size:44px;line-height:1.1;margin-bottom:4px}.hanemlak .han-price-card>span{display:block;font-size:18px;color:#666;margin-bottom:16px}.hanemlak .han-share{border:0;background:#fff0;color:#222;display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;margin-left:auto;margin-bottom:20px;cursor:pointer}.hanemlak .han-status-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.hanemlak .han-status-row>div{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--han-border);background:#fff}.hanemlak .han-status-row i{color:var(--han-caramel);font-size:18px}.hanemlak .han-status-row b{font-size:16px}.hanemlak .han-status-row small{font-size:13px;color:#6b7280}.hanemlak .han-price-card .han-btn{width:100%;margin-bottom:12px}.hanemlak .han-listing-no{display:flex;align-items:center;justify-content:space-between;padding:14px;border:1px solid var(--han-border);background:#fafafa;font-size:15px}.hanemlak .han-consultant-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.hanemlak .han-consultant-head img{width:76px;height:76px;border-radius:50%;object-fit:cover;background:#f0f2f6}.hanemlak .han-consultant-head h3{font-size:30px;line-height:1.2;margin-bottom:4px}.hanemlak .han-consultant-head p{font-size:16px}.hanemlak .han-stars{display:inline-flex;align-items:center;gap:8px;color:#d99111;font-size:14px}.hanemlak .han-stars em{font-style:normal;color:#555}.hanemlak .han-consultant-card ul{list-style:none;padding:0;margin:0}.hanemlak .han-consultant-card li{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-top:1px solid var(--han-border);color:#444}.hanemlak .han-consultant-card li:first-child{border-top:0}.hanemlak .han-safe-card{display:flex;align-items:flex-start;gap:14px;background:#fafafa}.hanemlak .han-safe-card i{font-size:26px;color:#6f4e12}.hanemlak .han-safe-card strong{display:block;color:#20232b;margin-bottom:4px}.hanemlak .han-gallery-modal{position:fixed;inset:0;background:rgb(12 15 22 / .88);display:flex;align-items:center;justify-content:center;padding:24px;z-index:99999}.hanemlak .han-gallery-modal img{max-width:min(1200px,94vw);max-height:88vh;object-fit:contain;border-radius:2px}.hanemlak .han-gallery-modal__close{position:absolute;top:24px;right:24px;width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer}body.han-modal-open{overflow:hidden}.han-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.han-admin-field{display:flex;flex-direction:column;gap:8px}.han-admin-field input,.han-admin-field select,.han-admin-field textarea{width:100%;max-width:100%}.han-media-preview img{max-width:110px;height:auto;display:block}.han-media-field{display:flex;flex-direction:column;gap:10px}.han-gallery-preview{display:flex;flex-wrap:wrap;gap:8px}.han-gallery-preview span{display:inline-flex;width:72px;height:72px;overflow:hidden;border:1px solid #e4e7ee;border-radius:2px}.han-gallery-preview img{width:100%;height:100%;object-fit:cover}@media (max-width:1279px){.hanemlak .han-carousel .han-property-card{flex-basis:calc((100% - 48px)/3);max-width:calc((100% - 48px)/3);min-width:calc((100% - 48px)/3)}.hanemlak .han-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hanemlak .han-detail-layout{grid-template-columns:minmax(0,1fr) 340px}.hanemlak .han-detail-title h1{font-size:40px}}@media (max-width:1024px){.hanemlak .han-submit-form,.hanemlak .han-detail-layout{grid-template-columns:1fr}.hanemlak .han-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hanemlak .han-carousel .han-property-card{flex-basis:calc((100% - 24px)/2);max-width:calc((100% - 24px)/2);min-width:calc((100% - 24px)/2)}.hanemlak .han-detail-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.hanemlak .han-carousel-wrap,.hanemlak .han-grid-wrap,.hanemlak .han-detail-breadcrumbs,.hanemlak .han-detail-layout{padding-left:14px;padding-right:14px}.hanemlak .han-form-grid{grid-template-columns:1fr}.hanemlak .han-wide{grid-column:span 1}.hanemlak .han-grid{grid-template-columns:1fr}.hanemlak .han-carousel .han-property-card{flex-basis:88%;max-width:88%;min-width:88%}.hanemlak .han-section-head{flex-wrap:wrap}.hanemlak .han-property-card__image{height:230px}.hanemlak .han-gallery-main img{height:300px}.hanemlak .han-gallery-arrow{width:42px;height:42px}.hanemlak .han-thumbs button{flex:0 0 120px;height:84px}.hanemlak .han-detail-title h1{font-size:28px}.hanemlak .han-detail-section h2{font-size:24px}.hanemlak .han-detail-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hanemlak .han-detail-feature-grid>div{padding:12px}.hanemlak .han-status-row{grid-template-columns:1fr 1fr}.hanemlak .han-submit-form{gap:18px}}.hanemlak .han-gallery-modal[hidden]{display:none!important}.hanemlak .han-submit-shell--visual{background:#f7f7f8;padding:24px 18px;border-radius:2px}.hanemlak .han-submit-header--visual h2{font-size:42px;line-height:1.15;margin-bottom:4px}.hanemlak .han-submit-header--visual p{font-size:17px;color:#6a6f78}.hanemlak .han-submit-header--visual .han-breadcrumb em{font-style:normal;color:#a0a5ad;margin:0 8px}.hanemlak .han-step-tabs--visual{padding:0 18px;gap:0;border:1px solid var(--han-border);border-bottom:0;border-radius:12px 12px 0 0;background:#fff}.hanemlak .han-step-tabs--visual button{font-size:15px;height:62px;padding:0 18px}.hanemlak .han-form-card--visual{padding:24px 24px 22px;border-radius:0 0 12px 12px;margin-bottom:20px}.hanemlak .han-form-card--visual+.han-form-card--visual{border-radius:12px}.hanemlak .han-form-card--visual h3{font-size:30px;margin-bottom:18px}.hanemlak .han-form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.hanemlak .han-form-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.hanemlak .han-form-grid--location .han-grid-span-3{grid-column:span 3}.hanemlak .han-grid-span-3{grid-column:span 3}.hanemlak .han-form-card--visual input,.hanemlak .han-form-card--visual select,.hanemlak .han-form-card--visual textarea,.hanemlak .han-side-card--visual select{height:52px;border-radius:8px;border:1px solid #dfe2e8;background:#fff;padding:0 14px;font-size:14px;color:#2a3140}.hanemlak .han-form-card--visual textarea{min-height:110px;padding:14px;resize:vertical}.hanemlak .han-check-grid--visual{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px 12px}.hanemlak .han-check-grid--visual label{height:42px;padding:0 12px;border:1px solid #e4e7ee;border-radius:8px;display:flex;align-items:center;gap:8px;background:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hanemlak .han-check-grid--visual label span{overflow:hidden;text-overflow:ellipsis;font-size:14px}.hanemlak .han-feature-add{display:block;margin-top:14px;border:1px dashed #dadde3;border-radius:8px;padding:12px 14px;background:#fbfbfc;font-size:14px;font-weight:500;color:#6a707b}.hanemlak .han-feature-add textarea{margin-top:10px;display:block;width:100%;min-height:72px;border:0;background:#fff0;padding:0;font-size:14px}.hanemlak .han-editor-toolbar{display:flex;align-items:center;gap:8px;border:1px solid #dfe2e8;border-bottom:0;border-radius:8px 8px 0 0;padding:10px 12px;background:#fff}.hanemlak .han-editor-toolbar span{font-size:14px;color:#5b616b;padding-right:8px;margin-right:4px;border-right:1px solid #eceef2}.hanemlak .han-editor-toolbar button{width:28px;height:28px;border:0;background:#fff;border-radius:6px;color:#626975;cursor:pointer}.hanemlak .han-editor-toolbar button:hover{background:#f5f7fa;color:var(--han-caramel)}.hanemlak .han-editor--visual{border-radius:0 0 8px 8px!important;min-height:160px!important;border-top:1px solid #edf0f3}.hanemlak .han-editor-count{text-align:right;color:#8d93a0;font-size:12px;margin-top:8px}.hanemlak .han-seo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.hanemlak .han-seo-grid__full{grid-column:1/-1}.hanemlak .han-media-grid{display:grid;grid-template-columns:250px 1fr;gap:14px;align-items:start}.hanemlak .han-upload--tile{min-height:164px;justify-content:center;align-items:center;text-align:center}.hanemlak .han-upload--tile .han-btn{margin-top:4px}.hanemlak .han-gallery-preview[data-han-preview]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-height:164px}.hanemlak .han-gallery-preview[data-han-preview]:empty:before{content:'Seçilen görseller burada listelenir';display:flex;align-items:center;justify-content:center;height:164px;border:1px dashed #dadde3;border-radius:8px;color:#a0a6b0;font-size:14px;background:#fbfbfc}.hanemlak .han-gallery-preview[data-han-preview] span{width:100%;height:164px;border-radius:8px;overflow:hidden}.hanemlak .han-side-card--visual{padding:20px;border-radius:12px}.hanemlak .han-side-card--visual h3{font-size:28px;margin-bottom:16px}.hanemlak .han-side-card--visual .han-btn{min-height:52px}.hanemlak .han-btn--ghost{border:1px solid #e0e4ea;background:#fff}.hanemlak .han-submit-side--visual{position:relative}.hanemlak .han-submit-side--visual .han-side-card--visual:first-child .han-btn--primary{background:#de920f}.hanemlak .han-submit-side--visual .han-side-card--visual:first-child .han-btn--ghost{border-color:#e3b053;color:#d58d10}.hanemlak .han-detail .han-gallery-modal.is-open{display:flex}@media (max-width:1180px){.hanemlak .han-check-grid--visual{grid-template-columns:repeat(3,minmax(0,1fr))}.hanemlak .han-media-grid{grid-template-columns:1fr}.hanemlak .han-gallery-preview[data-han-preview]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.hanemlak .han-form-grid--3,.hanemlak .han-form-grid--4,.hanemlak .han-seo-grid{grid-template-columns:1fr 1fr}.hanemlak .han-grid-span-3,.hanemlak .han-form-grid--location .han-grid-span-3,.hanemlak .han-seo-grid__full{grid-column:1/-1}.hanemlak .han-check-grid--visual{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.hanemlak .han-submit-shell--visual{padding:14px 10px}.hanemlak .han-submit-header--visual h2{font-size:32px}.hanemlak .han-form-grid--3,.hanemlak .han-form-grid--4,.hanemlak .han-seo-grid{grid-template-columns:1fr}.hanemlak .han-check-grid--visual{grid-template-columns:1fr 1fr}.hanemlak .han-gallery-preview[data-han-preview]{grid-template-columns:repeat(2,minmax(0,1fr))}.hanemlak .han-form-card--visual,.hanemlak .han-side-card--visual{padding:16px}.hanemlak .han-form-card--visual h3,.hanemlak .han-side-card--visual h3{font-size:22px}}body.post-type-han_property #post-body-content{margin-bottom:0}body.post-type-han_property #titlediv,body.post-type-han_property #postdivrich,body.post-type-han_property #postexcerpt{display:none!important}body.post-type-han_property #han_emlak_details.postbox{border:0;background:#fff0;box-shadow:none}body.post-type-han_property #han_emlak_details.postbox .postbox-header{display:none}body.post-type-han_property #han_emlak_details.postbox .inside{margin:0;padding:0;background:#f7f7f8}body.post-type-han_property .han-admin-property-panel{max-width:100%;padding:22px;margin:0;border:0}body.post-type-han_property .han-admin-property-panel .han-submit-form--admin{grid-template-columns:minmax(0,1fr) 330px}body.post-type-han_property .han-admin-property-panel .han-submit-header--visual{padding:0 0 20px}body.post-type-han_property .han-admin-property-panel .han-submit-header--visual h2{font-size:34px}body.post-type-han_property .han-admin-property-panel .han-submit-header--visual p strong{color:var(--han-caramel);font-weight:600}body.post-type-han_property .han-admin-property-panel label{font-weight:500;color:#1f2937}body.post-type-han_property .han-admin-property-panel small{display:block;margin-top:8px;color:#77808e;line-height:1.55}.hanemlak .han-full-btn{width:100%;margin-bottom:12px}.hanemlak .han-export-row{min-height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #e0e4ea;border-radius:8px;background:#fff;margin-bottom:9px;font-weight:500;color:#20232b}.hanemlak .han-export-row:hover{border-color:var(--han-caramel);color:var(--han-caramel)}.hanemlak .han-upload--mini{min-height:142px;border:1px dashed #cfd5df;border-radius:10px;background:#fbfbfc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;cursor:pointer;padding:16px}.hanemlak .han-upload--mini input[type="file"]{display:none}.hanemlak .han-upload--mini i,.hanemlak .han-upload--tile i{font-size:28px;color:#6b7280}.hanemlak .han-upload--mini .han-btn{min-height:38px;padding:0 16px;margin-top:4px;color:var(--han-caramel)}body.post-type-han_property .han-gallery-preview[data-han-preview]:not(:empty){display:grid}body.post-type-han_property .han-gallery-preview[data-han-preview] span img{width:100%;height:100%;object-fit:cover}body.post-type-han_property .han-admin-property-panel .han-side-card--visual{position:relative}@media (max-width:1200px){body.post-type-han_property .han-admin-property-panel .han-submit-form--admin{grid-template-columns:1fr}body.post-type-han_property .han-admin-property-panel .han-submit-side--visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:782px){body.post-type-han_property .han-admin-property-panel{padding:12px 0}body.post-type-han_property .han-admin-property-panel .han-submit-side--visual{display:block}}body.post-type-han_property #poststuff,body.post-type-han_property #post-body,body.post-type-han_property #post-body-content{min-width:0!important}body.post-type-han_property #post-body.columns-2{margin-right:0!important}body.post-type-han_property #postbox-container-1{display:none!important}body.post-type-han_property #postbox-container-2{float:none!important;width:100%!important}body.post-type-han_property #normal-sortables,body.post-type-han_property #advanced-sortables{min-height:0!important}body.post-type-han_property #han_emlak_details.postbox{width:100%!important}body.post-type-han_property .wrap>h1.wp-heading-inline,body.post-type-han_property .page-title-action{margin-bottom:14px}.hanemlak .han-auto-seo-note{margin-top:16px;display:flex;align-items:flex-start;gap:12px;border:1px solid #e5e9f0;background:linear-gradient(180deg,#fff,#fbfcfe);border-radius:10px;padding:14px 16px;color:#586174}.hanemlak .han-auto-seo-note i{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff6e7;color:var(--han-caramel);font-size:17px}.hanemlak .han-auto-seo-note strong{display:block;color:#20232b;font-weight:600;margin-bottom:3px}.hanemlak .han-auto-seo-note span{display:block;color:#6b7280;font-size:13px;line-height:1.55}.hanemlak .han-section-help{margin:-6px 0 16px;color:#6b7280;font-size:14px;line-height:1.6}.hanemlak .han-section-help strong{color:var(--han-caramel);font-weight:600}.hanemlak .han-feature-manager{display:flex;flex-direction:column;gap:14px}.hanemlak .han-feature-selected{min-height:58px;display:flex;flex-wrap:wrap;gap:10px;padding:12px;border:1px solid #e5e9f0;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfcfe)}.hanemlak .han-feature-selected:empty:before{content:'Henüz özellik seçilmedi';display:flex;align-items:center;min-height:34px;color:#9aa2af;font-size:14px}.hanemlak .han-feature-token,.hanemlak .han-feature-preset{min-height:38px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-size:13px;font-weight:600;line-height:1;transition:.18s ease}.hanemlak .han-feature-token{padding:0 8px 0 12px;border:1px solid rgb(217 145 17 / .45);background:#fff7ea;color:#b9760a;box-shadow:0 8px 18px rgb(217 145 17 / .10)}.hanemlak .han-feature-token>i{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--han-caramel);color:#fff;font-size:10px}.hanemlak .han-feature-token button{width:24px;height:24px;border:0;border-radius:50%;background:#fff;color:#9b6a18;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.hanemlak .han-feature-token button:hover{background:#ffe4bf;color:#7a4a03}.hanemlak .han-feature-input-wrap{position:relative;display:flex;align-items:center;min-height:54px;border:1px solid #dfe2e8;border-radius:12px;background:#fff;box-shadow:0 10px 24px rgb(17 24 39 / .045)}.hanemlak .han-feature-input-wrap>i{width:48px;color:var(--han-caramel);text-align:center}.hanemlak .han-feature-input-wrap input.han-feature-input{height:52px!important;border:0!important;box-shadow:none!important;flex:1;padding:0 14px 0 0!important;background:transparent!important}.hanemlak .han-feature-input-wrap:focus-within{border-color:var(--han-caramel);box-shadow:0 0 0 4px rgb(217 145 17 / .10)}.hanemlak .han-feature-suggest{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:20;border:1px solid #e3e7ee;border-radius:12px;background:#fff;box-shadow:0 18px 46px rgb(17 24 39 / .14);overflow:hidden;padding:6px}.hanemlak .han-feature-suggest[hidden]{display:none!important}.hanemlak .han-feature-suggest button{width:100%;min-height:38px;border:0;background:#fff;color:#2c3442;display:flex;align-items:center;justify-content:flex-start;padding:0 12px;border-radius:8px;cursor:pointer;font-weight:500}.hanemlak .han-feature-suggest button:hover,.hanemlak .han-feature-suggest button.is-new{background:#fff6e7;color:var(--han-caramel)}.hanemlak .han-feature-presets{display:flex;flex-wrap:wrap;gap:10px}.hanemlak .han-feature-preset{padding:0 13px;border:1px solid #e1e5ed;background:#fff;color:#4b5563;cursor:pointer}.hanemlak .han-feature-preset i{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfd5df;color:#fff0;font-size:9px;transition:.18s ease}.hanemlak .han-feature-preset:hover{border-color:rgb(217 145 17 / .55);background:#fffaf1;color:#b9760a}.hanemlak .han-feature-preset.is-selected{border-color:rgb(217 145 17 / .65);background:#fff7ea;color:#b9760a;box-shadow:0 8px 18px rgb(217 145 17 / .08)}.hanemlak .han-feature-preset.is-selected i{border-color:var(--han-caramel);background:var(--han-caramel);color:#fff}@media (max-width:640px){.hanemlak .han-feature-presets{gap:8px}.hanemlak .han-feature-preset{min-height:36px;font-size:12px;padding:0 10px}}.hanemlak,.hanemlak *{box-sizing:border-box}.hanemlak{--han-card-gap:24px;--han-card-radius:4px;--han-card-image-height:260px;--han-card-padding:18px;--han-grid-columns:4;--han-grid-columns-tablet:2;--han-grid-columns-mobile:1;--han-carousel-columns:4;--han-carousel-columns-tablet:2;--han-carousel-columns-mobile:1}.hanemlak .han-grid-wrap,.hanemlak .han-carousel-wrap{width:100%}.hanemlak .han-carousel,.hanemlak .han-grid{gap:var(--han-card-gap)!important}.hanemlak .han-grid{display:grid!important;grid-template-columns:repeat(var(--han-grid-columns),minmax(0,1fr))!important;align-items:stretch}.hanemlak .han-carousel{display:flex!important;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0 10px;align-items:stretch}.hanemlak .han-carousel::-webkit-scrollbar{display:none}.hanemlak .han-carousel .han-property-card{flex:0 0 calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns) - 1))) / var(--han-carousel-columns));max-width:calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns) - 1))) / var(--han-carousel-columns));min-width:calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns) - 1))) / var(--han-carousel-columns))}.hanemlak .han-property-card{display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;border-radius:var(--han-card-radius)!important}.hanemlak .han-property-card__image{position:relative;height:var(--han-card-image-height)!important;min-height:160px;overflow:hidden;border-radius:var(--han-card-radius) var(--han-card-radius) 0 0}.hanemlak .han-property-card__body{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0;padding:var(--han-card-padding)!important}.hanemlak .han-property-card h3{font-size:clamp(20px,1.5vw,28px);line-height:1.3;margin:0;min-width:0}.hanemlak .han-property-card h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.hanemlak .han-pill{display:inline-flex;align-items:center;max-width:100%;padding:10px 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;align-self:flex-start}.hanemlak .han-location{display:flex;align-items:center;gap:8px;min-width:0;margin:0 0 2px;color:#687385;font-size:15px}.hanemlak .han-location i{color:var(--han-caramel);flex:0 0 auto}.hanemlak .han-card-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0;border:1px solid var(--han-border);border-radius:var(--han-card-radius)!important;overflow:hidden;background:#fff}.hanemlak .han-card-facts span{display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0;min-height:96px;padding:14px 12px;border-right:1px solid var(--han-border)}.hanemlak .han-card-facts span:last-child{border-right:0}.hanemlak .han-card-facts i{font-size:20px;color:#667085}.hanemlak .han-card-facts small{display:block;font-size:13px;line-height:1.45;color:#717b8a;word-break:break-word}.hanemlak .han-card-facts strong{display:block;font-size:18px;line-height:1.35;color:#111827;word-break:break-word}.hanemlak .han-card-actions{display:grid!important;grid-template-columns:repeat(var(--han-actions-count,3),minmax(0,1fr))!important;gap:12px;margin-top:auto}.hanemlak .han-card-actions a{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:var(--han-card-radius)!important}.hanemlak .han-property-card__image .han-badge{max-width:calc(100% - 36px);min-height:38px;padding:0 14px;font-size:13px;border-radius:var(--han-card-radius)!important}.hanemlak .han-property-card__image .han-badge--dark{left:14px;top:14px}.hanemlak .han-property-card__image .han-badge--gold{left:auto;right:14px;top:14px;max-width:calc(100% - 140px);padding:8px 12px;height:auto;white-space:normal;line-height:1.25;text-align:left}.hanemlak .han-section-head{gap:18px}.hanemlak .han-carousel-wrap.is-static .han-carousel-nav{display:none!important}.hanemlak .han-consultant-head h3{font-size:24px}.hanemlak .han-consultant-head .han-stars{display:none!important}@media (max-width:1279px){.hanemlak .han-grid{grid-template-columns:repeat(var(--han-grid-columns-tablet),minmax(0,1fr))!important}.hanemlak .han-carousel .han-property-card{flex-basis:calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns-tablet) - 1))) / var(--han-carousel-columns-tablet));max-width:calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns-tablet) - 1))) / var(--han-carousel-columns-tablet));min-width:calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns-tablet) - 1))) / var(--han-carousel-columns-tablet))}}@media (max-width:767px){.hanemlak .han-grid{grid-template-columns:repeat(var(--han-grid-columns-mobile),minmax(0,1fr))!important}.hanemlak .han-carousel .han-property-card{flex-basis:calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns-mobile) - 1))) / var(--han-carousel-columns-mobile));max-width:calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns-mobile) - 1))) / var(--han-carousel-columns-mobile));min-width:calc((100% - (var(--han-card-gap) * (var(--han-carousel-columns-mobile) - 1))) / var(--han-carousel-columns-mobile))}.hanemlak .han-card-facts{grid-template-columns:1fr!important}.hanemlak .han-card-facts span{border-right:0;border-bottom:1px solid var(--han-border);min-height:0}.hanemlak .han-card-facts span:last-child{border-bottom:0}.hanemlak .han-card-actions{grid-template-columns:1fr!important}.hanemlak .han-property-card__image .han-badge--gold{max-width:calc(100% - 120px)}}.hanemlak .han-card-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;border:1px solid var(--han-border);border-radius:var(--han-card-radius)!important;overflow:hidden;background:#fff}.hanemlak .han-card-fact{min-width:0;display:flex;align-items:center;gap:16px;padding:18px 16px;border-right:1px solid var(--han-border)}.hanemlak .han-card-fact:last-child{border-right:0}.hanemlak .han-card-fact__icon{width:58px;height:58px;min-width:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f7f8fa 0%,#eef1f5 100%);color:#708095;box-shadow:inset 0 1px 0 rgb(255 255 255 / .95)}.hanemlak .han-card-fact__icon i{font-size:28px;line-height:1}.hanemlak .han-card-fact__content{min-width:0;display:flex;flex-direction:column;gap:4px}.hanemlak .han-card-fact__content small{margin:0;font-size:13px;line-height:1.35;color:#7b8795}.hanemlak .han-card-fact__content strong{margin:0;font-size:18px;line-height:1.25;color:#0f172a;word-break:break-word}.hanemlak .han-property-card--carousel .han-card-fact{padding:16px 14px;gap:14px}.hanemlak .han-property-card--carousel .han-card-fact__icon{width:52px;height:52px;min-width:52px;border-radius:14px}.hanemlak .han-property-card--carousel .han-card-fact__icon i{font-size:24px}.hanemlak .han-property-card--carousel .han-card-fact__content small{font-size:12px}.hanemlak .han-property-card--carousel .han-card-fact__content strong{font-size:16px}@media (max-width:1279px){.hanemlak .han-card-fact{padding:16px 14px;gap:14px}.hanemlak .han-card-fact__icon{width:50px;height:50px;min-width:50px;border-radius:14px}.hanemlak .han-card-fact__icon i{font-size:22px}.hanemlak .han-card-fact__content strong{font-size:16px}}@media (max-width:767px){.hanemlak .han-card-facts{grid-template-columns:1fr!important}.hanemlak .han-card-fact{border-right:0;border-bottom:1px solid var(--han-border)}.hanemlak .han-card-fact:last-child{border-bottom:0}}.hanemlak .han-card-facts--enhanced,.hanemlak .han-card-facts--enhanced *{box-sizing:border-box}.hanemlak .han-card-facts--enhanced{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;border:1px solid var(--han-border);border-radius:var(--han-card-radius,4px)!important;overflow:hidden;background:#fff}.hanemlak .han-card-facts--enhanced>.han-card-fact{min-width:0;display:flex!important;align-items:center;gap:16px;padding:18px 16px;border-right:1px solid var(--han-border);min-height:106px}.hanemlak .han-card-facts--enhanced>.han-card-fact:last-child{border-right:0}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__icon{width:58px;min-width:58px;height:58px;border-radius:16px;display:flex!important;align-items:center;justify-content:center;background:linear-gradient(180deg,#f7f8fa 0%,#eef1f5 100%);color:#708095;box-shadow:inset 0 1px 0 rgb(255 255 255 / .95)}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__icon i{font-size:26px;line-height:1}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__content{min-width:0;flex:1 1 auto;display:flex!important;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__content small,.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__content strong{display:block!important;width:100%;writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:normal;word-break:break-word}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__content small{margin:0;font-size:13px;line-height:1.35;color:#7b8795}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__content strong{margin:0;font-size:18px;line-height:1.25;color:#0f172a}.hanemlak .han-property-card--carousel .han-card-facts--enhanced>.han-card-fact{padding:16px 14px;min-height:98px}.hanemlak .han-property-card--carousel .han-card-facts--enhanced>.han-card-fact>.han-card-fact__icon{width:52px;min-width:52px;height:52px;border-radius:14px}.hanemlak .han-property-card--carousel .han-card-facts--enhanced>.han-card-fact>.han-card-fact__icon i{font-size:24px}.hanemlak .han-property-card--carousel .han-card-facts--enhanced>.han-card-fact>.han-card-fact__content small{font-size:12px}.hanemlak .han-property-card--carousel .han-card-facts--enhanced>.han-card-fact>.han-card-fact__content strong{font-size:16px}@media (max-width:1279px){.hanemlak .han-card-facts--enhanced>.han-card-fact{padding:15px 13px;gap:12px}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__icon{width:48px;min-width:48px;height:48px;border-radius:13px}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__icon i{font-size:21px}.hanemlak .han-card-facts--enhanced>.han-card-fact>.han-card-fact__content strong{font-size:15px}}@media (max-width:767px){.hanemlak .han-card-facts--enhanced{grid-template-columns:1fr!important}.hanemlak .han-card-facts--enhanced>.han-card-fact{border-right:0;border-bottom:1px solid var(--han-border);min-height:0}.hanemlak .han-card-facts--enhanced>.han-card-fact:last-child{border-bottom:0}}.hanemlak .han-detail-layout{grid-template-columns:minmax(0,1fr) 310px;gap:18px}.hanemlak .han-detail-main{border-radius:2px!important}.hanemlak .han-gallery-main,.hanemlak .han-gallery-modal img,.hanemlak .han-thumbs button{border-radius:2px!important}.hanemlak .han-detail-side{gap:14px}.hanemlak .han-price-card,.hanemlak .han-consultant-card{padding:16px!important;box-shadow:0 10px 24px rgb(17 24 39 / .05)!important}.hanemlak .han-price-card strong{font-size:34px!important}.hanemlak .han-price-card small{font-size:14px!important}.hanemlak .han-price-card>span{font-size:15px!important;margin-bottom:12px!important}.hanemlak .han-share{font-size:14px!important;margin-bottom:12px!important}.hanemlak .han-status-row{gap:10px!important;margin:12px 0 14px!important}.hanemlak .han-status-row>div{padding:10px 12px!important}.hanemlak .han-status-row b{font-size:13px!important}.hanemlak .han-status-row small{font-size:12px!important}.hanemlak .han-price-card .han-btn{min-height:44px!important;font-size:14px!important;margin-bottom:10px!important}.hanemlak .han-listing-no{padding:12px!important;font-size:14px!important}.hanemlak .han-consultant-head{gap:12px!important;margin-bottom:12px!important}.hanemlak .han-consultant-head img{width:60px!important;height:60px!important}.hanemlak .han-consultant-head h3{font-size:18px!important}.hanemlak .han-consultant-head p{font-size:13px!important}.hanemlak .han-consultant-card li{padding:10px 0!important;font-size:14px!important}.hanemlak .han-card-facts--compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hanemlak .han-card-facts--compact>.han-card-fact{min-height:88px!important}.hanemlak .han-card-facts--compact>.han-card-fact:last-child{border-right:0!important}@media (max-width:1024px){.hanemlak .han-detail-layout{grid-template-columns:1fr!important}}@media (max-width:767px){.hanemlak .han-card-facts--compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hanemlak .han-card-facts--compact>.han-card-fact{padding:10px 8px!important;gap:8px!important;min-height:72px!important;border-bottom:0!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__icon{width:34px!important;min-width:34px!important;height:34px!important;border-radius:10px!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__icon i{font-size:15px!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__content small{font-size:10px!important;line-height:1.2!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__content strong{font-size:14px!important;line-height:1.15!important}.hanemlak .han-card-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.hanemlak .han-card-actions a{height:36px!important;padding:0 6px!important;font-size:11px!important;gap:5px!important;letter-spacing:0!important}.hanemlak .han-card-actions a i{font-size:12px!important}.hanemlak .han-property-card__body{gap:10px!important;padding:14px!important}.hanemlak .han-pill{padding:8px 12px!important;font-size:12px!important}.hanemlak .han-location{font-size:14px!important}.hanemlak .han-property-card h3{font-size:18px!important;line-height:1.25!important}}.hanemlak.han-detail .han-detail-main,.hanemlak.han-detail .han-gallery,.hanemlak.han-detail .han-gallery-main,.hanemlak.han-detail .han-gallery-main img,.hanemlak.han-detail .han-thumbs,.hanemlak.han-detail .han-thumbs button,.hanemlak.han-detail .han-thumbs button img,.hanemlak.han-detail .han-gallery-modal img{border-radius:2px!important}.hanemlak .han-safe-card{display:none!important}@media (max-width:767px){.hanemlak .han-card-facts--compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hanemlak .han-card-facts--compact>.han-card-fact{display:flex!important;flex-direction:row!important;align-items:center!important;padding:8px 7px!important;gap:7px!important;min-height:58px!important;border-bottom:0!important;border-right:1px solid var(--han-border)!important}.hanemlak .han-card-facts--compact>.han-card-fact:last-child{border-right:0!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__icon{width:28px!important;min-width:28px!important;height:28px!important;border-radius:8px!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__icon i{font-size:13px!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__content{min-width:0!important;gap:1px!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__content small{font-size:9px!important;line-height:1.15!important;white-space:normal!important}.hanemlak .han-card-facts--compact>.han-card-fact>.han-card-fact__content strong{font-size:12px!important;line-height:1.15!important;white-space:normal!important;word-break:break-word!important}.hanemlak .han-card-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.hanemlak .han-card-actions a{height:32px!important;min-height:32px!important;padding:0 4px!important;font-size:10px!important;gap:4px!important;line-height:1!important;white-space:nowrap!important}.hanemlak .han-card-actions a i{font-size:11px!important}}.hanemlak .han-mobile-toggle{display:none}@media (max-width:767px){.hanemlak .han-detail-section--features .han-detail-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.hanemlak .han-detail-section--features .han-detail-feature-grid>div{padding:12px 10px!important;min-height:88px!important}.hanemlak .han-detail-section--features .han-detail-feature-grid i{font-size:16px!important}.hanemlak .han-detail-section--features .han-detail-feature-grid strong{font-size:12px!important;line-height:1.25!important}.hanemlak .han-detail-section--features .han-detail-feature-grid em{font-size:12px!important;line-height:1.25!important}.hanemlak .han-detail-section--social .han-tags{gap:8px!important}.hanemlak .han-detail-section--social .han-tags span{padding:8px 10px!important;font-size:12px!important;line-height:1.25!important}.hanemlak .han-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:10px 14px;border:1px solid #dfe4eb;background:#f8fafc;color:#4b5563;border-radius:999px;font-size:13px;font-weight:500;box-shadow:none;cursor:pointer;transition:.2s}.hanemlak .han-mobile-toggle i{font-size:12px;transition:transform .2s ease}.hanemlak .han-mobile-toggle.is-expanded i{transform:rotate(0deg)}.hanemlak .han-mobile-extra{display:none}}.hanemlak button.han-mobile-toggle,.hanemlak .han-mobile-toggle,.hanemlak .han-mobile-toggle:link,.hanemlak .han-mobile-toggle:visited{display:none;appearance:none!important;-webkit-appearance:none!important;background:#f8fafc!important;color:#4b5563!important;border:1px solid #dfe4eb!important;border-radius:999px!important;box-shadow:none!important;text-shadow:none!important;font-family:'Poppins',Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1!important;padding:10px 14px!important;min-height:0!important;width:auto!important;max-width:max-content!important;text-decoration:none!important;outline:none!important;cursor:pointer!important}.hanemlak button.han-mobile-toggle:hover,.hanemlak button.han-mobile-toggle:focus,.hanemlak button.han-mobile-toggle:active,.hanemlak .han-mobile-toggle:hover,.hanemlak .han-mobile-toggle:focus,.hanemlak .han-mobile-toggle:active,.hanemlak .han-mobile-toggle.is-expanded,.hanemlak .han-mobile-toggle.is-expanded:hover,.hanemlak .han-mobile-toggle.is-expanded:focus,.hanemlak .han-mobile-toggle.is-expanded:active{background:#fff6e7!important;color:var(--han-caramel,#d99111)!important;border-color:rgb(217 145 17 / .35)!important;box-shadow:none!important;text-shadow:none!important;transform:none!important;text-decoration:none!important}.hanemlak button.han-mobile-toggle i,.hanemlak .han-mobile-toggle i,.hanemlak button.han-mobile-toggle:hover i,.hanemlak .han-mobile-toggle:hover i{color:currentColor!important;fill:currentColor!important}@media (max-width:767px){.hanemlak button.han-mobile-toggle,.hanemlak .han-mobile-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}}.hanemlak .han-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.hanemlak .han-section-head>div{min-width:0}.hanemlak .han-section-head>div>span{display:block;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--han-caramel);margin-bottom:6px}.hanemlak .han-section-head h2{margin:0;font-size:34px;line-height:1.15;color:var(--han-anthracite)}.hanemlak .han-carousel-wrap{position:relative}.hanemlak .han-carousel-nav--floating{display:flex;justify-content:flex-end;margin-bottom:14px}.hanemlak .han-property-card h3 a{color:var(--han-anthracite);text-decoration:none}.hanemlak .han-property-card h3 a:hover{color:var(--han-caramel)}@media (max-width:767px){.hanemlak .han-section-head{align-items:flex-start;gap:12px;margin-bottom:16px;flex-wrap:wrap}.hanemlak .han-section-head h2{font-size:24px}.hanemlak .han-section-head>div>span{font-size:12px}}.hanemlak{--han-caramel:#dd9933;--han-caramel-dark:#c9851f;--han-anthracite:#2e2e2e;--han-text:#2e2e2e;--han-radius:7px;color:var(--han-text)}.hanemlak .han-property-card,.hanemlak .han-property-card__image,.hanemlak .han-pill,.hanemlak .han-card-facts,.hanemlak .han-card-actions a,.hanemlak .han-btn,.hanemlak .han-alert,.hanemlak .han-form-card,.hanemlak .han-side-card,.hanemlak .han-form-grid input,.hanemlak .han-form-grid select,.hanemlak .han-form-grid textarea,.hanemlak .han-side-card select,.hanemlak .han-full textarea,.hanemlak .han-editor,.hanemlak .han-upload,.hanemlak .han-upload-preview img,.hanemlak .han-export-row,.hanemlak .han-detail-section,.hanemlak .han-gallery-main,.hanemlak .han-thumbs button,.hanemlak .han-tags span,.hanemlak .han-price-card,.hanemlak .han-consultant-card,.hanemlak .han-listing-no,.hanemlak .han-gallery-modal img,.hanemlak .han-gallery-modal__close,.hanemlak .han-gallery-preview span{border-radius:var(--han-radius)!important}.hanemlak h1,.hanemlak h2,.hanemlak h3,.hanemlak h4,.hanemlak .han-price-card strong,.hanemlak .han-card-facts strong{color:var(--han-anthracite)}.hanemlak .han-detail-layout{grid-template-columns:minmax(0,1fr) 360px;gap:24px}.hanemlak .han-detail-badges .han-badge,.hanemlak .han-property-card__image .han-badge{height:34px;padding:0 12px;border-radius:6px!important;font-size:11px;letter-spacing:.02em;text-transform:none;box-shadow:0 8px 18px rgb(0 0 0 / .12)}.hanemlak .han-property-card__image .han-badge{top:12px;left:12px}.hanemlak .han-property-card__image .han-badge--gold{left:auto;right:12px;max-width:calc(100% - 120px);padding:0 11px}.hanemlak .han-detail-badges{top:14px;left:14px;gap:8px}.hanemlak .han-detail-badges .han-badge--gold{position:relative;left:auto}.hanemlak .han-detail-section{padding:24px}.hanemlak .han-detail-section h2{font-size:28px}.hanemlak .han-description{font-size:16px;line-height:1.8}.hanemlak .han-price-card--merged{padding:22px;display:flex;flex-direction:column;gap:18px}.hanemlak .han-price-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.hanemlak .han-price-card__top>div{min-width:0;flex:1}.hanemlak .han-share{margin:0;flex:0 0 auto;align-self:flex-start}.hanemlak .han-detail-contact-actions{display:flex;flex-direction:column;gap:10px}.hanemlak .han-price-card .han-btn{width:100%;margin:0}.hanemlak .han-listing-no{background:#faf8f3}.hanemlak .han-merged-consultant{border-top:1px solid var(--han-border);padding-top:18px;display:flex;flex-direction:column;gap:14px}.hanemlak .han-consultant-head--merged{margin-bottom:0}.hanemlak .han-consultant-head--merged img{width:64px;height:64px;border-radius:50%}.hanemlak .han-consultant-head--merged h3{font-size:22px;margin-bottom:3px}.hanemlak .han-consultant-head--merged p{font-size:14px;color:#6b7280}.hanemlak .han-consultant-contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.hanemlak .han-consultant-contact-list li{margin:0}.hanemlak .han-consultant-contact-list a{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--han-border);border-radius:7px;background:#fff;transition:.2s;color:var(--han-anthracite)}.hanemlak .han-consultant-contact-list a:hover{border-color:var(--han-caramel);background:#fff8ef;color:var(--han-caramel)}.hanemlak .han-consultant-contact-list i{color:var(--han-caramel);font-size:17px;width:18px;text-align:center}.hanemlak .han-consultant-contact-list span{min-width:0;overflow:hidden;text-overflow:ellipsis}.hanemlak .han-map-embed{overflow:hidden;border:1px solid var(--han-border);border-radius:7px;background:#f6f7fa}.hanemlak .han-map-embed iframe{display:block;width:100%;height:360px;border:0}@media (max-width:1024px){.hanemlak .han-detail-layout{grid-template-columns:1fr!important}}@media (max-width:767px){.hanemlak .han-detail-badges .han-badge,.hanemlak .han-property-card__image .han-badge{height:30px;padding:0 10px;font-size:10px}.hanemlak .han-property-card__image .han-badge--gold{max-width:calc(100% - 108px)}.hanemlak .han-detail-section{padding:18px}.hanemlak .han-price-card--merged{padding:18px;gap:14px}.hanemlak .han-price-card__top{gap:10px}.hanemlak .han-price-card small{font-size:14px!important}.hanemlak .han-price-card strong{font-size:34px!important}.hanemlak .han-price-card>span{font-size:15px!important;margin-bottom:0!important}.hanemlak .han-consultant-head--merged img{width:56px;height:56px}.hanemlak .han-consultant-head--merged h3{font-size:19px}.hanemlak .han-consultant-contact-list a{padding:11px 12px;font-size:13px}.hanemlak .han-map-embed iframe{height:280px}}.hanemlak .han-price-card__footer{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--han-border);padding-top:16px;margin-top:4px}.hanemlak .han-share--footer{margin:0;align-self:flex-start;padding:0;background:#fff0;border:0;color:var(--han-anthracite);font-size:15px;font-weight:500;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.hanemlak .han-share--footer:hover{color:var(--han-caramel)}.hanemlak .han-consultant-mini-text{display:block;margin-top:8px;font-size:13px;line-height:1.55;color:#6b7280}.hanemlak .han-video-embed{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:7px;background:#111}.hanemlak .han-video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.hanemlak .han-listing-no{width:100%}.hanemlak .han-form-grid textarea[name="han[consultant_description]"]{min-height:88px}@media (max-width:767px){.hanemlak .han-price-card__footer{gap:10px}.hanemlak .han-share--footer{font-size:14px}}.han-language-menu-item{display:flex!important;align-items:center!important;overflow:visible!important}.han-language-switcher{position:relative;display:inline-flex;align-items:center;font-family:inherit;line-height:1.2;z-index:99990}.han-language-switcher details{position:relative;margin:0;padding:0}.han-language-switcher summary{list-style:none;display:flex;align-items:center;gap:7px;min-height:38px;padding:0 11px;border:1px solid rgb(17 24 39 / .10);border-radius:8px;background:#fff;color:#1f2937;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px rgb(15 23 42 / .04);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.han-language-switcher summary::-webkit-details-marker{display:none}.han-language-switcher summary:hover{border-color:rgb(17 24 39 / .20);box-shadow:0 6px 18px rgb(15 23 42 / .08);background:#fff}.han-language-switcher details[open] summary{border-color:rgb(217 145 17 / .38);box-shadow:0 6px 20px rgb(15 23 42 / .09)}.han-lang-current-flag,.han-lang-flag{font-size:16px;line-height:1}.han-lang-current-code{font-weight:600;letter-spacing:.02em}.han-lang-current-name{max-width:92px;overflow:hidden;text-overflow:ellipsis}.han-lang-chevron{font-size:14px;color:#8a9099;transform:translateY(-1px)}.han-language-menu{position:absolute;top:calc(100% + 8px);right:0;width:214px;padding:7px;border:1px solid #e7e9ed;border-radius:10px;background:#fff;box-shadow:0 18px 44px rgb(15 23 42 / .14);z-index:99999}.han-language-option{display:grid!important;grid-template-columns:24px minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:42px;padding:0 10px!important;border-radius:7px!important;color:#20252d!important;text-decoration:none!important;font-size:13px!important;font-weight:400!important;background:transparent!important}.han-language-option:hover{background:#f6f7f8!important;color:#111827!important}.han-language-option.is-active{background:#faf6ee!important;color:#9a6308!important;font-weight:500!important}.han-lang-code{font-size:11px;color:#9298a2;letter-spacing:.04em}.han-lang-check{font-size:12px;color:#d99111;font-weight:700}.han-language-rtl .hanemlak{direction:rtl}.han-language-rtl .hanemlak .han-property-card,.han-language-rtl .hanemlak .han-detail-section,.han-language-rtl .hanemlak .han-side-card{text-align:right}.han-language-rtl .han-language-menu{right:auto;left:0}.han-language-rtl .han-language-option{grid-template-columns:24px minmax(0,1fr) auto auto;text-align:right}@media (max-width:767px){.han-language-menu-item{width:100%;padding-top:7px!important;padding-bottom:7px!important}.han-language-menu-item .han-language-switcher{width:100%}.han-language-menu-item .han-language-switcher details{width:100%}.han-language-menu-item .han-language-switcher summary{width:100%;justify-content:flex-start}.han-language-menu-item .han-language-menu{position:relative;top:6px;right:auto;left:auto;width:100%;box-shadow:none;margin-bottom:6px}}.han-lang-admin{--han-lang-accent:#d99111;max-width:1180px;margin-top:24px;font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.han-lang-admin__hero{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;padding:26px 28px;border:1px solid #e8e9ec;border-radius:12px;background:#fff;margin-bottom:18px}.han-lang-kicker{display:block;margin-bottom:6px;color:#a36b0d;font-size:11px;font-weight:600;letter-spacing:.12em}.han-lang-admin__hero h1{margin:0 0 8px;font-size:30px;line-height:1.2;color:#171a20;font-weight:600}.han-lang-admin__hero p{max-width:720px;margin:0;color:#68707c;font-size:13px;line-height:1.7}.han-lang-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:280px}.han-lang-badges span{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 9px;border:1px solid #e7e9ed;border-radius:999px;background:#fafafa;color:#555c66;font-size:11px;font-weight:500}.han-lang-admin__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.han-lang-admin__card{position:relative;padding:24px;border:1px solid #e8e9ec;border-radius:12px;background:#fff;box-shadow:0 7px 24px rgb(15 23 42 / .035)}.han-lang-admin__card--wide{grid-column:1/-1}.han-lang-card-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:14px;border:1px solid #ece6da;border-radius:9px;background:#fffaf0;color:#b9790c;font-size:15px}.han-lang-admin__card h2{margin:0 0 7px;font-size:18px;font-weight:600;color:#20242b}.han-lang-admin__card>p{margin:0 0 18px;color:#727985;font-size:12px;line-height:1.7}.han-lang-field{display:block;margin-bottom:13px}.han-lang-field>span{display:block;margin-bottom:6px;color:#444b55;font-size:12px;font-weight:500}.han-lang-field select{width:100%;max-width:none!important;min-height:42px!important;border:1px solid #dfe2e7!important;border-radius:8px!important;background:#fff!important;color:#272d35!important;font-size:12px!important;box-shadow:none!important}.han-lang-primary{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:40px!important;padding:0 16px!important;border:0!important;border-radius:8px!important;background:#d99111!important;color:#fff!important;font-weight:500!important;box-shadow:none!important}.han-lang-primary:hover{background:#c7820d!important;color:#fff!important}.han-lang-upload{display:flex;align-items:center;gap:10px;min-height:56px;margin-bottom:13px;padding:10px 12px;border:1px dashed #cfd4db;border-radius:8px;background:#fafbfc;color:#5e6570;font-size:12px;cursor:pointer}.han-lang-upload i{font-size:18px;color:#8b929c}.han-lang-upload input{margin-left:auto;max-width:48%}.han-lang-settings-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:17px}.han-lang-toggle{display:inline-flex;align-items:center;gap:9px;cursor:pointer;margin-right:auto}.han-lang-toggle input{position:absolute;opacity:0;pointer-events:none}.han-lang-toggle span{position:relative;width:38px;height:22px;border-radius:999px;background:#d8dce2;transition:.18s ease}.han-lang-toggle span:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgb(0 0 0 / .18);transition:.18s ease}.han-lang-toggle input:checked+span{background:#d99111}.han-lang-toggle input:checked+span:after{transform:translateX(16px)}.han-lang-toggle strong{font-size:12px;font-weight:500;color:#444b55}.han-lang-preview{display:flex;justify-content:flex-start;padding-top:14px;border-top:1px solid #eef0f2}.han-lang-help{margin-top:16px;padding:14px 16px;border:1px solid #e7e9ed;border-radius:9px;background:#fff;color:#626a75;font-size:12px;line-height:1.7}.han-lang-help code,.han-lang-admin code{padding:2px 5px;border-radius:4px;background:#f3f4f6;color:#3e4650;font-size:11px}@media (max-width:900px){.han-lang-admin__grid{grid-template-columns:1fr}.han-lang-admin__card--wide{grid-column:auto}.han-lang-admin__hero{align-items:flex-start;flex-direction:column}.han-lang-badges{justify-content:flex-start;max-width:none}}.han-lang-active-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:9px;margin:18px 0}.han-lang-active-item{display:flex;align-items:center;gap:9px;border:1px solid #e4e7eb;background:#fff;border-radius:7px;padding:11px 12px}.han-lang-active-item input{margin:0}.han-lang-active-item small{margin-left:auto;color:#728078;font-size:10px}.han-lang-active-item.is-required{background:#f4f8f6}.han-manual-lang-tabs{display:grid;gap:8px}.han-manual-lang-panel{border:1px solid #e2e6e4;border-radius:6px;background:#fff}.han-manual-lang-panel summary{cursor:pointer;padding:11px 13px;font-weight:600}.han-manual-lang-panel>div{padding:2px 13px 13px;border-top:1px solid #eef1ef}.han-manual-lang-panel textarea{font-family:inherit}.hanemlak{--han-caramel:#dc9832;--han-caramel-dark:#bd7b1f;--han-anthracite:#2b2b2b;--han-text:#2b2b2b;--han-soft:#f7f6f3;--han-border:#e9e5df}.hanemlak .han-property-card{min-width:0;overflow:hidden;border-color:#e7e3dd;box-shadow:0 8px 28px rgb(43 43 43 / .055)}.hanemlak .han-property-card__body{padding:20px!important;min-width:0}.hanemlak .han-property-card h3{font-size:20px!important;line-height:1.28!important;margin:10px 0 12px!important;min-height:51px}.hanemlak .han-location{font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hanemlak .han-pill{max-width:100%;font-size:10px!important;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hanemlak .han-property-card__image .han-badge{max-width:calc(100% - 20px);height:30px!important;padding:0 10px!important;font-size:10px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hanemlak .han-property-card__image .han-badge--dark{left:12px;top:12px}.hanemlak .han-property-card__image .han-badge--gold{right:12px;top:12px;left:auto!important;max-width:58%}.hanemlak .han-card-facts--compact{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;width:100%;margin:15px 0 16px!important;border:1px solid var(--han-border)!important;border-radius:7px!important;overflow:hidden;background:#fff}.hanemlak .han-card-facts--compact>.han-card-fact{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important;min-height:62px!important;padding:9px 10px!important;margin:0!important;border:0!important;border-right:1px solid var(--han-border)!important;background:#fff!important}.hanemlak .han-card-facts--compact>.han-card-fact:last-child{border-right:0!important}.hanemlak .han-card-fact__icon{display:grid!important;place-items:center;flex:0 0 28px!important;width:28px!important;height:28px!important;border-radius:6px!important;background:#f6f1e9!important;color:#dc9832!important;font-size:12px!important}.hanemlak .han-card-fact__content{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important;flex:1 1 auto!important;line-height:1.2!important}.hanemlak .han-card-fact__content small{display:block!important;width:100%;margin:0 0 3px!important;font-size:9px!important;line-height:1.15!important;font-weight:400!important;color:#7b7b7b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.hanemlak .han-card-fact__content strong{display:block!important;max-width:100%;margin:0!important;font-size:13px!important;line-height:1.15!important;font-weight:600!important;color:#2b2b2b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.hanemlak .han-card-fact--price .han-card-fact__content strong{font-size:14px!important}.hanemlak .han-card-actions{display:grid!important;grid-template-columns:repeat(var(--han-actions-count,3),minmax(0,1fr))!important;gap:8px!important}.hanemlak .han-card-actions a{min-width:0!important;height:46px!important;padding:0 8px!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;justify-content:center!important}.hanemlak .han-card-actions a i{flex:0 0 auto}@media(max-width:767px){.hanemlak .han-property-card__image{height:220px!important}.hanemlak .han-property-card__body{padding:15px!important}.hanemlak .han-property-card h3{font-size:17px!important;min-height:43px;margin:8px 0 9px!important}.hanemlak .han-location{font-size:11px!important}.hanemlak .han-property-card__image .han-badge{height:26px!important;padding:0 8px!important;font-size:8.5px!important}.hanemlak .han-property-card__image .han-badge--gold{max-width:60%}.hanemlak .han-card-facts--compact{margin:11px 0 12px!important}.hanemlak .han-card-facts--compact>.han-card-fact{min-height:50px!important;padding:6px 6px!important;gap:5px!important}.hanemlak .han-card-fact__icon{flex-basis:23px!important;width:23px!important;height:23px!important;font-size:10px!important}.hanemlak .han-card-fact__content small{font-size:7.8px!important;margin-bottom:2px!important;letter-spacing:-.01em}.hanemlak .han-card-fact__content strong,.hanemlak .han-card-fact--price .han-card-fact__content strong{font-size:10.5px!important;letter-spacing:-.015em}.hanemlak .han-card-actions{gap:5px!important}.hanemlak .han-card-actions a{height:40px!important;padding:0 4px!important;font-size:9.5px!important;gap:4px!important}.hanemlak .han-card-actions a i{font-size:10px!important}}.han-list-lang-switches{display:flex;flex-wrap:wrap;gap:4px}.han-list-lang-chip{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;padding:0 6px;border:1px solid #dfe2e6;border-radius:5px;background:#fff;color:#7a8088;font-size:10px;font-weight:600;text-decoration:none}.han-list-lang-chip.is-ready{border-color:#e2c28b;background:#fff9ef;color:#9c6517}.han-list-lang-chip:hover{border-color:#dc9832;color:#9c6517}.han-manual-lang-box--switch{font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.han-content-lang-source{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 14px;margin-bottom:13px;border:1px solid #e5e6e8;border-radius:8px;background:#fafafa}.han-content-lang-source label{font-size:12px}.han-content-lang-source select{min-width:180px}.han-content-lang-source span{color:#777;font-size:11px}.han-edit-language-tabs{display:flex;gap:6px;overflow-x:auto;padding:2px 1px 10px;scrollbar-width:thin}.han-edit-language-tabs a{flex:0 0 auto;display:grid;grid-template-columns:auto auto;grid-template-areas:"flag code" "name name";column-gap:5px;min-width:84px;padding:8px 10px;border:1px solid #e1e3e6;border-radius:8px;background:#fff;color:#50555c;text-decoration:none;box-shadow:none}.han-edit-language-tabs a>span{grid-area:flag}.han-edit-language-tabs a>strong{grid-area:code;font-size:11px;align-self:center}.han-edit-language-tabs a>small{grid-area:name;margin-top:2px;color:#858b93;font-size:9px;white-space:nowrap}.han-edit-language-tabs a.is-ready{border-color:#e5c99a;background:#fffbf5}.han-edit-language-tabs a.is-active{border-color:#dc9832!important;box-shadow:0 0 0 1px #dc9832 inset;background:#fff8ed;color:#7e5111}.han-language-tab-panel{padding:15px;border:1px solid #e3e4e6;border-radius:9px;background:#fff}.han-language-tab-panel__head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee}.han-language-tab-panel__head>div{display:flex;flex-direction:column;gap:3px}.han-language-tab-panel__head span,.han-language-import-inline span{font-size:10px;color:#7a8088}.han-language-tab-note p{margin-bottom:0;color:#6f757d}.han-language-content-textarea{font-family:inherit;line-height:1.6}.han-language-import-inline{display:grid;grid-template-columns:minmax(210px,1fr) minmax(180px,auto) auto;align-items:center;gap:10px;margin-top:14px;padding:12px;border:1px dashed #d7d9dd;border-radius:8px;background:#fafafa}.han-language-import-inline>div{display:flex;flex-direction:column}.han-language-import-inline input[type=file]{max-width:260px;font-size:11px}.han-side-lang-status{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.han-side-lang-status a{display:flex;align-items:center;justify-content:space-between;padding:7px 8px;border:1px solid #e1e3e6;border-radius:6px;background:#fff;text-decoration:none}.han-side-lang-status a span{font-size:10px;font-weight:700}.han-side-lang-status a small{font-size:9px;color:#8a9098}.han-side-lang-status a.is-ready{border-color:#e4c694;background:#fffaf2}.han-side-lang-status a.is-ready span{color:#996216}@media(max-width:782px){.han-language-tab-panel__head{align-items:flex-start;flex-direction:column}.han-language-import-inline{grid-template-columns:1fr}.han-language-import-inline input[type=file]{max-width:100%}.column-han_languages{width:160px}}.hanemlak .han-property-card{min-width:0!important}.hanemlak .han-property-card__body{min-width:0!important;gap:11px!important;padding:18px!important}.hanemlak .han-property-card .han-pill{max-width:100%!important;min-height:28px!important;margin:0!important;padding:6px 12px!important;font-size:11px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.hanemlak .han-property-card h3{min-height:48px!important;margin:0!important;font-size:20px!important;line-height:1.22!important}.hanemlak .han-property-card h3 a{min-width:0!important;word-break:normal!important;overflow-wrap:anywhere!important}.hanemlak .han-property-card .han-location{min-width:0!important;min-height:22px!important;margin:0!important;gap:8px!important;font-size:13px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.hanemlak .han-property-card .han-location i{flex:0 0 auto!important;width:14px!important;text-align:center!important}.hanemlak .han-property-card .han-card-facts--compact{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}.hanemlak .han-property-card .han-card-facts--compact>.han-card-fact{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-width:0!important;min-height:62px!important;margin:0!important;padding:9px 10px!important;border:1px solid #e9edf2!important;border-radius:6px!important;background:#fafbfc!important;overflow:hidden!important}.hanemlak .han-property-card .han-card-facts--compact>.han-card-fact:last-child{border:1px solid #e9edf2!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__icon{display:flex!important;align-items:center!important;justify-content:center!important;width:30px!important;min-width:30px!important;height:30px!important;margin:0!important;border-radius:8px!important;background:#f0f2f5!important;color:#59677b!important;box-shadow:none!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__icon i{margin:0!important;font-size:13px!important;line-height:1!important;color:inherit!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:1px!important;min-width:0!important;width:100%!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content small,.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content strong{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:normal!important;overflow-wrap:normal!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content small{font-size:10px!important;line-height:1.2!important;font-weight:400!important;color:#768193!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content strong{font-size:14px!important;line-height:1.25!important;font-weight:600!important;color:#171c24!important;letter-spacing:-.01em!important}.hanemlak .han-property-card .han-card-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:auto!important}.hanemlak .han-property-card .han-card-actions a{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important;height:42px!important;min-height:42px!important;padding:0 7px!important;gap:6px!important;border-radius:5px!important;font-size:12px!important;line-height:1!important;font-weight:500!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.hanemlak .han-property-card .han-card-actions a i{flex:0 0 auto!important;margin:0!important;font-size:12px!important}.hanemlak .han-property-card--carousel h3{min-height:44px!important;font-size:18px!important}.hanemlak .han-property-card--carousel .han-property-card__body{padding:16px!important}@media (max-width:1180px){.hanemlak .han-property-card .han-card-facts--compact>.han-card-fact{grid-template-columns:27px minmax(0,1fr)!important;gap:7px!important;padding:8px!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__icon{width:27px!important;min-width:27px!important;height:27px!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content small{font-size:9px!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content strong{font-size:12.5px!important}.hanemlak .han-property-card .han-card-actions a{font-size:11px!important;padding:0 5px!important}}@media (max-width:767px){.hanemlak .han-property-card__body{padding:13px!important;gap:9px!important}.hanemlak .han-property-card .han-pill{min-height:24px!important;padding:5px 9px!important;font-size:9px!important}.hanemlak .han-property-card h3,.hanemlak .han-property-card--carousel h3{min-height:40px!important;font-size:16px!important;line-height:1.22!important}.hanemlak .han-property-card .han-location{min-height:19px!important;gap:6px!important;font-size:11px!important}.hanemlak .han-property-card .han-card-facts--compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.hanemlak .han-property-card .han-card-facts--compact>.han-card-fact{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;gap:6px!important;min-height:52px!important;padding:7px 6px!important;border:1px solid #e9edf2!important;border-radius:5px!important}.hanemlak .han-property-card .han-card-facts--compact>.han-card-fact:last-child{border:1px solid #e9edf2!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__icon{width:24px!important;min-width:24px!important;height:24px!important;border-radius:7px!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__icon i{font-size:11px!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content small{font-size:8px!important;line-height:1.1!important}.hanemlak .han-property-card .han-card-facts--compact .han-card-fact__content strong{font-size:10.5px!important;line-height:1.15!important}.hanemlak .han-property-card .han-card-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.hanemlak .han-property-card .han-card-actions a{height:32px!important;min-height:32px!important;padding:0 4px!important;gap:4px!important;font-size:9px!important;border-radius:4px!important}.hanemlak .han-property-card .han-card-actions a i{font-size:10px!important}}.hanemlak .han-featured-image-control{display:grid;grid-template-columns:minmax(180px,1fr) 170px auto;gap:14px;align-items:center;margin:0 0 18px;padding:14px;border:1px solid #e4e7eb;border-radius:8px;background:#fafbfc}.hanemlak .han-featured-image-control>div:first-child{display:flex;flex-direction:column;gap:4px}.hanemlak .han-featured-image-control>div:first-child span{font-size:11px;color:#7a818b}.hanemlak .han-featured-image-preview{min-height:96px;display:flex;align-items:center;justify-content:center;border:1px dashed #d9dde3;border-radius:7px;background:#fff;overflow:hidden}.hanemlak .han-featured-image-preview:empty:before{content:'Vitrin görseli seçilmedi';font-size:11px;color:#9aa1aa}.hanemlak .han-featured-image-preview img{width:100%;height:96px;object-fit:cover}.hanemlak .han-featured-image-actions,.hanemlak .han-media-action-row{display:flex;gap:7px;flex-wrap:wrap}.hanemlak .han-featured-image-actions{flex-direction:column;align-items:stretch}@media(max-width:782px){.hanemlak .han-featured-image-control{grid-template-columns:1fr}.hanemlak .han-featured-image-actions{flex-direction:row}}.han-lang-content-picker select{font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.han-lang-content-picker small{display:block;margin-top:6px;color:#8a9098;font-size:10px;line-height:1.45}.han-lang-content-picker optgroup{font-weight:700;color:#343941}.han-lang-content-picker option{font-weight:400;color:#50565f;padding:4px 7px}.han-lang-bulk-import-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:17px 0 8px;padding-top:15px;border-top:1px solid #eef0f2}.han-lang-bulk-import-head strong{color:#2b3037;font-size:12px;font-weight:600}.han-lang-bulk-import-head span{color:#8a9098;font-size:10px}.han-lang-bulk-import{display:grid;gap:8px;margin-bottom:10px}.han-lang-import-row{display:grid;grid-template-columns:minmax(135px,.68fr) minmax(220px,1.45fr) 34px;align-items:end;gap:8px;padding:10px;border:1px solid #e5e8ec;border-radius:8px;background:#fafbfc}.han-lang-import-row label{display:flex;flex-direction:column;gap:5px;min-width:0;margin:0}.han-lang-import-row label>span{color:#737a84;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.045em}.han-lang-import-row select,.han-lang-import-row input[type=file]{width:100%;min-width:0;min-height:34px;margin:0;border:1px solid #dfe3e8;border-radius:6px;background:#fff;font-size:11px}.han-lang-import-row select{padding:0 26px 0 8px}.han-lang-import-row input[type=file]{padding:5px 7px;height:auto;line-height:20px}.han-lang-remove-json{display:grid!important;place-items:center;width:34px!important;min-width:34px!important;height:34px!important;margin:0!important;padding:0!important;border-color:#e2e5e9!important;color:#8b9199!important}.han-lang-remove-json:hover{border-color:#d4a7a7!important;color:#a33c3c!important;background:#fff7f7!important}.han-lang-remove-json:disabled{opacity:.35;cursor:not-allowed}.han-lang-add-json{display:inline-flex!important;align-items:center;gap:6px;margin:0 8px 0 0!important;min-height:36px!important;border-color:#ddd8cf!important;color:#805514!important;background:#fffaf2!important}.han-lang-add-json:hover{border-color:#dc9832!important;color:#6d450c!important;background:#fff7e7!important}.han-lang-bulk-import-form>.han-lang-primary{vertical-align:top}@media(max-width:782px){.han-lang-bulk-import-head{align-items:flex-start;flex-direction:column}.han-lang-import-row{grid-template-columns:1fr 38px}.han-lang-row-language{grid-column:1/-1}.han-lang-row-file{grid-column:1/2}.han-lang-remove-json{grid-column:2/3}.han-lang-add-json{margin-bottom:8px!important}}.han-lang-default-field{margin:0 0 16px!important;padding:14px!important;border:1px solid #e5e8ec;border-radius:8px;background:#fafbfc}.han-lang-default-field select{max-width:320px}.han-lang-default-field small{display:block;margin-top:6px;color:#7f8791;font-size:10px;line-height:1.5}.han-lang-target-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin:0 0 7px}.han-lang-target-chip{position:relative;display:flex;align-items:center;gap:8px;min-height:38px;padding:8px 10px;border:1px solid #dfe3e8;border-radius:7px;background:#fff;cursor:pointer;transition:border-color .16s ease,background .16s ease,opacity .16s ease}.han-lang-target-chip:hover{border-color:#cfd5dc;background:#fcfcfd}.han-lang-target-chip input{margin:0!important}.han-lang-target-chip span{font-size:11px;font-weight:500;color:#414750}.han-lang-target-chip:has(input:checked){border-color:#d9a354;background:#fff9ef}.han-lang-target-chip.is-disabled{opacity:.38;cursor:not-allowed;background:#f4f5f6}.han-lang-target-help{display:block;margin:0 0 12px;color:#858d97;font-size:10px;line-height:1.45}.han-lang-bulk-files-head{margin-top:12px}.han-lang-import-row--target{grid-template-columns:minmax(150px,.7fr) minmax(240px,1.5fr);align-items:end}.han-lang-row-language--fixed{display:flex;flex-direction:column;gap:5px;min-width:0}.han-lang-row-language--fixed>span{color:#737a84;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.045em}.han-lang-row-language--fixed>strong{display:flex;align-items:center;min-height:34px;padding:0 9px;border:1px solid #e1e5e9;border-radius:6px;background:#fff;color:#3d444d;font-size:11px;font-weight:600}.han-lang-import-row[hidden]{display:none!important}@media(max-width:782px){.han-lang-target-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.han-lang-import-row--target{grid-template-columns:1fr}.han-lang-row-language--fixed,.han-lang-row-file{grid-column:auto}.han-lang-default-field select{max-width:none;width:100%}}.han-lang-single-import-form .han-lang-field input[type=file]{width:100%;min-height:40px;padding:7px 9px;border:1px solid #dfe3e8;border-radius:7px;background:#fff;font-size:11px}.han-bulk-post-card{position:relative;overflow:hidden}.han-bulk-post-card:after{content:'';position:absolute;right:-90px;top:-100px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgb(221 173 93 / .10),#fff0 70%);pointer-events:none}.han-bulk-post-languages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:16px 0 12px}.han-bulk-post-languages span{display:flex;align-items:center;justify-content:space-between;gap:7px;min-height:38px;padding:8px 10px;border:1px solid #e3e6ea;border-radius:7px;background:#fafbfc;color:#505762;font-size:11px;font-weight:500}.han-bulk-post-languages b{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#fff;border:1px solid #e4e7eb;color:#7b5a28;font-size:10px}.han-json-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:190px;padding:28px 22px;border:1.5px dashed #d6dbe1;border-radius:10px;background:#fbfcfd;text-align:center;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.han-json-dropzone:hover,.han-json-dropzone.is-dragging{border-color:#d7a45c;background:#fffaf2;transform:translateY(-1px)}.han-json-dropzone input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.han-json-dropzone>i{margin-bottom:12px;color:#b78031;font-size:30px}.han-json-dropzone>strong{color:#30353c;font-size:14px;font-weight:600}.han-json-dropzone>span{margin-top:5px;color:#8a919b;font-size:10px}.han-json-file-list{display:grid;gap:7px;margin:12px 0}.han-json-empty{padding:11px 12px;border:1px solid #edf0f2;border-radius:7px;background:#fafbfc;color:#969ca4;font-size:10px;text-align:center}.han-json-file-item{display:grid;grid-template-columns:30px minmax(0,1fr) auto 30px;align-items:center;gap:9px;padding:8px 9px;border:1px solid #e5e8ec;border-radius:7px;background:#fff}.han-json-file-item>i{display:grid;place-items:center;width:30px;height:30px;border-radius:6px;background:#f5f6f8;color:#7c848e;font-size:13px}.han-json-file-item>div{display:flex;flex-direction:column;min-width:0}.han-json-file-item strong{overflow:hidden;color:#3e444c;font-size:10.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.han-json-file-item span{color:#9aa0a8;font-size:9px}.han-json-file-item em{min-width:58px;padding:5px 7px;border-radius:999px;font-size:9px;font-style:normal;font-weight:600;text-align:center}.han-json-file-item em.is-detected{background:#f1f8f1;color:#427046}.han-json-file-item em.is-waiting{background:#f5f6f7;color:#858c95}.han-json-file-item button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:6px;background:#f7f8f9;color:#8f969e;cursor:pointer}.han-json-file-item button:hover{background:#fff0f0;color:#b14a4a}.han-json-auto-note{display:flex;align-items:flex-start;gap:9px;margin:12px 0;padding:11px 12px;border:1px solid #eee5d8;border-radius:7px;background:#fffcf7;color:#707780;font-size:10px;line-height:1.55}.han-json-auto-note>i{margin-top:2px;color:#b27a2c}.han-json-auto-note code{font-size:9px}.han-bulk-publish-button{min-height:40px!important;padding:0 16px!important}.han-lang-notice-counts{margin-left:7px;color:#67707a;font-size:11px}@media(max-width:900px){.han-bulk-post-languages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.han-bulk-post-languages{grid-template-columns:1fr}.han-json-dropzone{min-height:160px;padding:22px 14px}.han-json-file-item{grid-template-columns:28px minmax(0,1fr) 30px}.han-json-file-item em{grid-column:2/3;justify-self:start}.han-json-file-item button{grid-column:3/4;grid-row:1/3}.han-lang-notice-counts{display:block;margin:4px 0 0}}.han-bulk-content-card{position:relative;overflow:hidden}.han-bulk-content-card:after{content:'';position:absolute;right:-110px;top:-120px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgb(53 184 107 / .10),#fff0 70%);pointer-events:none}.han-bulk-content-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:4px 0 13px;padding:10px 12px;border:1px solid #e3e9e5;border-radius:8px;background:#f8fcf9}.han-bulk-content-actions .button{display:inline-flex;align-items:center;gap:6px;min-height:36px;border-color:#b9ddc7;color:#237844;background:#fff}.han-bulk-content-actions span{color:#6f7872;font-size:10px;line-height:1.5}.han-bulk-content-languages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:10px 0 12px}.han-bulk-content-languages span{display:flex;align-items:center;justify-content:space-between;gap:7px;min-height:38px;padding:8px 10px;border:1px solid #dfe8e2;border-radius:7px;background:#fbfdfb;color:#47534b;font-size:11px;font-weight:500}.han-bulk-content-languages b{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#fff;border:1px solid #dce8e0;color:#2c8b51;font-size:10px}.han-content-json-dropzone:hover,.han-content-json-dropzone.is-dragging{border-color:#72c390;background:#f7fff9}.han-content-json-dropzone>i{color:#35a965}@media(max-width:900px){.han-bulk-content-languages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.han-bulk-content-languages{grid-template-columns:1fr}.han-bulk-content-actions{align-items:flex-start;flex-direction:column}}.hanemlak .han-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hanemlak .han-property-structured-features{margin:0 0 18px;padding:14px;border:1px solid #eceff3;border-radius:7px;background:#fbfcfd}.hanemlak [data-han-garage-field][hidden]{display:none!important}.hanemlak [data-han-garage-field] small{font-size:10px;font-weight:400;color:#8a919a}.hanemlak .han-property-video-field{margin-top:18px;padding:16px;border:1px solid #e6e9ee;border-radius:7px;background:#fafbfc}.hanemlak .han-property-video-field>small{display:block;margin-top:10px;color:#777f89;font-size:11px;line-height:1.6}.hanemlak .han-video-media-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;min-height:46px}.hanemlak .han-video-media-preview{margin-top:12px}.hanemlak .han-video-media-preview:empty{display:none}.hanemlak .han-video-media-preview video{display:block;width:100%;max-height:380px;background:#111;border-radius:7px}.hanemlak .han-video-embed video{position:absolute;inset:0;width:100%;height:100%;border:0;background:#111;object-fit:contain}@media(max-width:900px){.hanemlak .han-form-grid--2{grid-template-columns:1fr}}.hanemlak .han-gallery-preview[data-han-sortable-gallery] span{position:relative;cursor:grab;user-select:none}.hanemlak .han-gallery-preview[data-han-sortable-gallery] span:active{cursor:grabbing}.hanemlak .han-gallery-sort-handle{position:absolute;left:8px;top:8px;z-index:3;width:28px;height:28px;border-radius:6px;background:rgb(20 24 31 / .76);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:0 4px 12px rgb(0 0 0 / .18);pointer-events:none}.hanemlak .han-gallery-sort-placeholder{min-height:164px;border:2px dashed var(--han-caramel)!important;background:#fff8ef!important}.hanemlak .han-btn--save,.hanemlak .han-btn--view{display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;margin-top:10px}.hanemlak .han-btn--save{border:1px solid #2e2e2e;background:#2e2e2e;color:#fff}.hanemlak .han-btn--save:hover{background:#171717;color:#fff}.hanemlak .han-btn--view{border:1px solid #d8a34f;background:#fff8ed;color:#ad7117}.hanemlak .han-btn--view:hover{background:#d93;color:#fff}.hanemlak .han-sale-status-control{margin-bottom:12px}.hanemlak .han-sold-overlay{position:absolute;z-index:6;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-4deg);display:flex;align-items:center;justify-content:center;min-width:54%;padding:13px 22px;border:2px solid rgb(255 255 255 / .86);background:rgb(45 45 45 / .88);box-shadow:0 12px 35px rgb(0 0 0 / .28);color:#fff;font-size:25px;line-height:1;font-weight:800;letter-spacing:.11em;text-transform:uppercase;text-align:center;backdrop-filter:blur(3px);pointer-events:none}.hanemlak .han-property-card__image .han-sold-overlay{font-size:18px;min-width:58%;padding:11px 16px}.hanemlak .han-sold-overlay--detail{font-size:30px;min-width:34%;padding:16px 28px}.hanemlak .han-gallery-modal__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:54px;height:54px;border:0;border-radius:50%;background:rgb(255 255 255 / .94);color:#222;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 30px rgb(0 0 0 / .24);font-size:18px}.hanemlak .han-gallery-modal__arrow--left{left:28px}.hanemlak .han-gallery-modal__arrow--right{right:28px}.hanemlak .han-gallery-modal__arrow:hover{background:var(--han-caramel);color:#fff}@media(max-width:767px){.hanemlak .han-sold-overlay{font-size:17px;min-width:62%;padding:10px 14px}.hanemlak .han-sold-overlay--detail{font-size:21px;min-width:48%}.hanemlak .han-gallery-modal__arrow{width:44px;height:44px}.hanemlak .han-gallery-modal__arrow--left{left:10px}.hanemlak .han-gallery-modal__arrow--right{right:10px}}.hanemlak .han-editor-toolbar{flex-wrap:wrap}.hanemlak .han-editor-toolbar .han-editor-embed-btn{width:auto;min-width:0;padding:0 10px;gap:6px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;white-space:nowrap}.hanemlak .han-editor-toolbar .han-editor-embed-btn span{display:inline;font-size:inherit;color:inherit;padding:0;margin:0;border:0}.hanemlak .han-editor-toolbar .han-editor-embed-btn:hover{border-color:var(--han-caramel,#dc9832);color:var(--han-caramel,#dc9832);background:#fffaf2}.hanemlak .han-embed-editor-help{margin:10px 0 0;padding:10px 12px;border:1px dashed #d9dde4;border-radius:7px;background:#fafbfc;color:#666f7b;font-size:11px;line-height:1.55}.hanemlak .han-embed-editor-help i{margin-right:6px;color:var(--han-caramel,#dc9832)}.hanemlak .han-description .han-inline-embed{clear:both;width:100%;margin:24px 0;overflow:hidden}.hanemlak .han-description .han-inline-embed iframe{display:block;max-width:100%;border:0}.hanemlak .han-description .han-inline-embed--youtube{position:relative;width:100%;padding-top:56.25%;border-radius:8px;background:#111}.hanemlak .han-description .han-inline-embed--youtube iframe{position:absolute;inset:0;width:100%!important;height:100%!important}.hanemlak .han-description .han-inline-embed--x{max-width:550px;margin-left:auto;margin-right:auto;overflow:visible}.hanemlak .han-description .han-inline-embed--x iframe{margin:0 auto!important}.hanemlak .han-description .han-inline-embed--flickr{text-align:center;border-radius:8px}.hanemlak .han-description .han-inline-embed--flickr img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:8px}.hanemlak .han-description .han-embed-fallback{padding:12px 14px;border:1px solid #e2e5e9;border-radius:7px;background:#fafbfc;overflow-wrap:anywhere}@media(max-width:767px){.hanemlak .han-editor-toolbar .han-editor-embed-btn span{display:none}.hanemlak .han-editor-toolbar .han-editor-embed-btn{padding:0;width:36px}.hanemlak .han-description .han-inline-embed{margin:18px 0}}.hanemlak .han-description .han-inline-embed--x{min-height:120px;overflow:visible}.hanemlak .han-description .han-inline-embed--x .twitter-tweet{margin-left:auto!important;margin-right:auto!important}.hanemlak .han-description .han-inline-embed--youtube iframe{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0}.han-rich-editor-shell{border:1px solid #dfe2e8;border-radius:9px;background:#fff;overflow:hidden}.han-rich-editor-shell .han-editor-toolbar{border:0!important;border-bottom:1px solid #e6e8ec!important;border-radius:0!important;display:flex;flex-wrap:wrap;gap:6px;padding:9px!important;align-items:center}.han-editor-format-wrap{display:flex!important;align-items:center!important;gap:6px!important;margin:0!important;padding:0 7px 0 0!important;border-right:1px solid #eceef2}.han-editor-format-wrap>span{border:0!important;margin:0!important;padding:0!important;font-size:11px!important;font-weight:600;color:#747b85!important}.han-editor-format-wrap select{height:32px!important;min-width:118px!important;border:1px solid #dfe2e8!important;border-radius:6px!important;background:#fff!important;padding:0 25px 0 8px!important;font-size:12px!important}.han-rich-editor-shell .han-editor-toolbar button{display:inline-flex!important;align-items:center;justify-content:center;gap:5px;width:32px;height:32px;padding:0!important;border:1px solid transparent!important;background:#fff!important;border-radius:6px!important;color:#59616d!important}.han-rich-editor-shell .han-editor-toolbar button:hover{border-color:#ead5b2!important;background:#fff9ef!important;color:var(--han-caramel)!important}.han-rich-editor-shell .han-editor-toolbar .han-editor-smart-btn,.han-rich-editor-shell .han-editor-toolbar .han-editor-source-btn,.han-rich-editor-shell .han-editor-toolbar .han-editor-embed-btn{width:auto!important;padding:0 9px!important;font-size:11px!important;font-weight:600!important}.han-rich-editor{display:none;min-height:300px;max-height:680px;overflow:auto;padding:20px 22px;outline:none;font-family:Poppins,Arial,sans-serif;font-size:15px;line-height:1.75;color:#2b3139;background:#fff}.han-rich-editor:empty:before{content:attr(data-placeholder);color:#9aa1aa;pointer-events:none}.han-rich-editor-shell.is-visual .han-rich-editor{display:block}.han-rich-editor-shell.is-visual .han-editor-source{display:none!important}.han-rich-editor-shell.is-source .han-rich-editor{display:none!important}.han-rich-editor-shell.is-source .han-editor-source{display:block!important;width:100%;min-height:300px;margin:0;border:0!important;border-radius:0!important;box-shadow:none!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;padding:18px!important}.han-rich-editor h1,.han-rich-editor h2,.han-rich-editor h3,.han-rich-editor h4,.han-rich-editor h5,.han-rich-editor h6{margin:1.1em 0 .5em;color:#222a30;line-height:1.25;font-weight:650}.han-rich-editor h1{font-size:30px}.han-rich-editor h2{font-size:26px}.han-rich-editor h3{font-size:22px}.han-rich-editor h4{font-size:19px}.han-rich-editor h5{font-size:17px}.han-rich-editor h6{font-size:15px;text-transform:uppercase;letter-spacing:.02em}.han-rich-editor p{margin:0 0 13px}.han-rich-editor ul,.han-rich-editor ol{padding-left:24px;margin:0 0 14px}.han-rich-editor a{color:#b77717;text-decoration:underline}.han-rich-editor img{max-width:100%;height:auto;border-radius:6px}.han-rich-editor figure{margin:18px 0}.han-editor-count{margin-top:7px;font-size:11px;color:#7d848d;text-align:right}.han-editor-count.is-over-limit{color:#b42318;font-weight:700}.han-editor-seo-help{display:flex;align-items:flex-start;gap:10px;margin-top:12px;padding:11px 13px;border:1px solid #eadcc6;border-radius:7px;background:#fffaf2;color:#66543a;font-size:11px;line-height:1.55}.han-editor-seo-help i{margin-top:3px;color:#c98520}.han-editor-seo-help strong{color:#4f402c}.han-description h1,.han-description h2,.han-description h3,.han-description h4,.han-description h5,.han-description h6{color:#20272d;line-height:1.28;font-weight:650;letter-spacing:-.018em;margin:1.35em 0 .55em}.han-description h1:first-child,.han-description h2:first-child,.han-description h3:first-child{margin-top:.2em}.han-description h1{font-size:34px}.han-description h2{font-size:29px}.han-description h3{font-size:24px}.han-description h4{font-size:20px}.han-description h5{font-size:18px}.han-description h6{font-size:15px;text-transform:uppercase;letter-spacing:.035em}.han-description ul,.han-description ol{margin:0 0 18px;padding-left:25px}.han-description li{margin-bottom:6px}.han-description a{color:#a86a11;text-decoration:underline;text-underline-offset:2px}.han-description figure.han-description-image{margin:24px 0}.han-description figure.han-description-image img{display:block;max-width:100%;height:auto;border-radius:7px}@media(max-width:782px){.han-rich-editor{min-height:240px;padding:16px}.han-rich-editor-shell .han-editor-toolbar .han-editor-smart-btn span,.han-rich-editor-shell .han-editor-toolbar .han-editor-source-btn span,.han-rich-editor-shell .han-editor-toolbar .han-editor-embed-btn span{display:none}.han-rich-editor h1{font-size:26px}.han-rich-editor h2{font-size:23px}.han-description h1{font-size:29px}.han-description h2{font-size:26px}.han-description h3{font-size:22px}}.han-rich-editor-shell .han-editor-toolbar button span{border:0!important;margin:0!important;padding:0!important;font-size:11px!important;color:inherit!important}