﻿@charset "UTF-8";*,*::before,*::after{box-sizing:border-box;}.property-page{width:100%;min-height:100vh;background:#f5f5f5;overflow:visible;}.mobile-filter-checkbox{display:none;}.mobile-toolbar{display:none;}.filter-overlay{display:none;}.property-layout{display:grid;grid-template-columns:305px minmax(0,1fr);gap:15px;width:100%;padding:0;align-items:start;overflow:visible;}.property-filter{position:sticky;top:15px;width:305px;min-width:0;height:calc(100vh - 30px);max-height:calc(100vh - 30px);align-self:flex-start;display:flex;flex-direction:column;background:#fff;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.07);}.filter-header{flex:0 0 50px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;background:#fff;border-bottom:1px solid #e8e8e8;}.filter-header h3{margin:0;color:#222;font-size:16px;font-weight:600;line-height:1;}.filter-reset{margin:0;padding:0;border:0;background:transparent;color:#222;font-family:inherit;font-size:13px;font-weight:400;cursor:pointer;}.filter-reset:hover{text-decoration:underline;}.filter-reset:focus-visible{outline:2px solid #999;outline-offset:3px;}.filter-close{display:none;}.filter-body{flex:1;width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#b5b5b5 #f5f5f5;}.filter-body::-webkit-scrollbar{width:6px;}.filter-body::-webkit-scrollbar-track{background:#f5f5f5;}.filter-body::-webkit-scrollbar-thumb{background:#b5b5b5;border-radius:6px;}.filter-body::-webkit-scrollbar-thumb:hover{background:#999;}.filter-search{padding:15px;border-bottom:1px solid #e8e8e8;}.filter-search textarea{display:block;width:100%;height:105px;box-sizing:border-box;margin:0;padding:12px;resize:none;border:1px solid #cfcfcf;border-radius:4px;outline:0;background:#fff;color:#333;font-family:inherit;font-size:14px;line-height:1.45;}.filter-search textarea::placeholder{color:#777;opacity:1;}.filter-search textarea:focus{border-color:#999;box-shadow:0 0 0 2px rgba(0,0,0,.04);}.filter-search button{display:block;width:100%;height:40px;margin:10px 0 0;padding:0;border:0;border-radius:3px;background:#3f4146;color:#fff;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease;}.filter-search button:hover{background:#303236;}.filter-search button:focus-visible{outline:2px solid #777;outline-offset:2px;}.filter-section{width:100%;box-sizing:border-box;padding:14px 15px;border-bottom:1px solid #e8e8e8;}.filter-section h4{margin:0 0 12px;color:#333;font-size:15px;font-weight:600;line-height:1.25;}.filter-field{width:100%;margin:0 0 13px;}.filter-field:last-child{margin-bottom:0;}.filter-field>label{display:block;width:100%;box-sizing:border-box;margin:0 0 6px;color:#555;font-size:14px;font-weight:500;line-height:1.25;}.filter-field input[type=text],.filter-field input[type=number],.filter-field select,.filter-row input[type=text],.filter-row input[type=number],.filter-row select{display:block;width:100%;height:38px;min-width:0;box-sizing:border-box;margin:0;padding:0 10px;border:1px solid #cfcfcf;border-radius:5px;outline:0;background-color:#fff;color:#333;font-family:inherit;font-size:13px;line-height:normal;transition:border-color .15s ease,box-shadow .15s ease;}.filter-field input[type=text],.filter-field input[type=number],.filter-row input[type=text],.filter-row input[type=number]{appearance:none;-webkit-appearance:none;}.filter-field input[type=text]::placeholder,.filter-field input[type=number]::placeholder,.filter-row input[type=text]::placeholder,.filter-row input[type=number]::placeholder{color:#888;opacity:1;}.filter-field input[type=text]:hover,.filter-field input[type=number]:hover,.filter-row input[type=text]:hover,.filter-row input[type=number]:hover{border-color:#b8b8b8;}.filter-field input[type=text]:focus,.filter-field input[type=number]:focus,.filter-row input[type=text]:focus,.filter-row input[type=number]:focus{border-color:#999;box-shadow:0 0 0 2px rgba(0,0,0,.04);}.filter-field select,.filter-row select{padding-right:30px;cursor:pointer;appearance:auto;-webkit-appearance:auto;}.filter-field select:hover,.filter-row select:hover{border-color:#b8b8b8;}.filter-field select:focus,.filter-row select:focus{border-color:#999;box-shadow:0 0 0 2px rgba(0,0,0,.04);}.filter-field select:invalid{color:#888;}.filter-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:100%;}.filter-field input[type=number],.filter-row input[type=number]{-moz-appearance:textfield;}.filter-field input[type=number]::-webkit-inner-spin-button,.filter-field input[type=number]::-webkit-outer-spin-button,.filter-row input[type=number]::-webkit-inner-spin-button,.filter-row input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;}.filter-check{width:100%;margin:1px 0 13px;}.filter-check label{display:flex;align-items:center;gap:9px;width:100%;min-height:20px;margin:0;color:#444;font-size:14px;font-weight:400;line-height:20px;cursor:pointer;}.checkbox-list{display:flex;flex-direction:column;gap:10px;width:100%;}.checkbox-list label{display:flex;align-items:center;gap:9px;width:100%;min-height:20px;margin:0;color:#444;font-size:14px;font-weight:400;line-height:20px;cursor:pointer;}.checkbox-list label:hover{color:#222;}.filter-check input[type=checkbox],.checkbox-list input[type=checkbox]{position:relative;flex:0 0 17px;width:17px;height:17px;min-width:17px;min-height:17px;margin:0;padding:0;appearance:none;-webkit-appearance:none;border:1px solid #aaa;border-radius:3px;outline:0;background:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;}.filter-check input[type=checkbox]:hover,.checkbox-list input[type=checkbox]:hover{border-color:#777;}.filter-check input[type=checkbox]:focus-visible,.checkbox-list input[type=checkbox]:focus-visible{border-color:#16852c;box-shadow:0 0 0 2px rgba(22,133,44,.12);}.filter-check input[type=checkbox]:checked,.checkbox-list input[type=checkbox]:checked{border-color:#16852c;background:#16852c;}.filter-check input[type=checkbox]:checked::after,.checkbox-list input[type=checkbox]:checked::after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);}.filter-option-group{width:100%;margin:0 0 13px;}.filter-option-title{display:block;width:100%;margin:0 0 8px;color:#555;font-size:14px;font-weight:500;line-height:1.25;}.filter-section .filter-option-group:last-child{margin-bottom:0;}.property-results{width:100%;min-width:0;overflow:visible;}@media(min-width:992px){.property-filter{width:305px;}}@media(min-width:768px) and (max-width:991px){.property-filter{width:280px;}}@media(max-width:700px){.property-filter{position:fixed;top:0;left:0;z-index:1000;width:310px;max-width:calc(100vw - 0px);height:100vh;max-height:100vh;border-radius:0;transform:translateX(-100%);transition:transform .25s ease;}.mobile-filter-toggle:checked~.property-filter{transform:translateX(0);}.filter-close{display:block;width:30px;height:30px;padding:0;border:0;background:transparent;color:#444;font-size:24px;line-height:30px;text-align:center;cursor:pointer;}.filter-header{flex-basis:50px;}.filter-search{padding:14px;}.filter-search textarea{height:110px;}.filter-section{padding:14px;}.filter-field input[type=text],.filter-field input[type=number],.filter-field select,.filter-row input[type=text],.filter-row input[type=number],.filter-row select{height:40px;min-height:40px;font-size:14px;}.filter-field>label,.filter-option-title,.filter-check label,.checkbox-list label{font-size:14px;}}.property-card{display:grid;grid-template-columns:435px minmax(0,1fr);grid-template-rows:minmax(290px,auto) 58px;width:100%;margin-bottom:10px;padding:10px 8px 0;overflow:hidden;border-radius:6px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);align-items:start;}.property-image{position:relative;width:100%;height:290px;aspect-ratio:3/2;overflow:hidden;border-radius:6px;background:#eee;border:1px solid #eee;}.property-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;z-index:1;pointer-events:none;transform:scale(1.025);transition:opacity .45s ease,transform .55s ease;}.property-slide:has(.property-slider-radio:checked){opacity:1;z-index:2;pointer-events:auto;transform:scale(1);}.property-slider-radio{position:absolute!important;width:0!important;height:0!important;margin:0!important;padding:0!important;opacity:0!important;appearance:none!important;-webkit-appearance:none!important;pointer-events:none!important;}.property-image-link{display:block;width:100%;height:100%;}.property-image-link img{display:block;width:100%;height:100%;object-fit:cover;}.image-arrow{position:absolute;top:50%;z-index:20;display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0;padding:0;border-radius:50%;background:rgba(255,255,255,.92);color:#333;font-family:Arial,sans-serif;font-size:25px;font-weight:400;line-height:1;cursor:pointer;user-select:none;transform:translateY(-50%);box-shadow:0 2px 8px rgba(0,0,0,.2);opacity:0;transition:opacity .2s ease,transform .2s ease,background .2s ease;}.property-image:hover .image-arrow{opacity:1;}.image-arrow.prev{left:12px;}.image-arrow.next{right:12px;}.image-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08);}.property-image .featured{position:absolute;top:12px;left:12px;z-index:30;display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;border-radius:18px;background:#119254;color:#fff;font-size:11px;font-weight:700;white-space:nowrap;box-shadow:0 2px 7px rgba(0,0,0,.18);}.property-image .image-count{position:absolute;top:12px;right:12px;z-index:30;display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:32px;padding:0 9px;border-radius:5px;background:rgba(20,20,20,.75);color:#fff;font-size:12px;font-weight:600;backdrop-filter:blur(5px);}.property-image .image-count img{display:block;width:auto;height:17px;margin-right:7px;filter:brightness(0) invert(1);}.image-indicators{position:absolute;left:50%;bottom:12px;z-index:30;display:flex;align-items:center;gap:3px;padding:5px 7px;border-radius:7px;background:rgba(0,0,0,.35);transform:translateX(-50%);pointer-events:none;}.image-indicators span{display:block;width:7px;height:3px;border-radius:2px;background:rgba(255,255,255,.55);transition:width .3s ease,background .3s ease,opacity .3s ease;}.property-image:has(.property-slide:nth-child(1) .property-slider-radio:checked) .image-indicators span:nth-child(1),.property-image:has(.property-slide:nth-child(2) .property-slider-radio:checked) .image-indicators span:nth-child(2),.property-image:has(.property-slide:nth-child(3) .property-slider-radio:checked) .image-indicators span:nth-child(3),.property-image:has(.property-slide:nth-child(4) .property-slider-radio:checked) .image-indicators span:nth-child(4),.property-image:has(.property-slide:nth-child(5) .property-slider-radio:checked) .image-indicators span:nth-child(5),.property-image:has(.property-slide:nth-child(6) .property-slider-radio:checked) .image-indicators span:nth-child(6),.property-image:has(.property-slide:nth-child(7) .property-slider-radio:checked) .image-indicators span:nth-child(7),.property-image:has(.property-slide:nth-child(8) .property-slider-radio:checked) .image-indicators span:nth-child(8),.property-image:has(.property-slide:nth-child(9) .property-slider-radio:checked) .image-indicators span:nth-child(9),.property-image:has(.property-slide:nth-child(10) .property-slider-radio:checked) .image-indicators span:nth-child(10),.property-image:has(.property-slide:nth-child(11) .property-slider-radio:checked) .image-indicators span:nth-child(11),.property-image:has(.property-slide:nth-child(12) .property-slider-radio:checked) .image-indicators span:nth-child(12),.property-image:has(.property-slide:nth-child(13) .property-slider-radio:checked) .image-indicators span:nth-child(13),.property-image:has(.property-slide:nth-child(14) .property-slider-radio:checked) .image-indicators span:nth-child(14),.property-image:has(.property-slide:nth-child(15) .property-slider-radio:checked) .image-indicators span:nth-child(15),.property-image:has(.property-slide:nth-child(16) .property-slider-radio:checked) .image-indicators span:nth-child(16),.property-image:has(.property-slide:nth-child(17) .property-slider-radio:checked) .image-indicators span:nth-child(17),.property-image:has(.property-slide:nth-child(18) .property-slider-radio:checked) .image-indicators span:nth-child(18),.property-image:has(.property-slide:nth-child(19) .property-slider-radio:checked) .image-indicators span:nth-child(19),.property-image:has(.property-slide:nth-child(20) .property-slider-radio:checked) .image-indicators span:nth-child(20){width:18px;background:#fff;}.property-content{position:relative;display:flex;flex-direction:column;width:100%;height:auto;min-height:290px;margin-bottom:10px;min-width:0;padding:0 4px 4px 20px;overflow:visible;}.property-top-actions{position:absolute;top:0;right:0;display:flex;align-items:center;gap:18px;z-index:5;}.property-top-action{display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:0;background:transparent;color:#111;font-size:36px;line-height:1;cursor:pointer;}.property-tags{display:flex;align-items:center;gap:10px;height:27px;margin-bottom:10px;padding-right:90px;}.property-tags span{display:inline-flex;align-items:center;justify-content:center;height:27px;padding:0 12px;border-radius:4px;background:#e7f7fb;color:#1688a5;font-size:11px;font-weight:600;white-space:nowrap;}.property-tags .commercial{background:#fff0df;color:#a65a00;}.property-content h3{margin:0 0 10px;color:#111;font-size:20px;font-weight:650;line-height:1.25;width:100%;min-width:0;margin:0;margin-bottom:10px;}.property-location{position:relative;display:flex;align-items:center;gap:7px;margin-bottom:10px;padding-right:0;color:#111;font-size:16px;line-height:1.3;}.map-link{position:absolute;left:calc(50% + 6px);top:50%;transform:translateY(-50%);color:#1268e8;text-decoration:none;white-space:nowrap;}.property-price-row{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;align-items:center;margin-bottom:7px;}.property-price{margin:0;color:#079632;font-size:21px;font-weight:700;line-height:1.1;white-space:nowrap;}.price-per-sqft{display:inline-flex;align-items:center;justify-content:center;justify-self:start;height:32px;padding:0 11px;border-radius:4px;background:#f5f5f5;color:#595959;font-size:14px;font-weight:600;white-space:nowrap;}.property-details{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);width:100%;margin-bottom:5px;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;}.property-details>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;min-height:48px;padding:7px 10px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;box-sizing:border-box;}.detail-icon{display:none!important;}.detail-text{display:flex;flex-direction:column;width:100%;min-width:0;gap:2px;}.detail-text small{display:block;color:#666;font-size:13px;font-weight:400;line-height:1.2;}.detail-text strong{display:block;overflow:hidden;color:#111;font-size:14px;font-weight:600;line-height:1.25;white-space:nowrap;text-overflow:ellipsis;}.property-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:7px;}.property-actions :is(button,a){display:inline-flex;align-items:center;justify-content:center;width:100%;height:34px;padding:0 8px;border:0;border-radius:3px;background:#55585d;color:#fff;font-size:13px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;text-decoration:none;box-sizing:border-box;transition:background-color .2s ease,transform .15s ease;}.property-actions :is(button,a):hover{transform:translateY(-1px);}.property-actions :is(button,a):active{transform:translateY(0);}.property-actions :is(button,a) img{width:auto;height:22px;margin-right:5px;}.property-actions :is(button,a):not(.visit):not(.whatsapp){background:#55585d;color:#fff;}.property-actions :is(button,a):not(.visit):not(.whatsapp):hover{background:#44474b;}.property-actions :is(button,a).whatsapp{background:#dff9e5;color:#159631;}.property-actions :is(button,a).whatsapp:hover{background:#c9f3d2;}.property-actions :is(button,a).visit{background:#079b20;color:#fff;}.property-actions :is(button,a).visit:hover{background:#07861c;}.property-agent{grid-column:1/-1;display:grid;grid-template-columns:215px minmax(230px,1.4fr) 100px 120px 100px auto;align-items:center;min-width:0;height:58px;margin:0 -8px;padding:3px 8px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}.agent-person{display:flex;align-items:center;min-width:0;gap:9px;}.agent-avatar{flex:0 0 48px;width:48px;height:48px;overflow:hidden;border-radius:4px;background:#eee;}.agent-avatar img{display:block;width:100%;height:100%;object-fit:cover;}.agent-person-info{display:flex;flex-direction:column;min-width:0;gap:4px;}.agent-person-info strong{overflow:hidden;color:#222;font-size:15px;font-weight:600;line-height:1.15;text-overflow:ellipsis;white-space:nowrap;}.agent-person-info span{color:#666;font-size:13px;line-height:1.15;}.agent-company{display:flex;align-items:center;min-width:0;gap:9px;padding-left:15px;border-left:1px solid #eee;}.agent-company-logo{display:flex;flex:0 0 48px;align-items:center;justify-content:center;width:48px;height:48px;margin-right:5px;overflow:hidden;border-radius:4px;background:#eee;}.agent-company-logo img{display:block;width:100%;height:100%;object-fit:cover;}.agent-company-info{display:flex;flex-direction:column;min-width:0;gap:4px;}.agent-company-info strong{overflow:hidden;color:#222;font-size:15px;font-weight:600;line-height:1.15;text-overflow:ellipsis;white-space:nowrap;}.agent-company-info strong a,.agent-company-info strong a:link,.agent-company-info strong a:visited,.agent-company-info strong a:active{color:#222!important;text-decoration:none!important;}.agent-company-info strong a:hover{color:#222!important;text-decoration:none!important;}.agent-company-info span{color:#666;font-size:13px;line-height:1.15;}.agent-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;height:45px;gap:4px;padding:0 8px;border-left:1px solid #eee;}.agent-stat strong{color:#111;font-size:17px;font-weight:600;line-height:1;}.agent-stat span{color:#666;font-size:12px;line-height:1;white-space:nowrap;}.verified{display:inline-flex;align-items:center;justify-content:center;height:32px;margin-left:8px;padding:0 12px;border-radius:4px;background:#e4f8e8;color:#159631;font-size:14px;font-weight:600;white-space:nowrap;}.verified img{width:18px;height:18px;margin-right:5px;}@media(max-width:1200px){.property-layout{grid-template-columns:275px minmax(0,1fr);gap:12px;padding:12px;}.property-filter{width:275px;}.property-card{grid-template-columns:420px minmax(0,1fr);grid-template-rows:280px 65px;}.property-image{width:420px;height:280px;}.property-content{height:280px;padding:8px;}.property-content h3{font-size:19px;}.property-price{font-size:22px;}.property-details{row-gap:8px;}.detail-text small{font-size:12px;}.detail-text strong{font-size:13px;}.property-actions{gap:10px;}.property-actions button{height:34px;font-size:13px;}.property-actions button img{height:21px;}.property-agent{grid-template-columns:180px minmax(180px,1fr) 80px 100px 80px auto;}.agent-avatar{width:42px;height:42px;flex-basis:42px;}.agent-person-info strong,.agent-company-info strong{font-size:14px;}.agent-person-info span,.agent-company-info span{font-size:12px;}}@media(max-width:950px){.property-layout{grid-template-columns:245px minmax(0,1fr);gap:10px;padding:10px;}.property-filter{width:245px;}.property-card{grid-template-columns:360px minmax(0,1fr);grid-template-rows:240px 60px;}.property-image{width:360px;height:240px;}.property-content{height:240px;padding:6px 8px;}.property-tags{margin-bottom:7px;}.property-tags span{height:24px;padding:0 8px;font-size:10px;}.property-content h3{margin-bottom:7px;font-size:18px;}.property-location{margin-bottom:10px;font-size:13px;}.property-price-row{margin-bottom:8px;}.property-price{font-size:21px;}.price-per-sqft{height:28px;padding:0 7px;font-size:10px;}.property-details{column-gap:8px;row-gap:6px;}.detail-text small{font-size:10px;}.detail-text strong{font-size:11px;}.property-actions{gap:6px;}.property-actions button{height:32px;padding:0 4px;font-size:12px;}.property-actions button img{height:20px;margin-right:4px;}.property-agent{grid-template-columns:1fr 1.2fr .6fr .7fr .6fr;height:60px;}.agent-avatar{width:38px;height:38px;flex-basis:38px;}.agent-person-info strong,.agent-company-info strong{font-size:13px;}.agent-person-info span,.agent-company-info span{font-size:11px;}.verified{padding:0 8px;font-size:12px;}}@media(max-width:768px){.property-page{min-height:100vh;overflow:visible;}.mobile-toolbar{position:sticky;top:0;z-index:900;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;background:#fff;border-bottom:1px solid #eee;}.mobile-filter-button,.mobile-sort-button{display:flex;align-items:center;justify-content:center;height:42px;border:1px solid #ddd;border-radius:5px;background:#fff;color:#222;font-size:14px;font-weight:600;cursor:pointer;}.property-layout{display:block;width:100%;padding:8px;overflow:visible;}.property-results{width:100%;overflow:visible;}.results-header{margin-bottom:8px;}.results-heading h2{font-size:18px;}.results-heading span{font-size:12px;}.desktop-sort{display:none;}.property-filter{position:fixed;top:0;right:0;bottom:0;z-index:1001;width:min(88vw,380px);height:100vh;height:100dvh;margin:0;margin-top:50px;border-radius:0;background:#fff;box-shadow:-8px 0 25px rgba(0,0,0,.15);transform:translateX(100%);transition:transform .3s ease;overflow-x:hidden;overflow-y:auto;}.mobile-filter-checkbox:checked~.property-layout .property-filter{transform:translateX(0);}.filter-header{position:sticky;top:0;z-index:20;height:55px;padding:0 15px;background:#fff;}.filter-reset{display:none;}.filter-close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;font-size:28px;cursor:pointer;}.filter-overlay{position:fixed;inset:0;z-index:1000;display:block;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;}.mobile-filter-checkbox:checked~.filter-overlay{opacity:1;visibility:visible;pointer-events:auto;}.property-card{display:block;width:100%;margin-bottom:12px;padding:6px 6px 0;border-radius:6px;overflow:hidden;}.property-image{width:100%;height:auto;aspect-ratio:16/10;}.property-content{width:100%;height:auto;padding:10px 6px 10px;overflow:visible;}.property-top-actions{top:8px;right:6px;gap:12px;}.property-top-action{width:24px;height:24px;font-size:30px;}.property-tags{height:25px;margin-bottom:8px;padding-right:70px;}.property-tags span{height:25px;padding:0 9px;font-size:10px;}.property-content h3{margin-bottom:8px;font-size:19px;line-height:1.25;}.property-location{margin-bottom:8px;font-size:14px;flex-wrap:wrap;}.property-price-row{display:flex;align-items:flex-start;flex-direction:column;gap:7px;margin-bottom:12px;}.property-price{font-size:23px;}.price-per-sqft{height:30px;padding:0 9px;font-size:12px;}.property-details{column-gap:12px;row-gap:12px;margin-bottom:14px;}.property-details>div{gap:3px;}.detail-text small{font-size:12px;}.detail-text strong{font-size:13px;white-space:normal;}.property-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:0;padding-top:7px;}.property-actions button{height:34px;padding:0 4px;font-size:12px;}.property-actions button img{height:20px;margin-right:4px;}.property-agent{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;width:calc(100% + 12px);height:auto;min-height:0;margin:0 -6px;padding:7px 6px 0;border-top:1px solid #eee;background:#fff;}.agent-person{grid-column:1;grid-row:1;min-width:0;gap:9px;padding-bottom:7px;}.agent-avatar{flex:0 0 44px;width:44px;height:44px;}.agent-person-info{gap:4px;}.agent-person-info strong{font-size:15px;white-space:nowrap;}.agent-person-info span{font-size:12px;}.verified{grid-column:2;grid-row:1;align-self:center;display:inline-flex;height:30px;margin-left:5px;padding:0 9px;font-size:10px;}.agent-company{grid-column:1/-1;grid-row:2;display:flex;min-width:0;width:100%;padding:8px 0;border-top:1px solid #eee;border-left:0;gap:3px;}.agent-company strong,.agent-company-info strong{font-size:14px;white-space:nowrap;}.agent-company span,.agent-company-info span{font-size:12px;}.agent-stat{display:none!important;}}@media(max-width:480px){.property-layout{padding:6px;}.mobile-toolbar{padding:6px;}.property-card{padding:5px 5px 0;}.property-content{padding:9px 5px 10px;}.property-content h3{font-size:18px;}.property-price{font-size:22px;}.property-actions{gap:5px;}.property-actions button{height:34px;padding:0 3px;font-size:14px;}.property-actions button img{height:19px;margin-right:4px;}.property-filter{width:100vw;}.property-agent{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:5px;}.agent-avatar{width:42px;height:42px;flex-basis:42px;margin-right:5px;}.agent-person-info strong{font-size:16px;}.agent-person-info span{font-size:12px;}.agent-company strong,.agent-company-info strong{font-size:16px;}.agent-company span,.agent-company-info span{font-size:12px;}.verified{height:28px;padding:0 7px;font-size:12px;}}.property-image-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none;}.property-image-link:hover,.property-image-link:focus,.property-image-link:active{color:inherit;text-decoration:none;}.property-image-link img{display:block;width:100%;height:100%;object-fit:cover;}.property-content h3 a,.property-content h3 a:link,.property-content h3 a:visited,.property-content h3 a:hover,.property-content h3 a:active{color:#111!important;text-decoration:none!important;}.property-content h3 a{display:block;}.jg-top-filter{display:block;width:100%;margin:0;padding:10px 0 10px 0;box-sizing:border-box;font-family:inherit;}.jg-top-filter__header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:40px;}.jg-top-filter__info{display:flex;flex-direction:column;gap:4px;}.jg-top-filter__info strong{margin:0;color:#222;font-size:16px;font-weight:700;line-height:1.2;}.jg-top-filter__info span{color:#666;font-size:14px;font-weight:400;line-height:1.2;}.jg-top-filter__sort{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:34px;padding:0 11px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#222;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer;box-sizing:border-box;}.jg-top-filter__sort:hover{background:#f8f8f8;}.jg-top-filter__sort-arrow{font-size:15px;line-height:1;}.jg-top-filter{width:100%;padding:20px 0 20px 0;background:#f4f5f6;box-sizing:border-box;}.jg-top-filter__header{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;}.jg-top-filter__info{display:flex;flex-direction:column;min-width:0;margin-bottom:10px;}.jg-top-filter__info strong{margin:0;color:#151515;font-size:20px;font-weight:700;line-height:22px;letter-spacing:-.2px;}.jg-top-filter__info span{margin-top:1px;color:#777;font-size:16px;font-weight:400;line-height:16px;}.jg-top-filter__sort{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;min-width:88px;height:38px;padding:0 14px;border:1px solid #d2d4d7;border-radius:7px;background:#fff;color:#222;font-family:inherit;font-size:13px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;}.jg-top-filter__sort:hover{border-color:#aaa;background:#fafafa;box-shadow:0 2px 6px rgba(0,0,0,.07);}.jg-top-filter__options{display:flex;align-items:center;gap:9px;width:100%;margin-top:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;box-sizing:border-box;}.jg-top-filter__options::-webkit-scrollbar{display:none;}.jg-top-filter__option{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;height:38px;padding:0 17px;border:1px solid #d4d6d9;border-radius:7px;background:#fff;color:#252525;font-family:inherit;font-size:13px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.035);transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,color .15s ease;}.jg-top-filter__option:hover{border-color:#b8babd;background:#fafafa;box-shadow:0 2px 6px rgba(0,0,0,.06);}.jg-top-filter__option.is-active{border-color:#222;background:#222;color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.13);}.jg-top-filter__option.is-active:hover{border-color:#222;background:#222;color:#fff;}.jg-top-filter__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:17px;height:17px;color:#333;font-size:14px;line-height:1;}.jg-top-filter__option.is-active .jg-top-filter__icon{color:#fff;}.jg-top-filter__icon--owners{width:17px;height:17px;border-radius:50%;background:#f45ca8;color:#fff;font-size:9px;}.jg-top-filter__dot{position:absolute;top:-4px;right:-4px;width:8px;height:8px;border:2px solid #f4f5f6;border-radius:50%;background:#f5b400;box-sizing:content-box;}.jg-top-filter__advanced{display:flex;align-items:center;gap:9px;width:100%;margin-top:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;box-sizing:border-box;}.jg-top-filter__advanced::-webkit-scrollbar{display:none;}.jg-top-filter__dropdown{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;min-width:125px;height:38px;border:1px solid #d4d6d9;border-radius:7px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.035);box-sizing:border-box;}.jg-top-filter__dropdown select{width:100%;height:100%;padding:0 32px 0 13px;border:0;outline:0;appearance:none;-webkit-appearance:none;background:transparent;color:#333;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;}.jg-top-filter__dropdown::after{content:"";position:absolute;top:50%;right:13px;width:6px;height:6px;border-right:1.5px solid #555;border-bottom:1.5px solid #555;transform:translateY(-65%) rotate(45deg);pointer-events:none;}.jg-top-filter__dropdown:hover{border-color:#b8babd;box-shadow:0 2px 6px rgba(0,0,0,.06);}.jg-top-filter__dropdown.is-active{border-color:#222;}.jg-top-filter__dropdown.is-active select{color:#111;font-weight:600;}.jg-top-filter__dropdown-label{display:block;margin-right:4px;color:#777;font-size:14px;font-weight:400;}.jg-top-filter__reset{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:38px;padding:0 13px;border:0;background:transparent;color:#555;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;}.jg-top-filter__reset:hover{color:#111;}@media(max-width:900px){.jg-top-filter{padding:10px 10px 11px;}.jg-top-filter__info strong{font-size:16px;}.jg-top-filter__options{margin-top:9px;}.jg-top-filter__option{height:37px;padding:0 15px;font-size:12px;}.jg-top-filter__advanced{margin-top:8px;}.jg-top-filter__dropdown{min-width:115px;height:37px;}.jg-top-filter__dropdown select{font-size:12px;}}@media(max-width:700px){.jg-top-filter{padding:9px 10px 10px;}.jg-top-filter__header{gap:10px;}.jg-top-filter__info strong{font-size:15px;line-height:19px;}.jg-top-filter__info span{font-size:10px;line-height:14px;}.jg-top-filter__sort{min-width:78px;height:35px;padding:0 11px;font-size:12px;}.jg-top-filter__options{gap:7px;margin-top:8px;}.jg-top-filter__option{height:35px;padding:0 13px;gap:7px;border-radius:7px;font-size:11px;}.jg-top-filter__icon{width:15px;height:15px;font-size:12px;}.jg-top-filter__icon--owners{width:15px;height:15px;font-size:8px;}.jg-top-filter__advanced{gap:7px;margin-top:8px;}.jg-top-filter__dropdown{min-width:108px;height:35px;border-radius:7px;}.jg-top-filter__dropdown select{padding-left:11px;padding-right:27px;font-size:11px;}.jg-top-filter__dropdown::after{right:11px;width:5px;height:5px;}.jg-top-filter__reset{height:35px;padding:0 9px;font-size:11px;}}.property-agent-cards{position:relative;width:100%;background:#fff;padding:7px;border-radius:5px;margin-bottom:16px;}.property-agent-cards__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:12px;padding:0;}.property-agent-cards__title{margin:0;font-size:18px;font-weight:600;line-height:24px;color:#1f2937;}.property-agent-cards__view-all{display:inline-flex;align-items:center;font-size:14px;font-weight:500;line-height:18px;color:#374151;text-decoration:none;transition:color .2s ease;}.property-agent-cards__view-all:hover{color:#111827;text-decoration:underline;}.property-agent-cards__viewport{width:100%;overflow:hidden;}.property-agent-cards__track{display:flex;align-items:flex-start;width:100%;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#c7cbd1 transparent;padding:0 0 8px;-webkit-overflow-scrolling:touch;}.property-agent-cards__track::-webkit-scrollbar{height:6px;}.property-agent-cards__track::-webkit-scrollbar-track{background:transparent;}.property-agent-cards__track::-webkit-scrollbar-thumb{background:#c7cbd1;border-radius:10px;}.property-agent-cards__track::-webkit-scrollbar-thumb:hover{background:#aeb4bc;}.property-agent-card{flex:0 0 calc((100% - 84px)/7);min-width:100px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;margin:0;text-decoration:none;cursor:pointer;background:#fff;}.property-agent-card__photo{width:150px;height:170px;overflow:hidden;border-radius:5px;background:#f1f3f5;border:1px solid #dfe3e7;box-shadow:0 2px 5px rgba(0,0,0,.06);box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease;}.property-agent-card__photo img{display:block;width:100%;height:100%;object-fit:cover;}.property-agent-card__name{width:100%;margin-top:7px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:16px;color:#111;}.property-agent-card__role{width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:14px;color:#676565;margin-top:5px;}.property-agent-card__view{width:100%;height:25px;margin-top:6px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;font-size:12px;font-weight:500;line-height:14px;color:#222;transition:background .2s ease,border-color .2s ease,color .2s ease;}.property-agent-card:hover .property-agent-card__photo{transform:translateY(-2px);box-shadow:0 5px 12px rgba(0,0,0,.12);}.property-agent-card:hover .property-agent-card__name{color:#111827;}.property-agent-card:hover .property-agent-card__view{background:#e5e7eb;border-color:#c7cbd1;color:#111827;}@media(max-width:1024px){.property-agent-cards__header{margin-bottom:10px;}.property-agent-cards__title{font-size:16px;line-height:22px;}.property-agent-cards__track{gap:10px;padding-left:0;padding-right:0;scrollbar-width:thin;}.property-agent-cards__track::-webkit-scrollbar{height:5px;}.property-agent-card{flex:0 0 calc((100% - 50px)/6);min-width:90px;}.property-agent-card__photo{width:90px;height:110px;}.property-agent-card__name{font-size:14px;line-height:15px;}.property-agent-card__role{font-size:14px;line-height:13px;}.property-agent-card__view{height:24px;margin-top:5px;font-size:12px;line-height:13px;}}@media(max-width:767px){.property-agent-cards{margin-bottom:14px;}.property-agent-cards__header{margin-bottom:10px;}.property-agent-cards__title{font-size:15px;font-weight:600;line-height:20px;}.property-agent-cards__view-all{font-size:14px;line-height:15px;}.property-agent-cards__track{gap:10px;padding-left:0;padding-right:0;scrollbar-width:thin;scrollbar-color:#c7cbd1 transparent;}.property-agent-cards__track::-webkit-scrollbar{height:5px;}.property-agent-cards__track::-webkit-scrollbar-track{background:transparent;}.property-agent-cards__track::-webkit-scrollbar-thumb{background:#c7cbd1;border-radius:10px;}.property-agent-card{flex:0 0 calc((100% - 20px)/3);min-width:0;}.property-agent-card__photo{width:100%;height:130px;border-radius:6px;}.property-agent-card__name{width:100%;margin-top:10px;font-size:14px;line-height:15px;}.property-agent-card__role{width:100%;margin-top:7px;font-size:12px;line-height:13px;}.property-agent-card__view{width:100%;height:22px;margin-top:10px;font-size:12px;font-weight:500;line-height:12px;border-radius:3px;}}.jagoza-video-updates{width:100%;box-sizing:border-box;padding:15px;margin:0 0 14px;background:linear-gradient(135deg,#f5faff 0%,#fff 52%,#f5f9ff 100%);border:1px solid #e2e9f1;border-radius:10px;overflow:hidden;}.jagoza-video-updates__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:12px;}.jagoza-video-updates__heading{min-width:0;}.jagoza-video-updates__title{margin:0;color:#182333;font-size:27px;font-weight:650;line-height:1.05;letter-spacing:-.4px;}.jagoza-video-updates__title span{color:#1264e8;}.jagoza-video-updates__subtitle{margin:4px 0 0;color:#66758a;font-size:15px;font-weight:400;line-height:1.25;}.jagoza-video-updates__watch-all{display:inline-flex;align-items:center;flex-shrink:0;gap:6px;margin-left:15px;color:#0068ef;font-size:15px;font-weight:600;line-height:20px;text-decoration:none;white-space:nowrap;transition:color .2s ease;}.jagoza-video-updates__watch-all:hover{color:#0053c7;text-decoration:none;}.jagoza-video-updates__watch-arrow{display:inline-flex;align-items:center;justify-content:center;font-size:25px;font-weight:300;line-height:15px;transform:translateY(-1px);}.jagoza-video-updates__viewport{position:relative;width:100%;min-width:0;max-width:100%;overflow:hidden;}.jagoza-video-updates__track{display:flex;align-items:stretch;gap:10px;width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding:0 0 8px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c7cbd1 transparent;}.jagoza-video-updates__track::-webkit-scrollbar{height:6px;}.jagoza-video-updates__track::-webkit-scrollbar-track{background:transparent;}.jagoza-video-updates__track::-webkit-scrollbar-thumb{background:#c7cbd1;border-radius:10px;}.jagoza-video-updates__track::-webkit-scrollbar-thumb:hover{background:#aeb4bc;}.jagoza-video-card{position:relative;display:block;flex:0 0 180px;width:180px;height:270px;min-width:180px;min-height:270px;flex-shrink:0;box-sizing:border-box;overflow:hidden;background:#111827;border:1px solid rgba(255,255,255,.75);border-radius:5px;color:#fff;text-decoration:none;box-shadow:0 2px 7px rgba(22,42,70,.12);transition:transform .2s ease,box-shadow .2s ease;}.jagoza-video-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(22,42,70,.18);}.jagoza-video-card__media{position:relative;width:100%;height:100%;overflow:hidden;background:#172033;}.jagoza-video-card__media>img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:0;border:0;object-fit:cover;object-position:center;transition:transform .4s ease;}.jagoza-video-card:hover .jagoza-video-card__media>img{transform:scale(1.035);}.jagoza-video-card__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.02) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,.08) 45%,rgba(0,0,0,.5) 66%,rgba(0,0,0,.94) 100%);}.jagoza-video-card__duration{position:absolute;top:8px;right:7px;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:25px;padding:0 6px;box-sizing:border-box;border-radius:5px;background:rgba(25,33,45,.92);color:#fff;font-size:12px;font-weight:650;line-height:1;backdrop-filter:blur(5px);}.jagoza-video-card__play{position:absolute;left:50%;top:50%;z-index:4;display:flex;align-items:center;justify-content:center;width:35px;height:35px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(255,255,255,.95);box-shadow:0 3px 10px rgba(0,0,0,.2);transition:transform .2s ease,background .2s ease;}.jagoza-video-card__play span{display:block;width:0;height:0;margin-left:2px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #111;}.jagoza-video-card:hover .jagoza-video-card__play{transform:translate(-50%,-50%) scale(1.06);background:#fff;}.jagoza-video-card__video{width:100%;height:100%;display:block;object-fit:cover;}.jagoza-video-card__category{position:absolute;top:8px;right:7px;z-index:4;display:inline-flex;align-items:center;height:21px;padding:0 8px;box-sizing:border-box;border-radius:3px;color:#fff;font-size:10px;font-weight:650;line-height:21px;white-space:nowrap;}.jagoza-video-card__category.project{background:#168cf0;}.jagoza-video-card__category.tour{background:#16ad65;}.jagoza-video-card__category.tip{background:#ef8a19;}.jagoza-video-card__category.location{background:#8055d9;}.jagoza-video-card__category .construction{background:#d78517;}.jagoza-video-card__category.review{background:#ef4545;}.jagoza-video-card__category.market{background:#0c9bb5;}.jagoza-video-card__info{position:absolute;left:9px;right:9px;bottom:8px;z-index:4;display:flex;flex-direction:column;min-width:0;}.jagoza-video-card__title{display:-webkit-box;width:100%;max-width:100%;margin:0;padding:0;overflow:hidden;color:#fff;font-size:13px;font-weight:650;line-height:1.5;letter-spacing:-.05px;text-shadow:0 1px 4px rgba(0,0,0,.45);-webkit-box-orient:vertical;-webkit-line-clamp:2;}.jagoza-video-card__creator{display:flex;align-items:center;width:100%;min-width:0;margin-top:7px;}.jagoza-video-card__avatar{display:block!important;flex:0 0 40px!important;width:40px!important;height:40px!important;min-width:29px!important;max-width:40px!important;min-height:29px!important;max-height:40px!important;margin:0 6px 0 0!important;padding:0!important;box-sizing:border-box;border:2px solid rgba(255,255,255,.95)!important;border-radius:50%!important;object-fit:cover!important;}.jagoza-video-card__creator-name{display:block;min-width:0;overflow:hidden;color:#fff;font-size:12px;font-weight:600;line-height:13px;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 4px rgba(0,0,0,.45);}.jagoza-video-card__verified{display:inline-flex;align-items:center;justify-content:center;flex:0 0 14px;width:14px;height:14px;margin-left:4px;border-radius:50%;background:#087cff;color:#fff;font-size:9px;font-weight:700;line-height:14px;box-shadow:0 1px 3px rgba(0,0,0,.25);}.jagoza-video-card--share{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f3f9ff 0%,#e9f4ff 100%);border:1px solid #dbe8f6;color:#1264e8;box-shadow:0 2px 7px rgba(22,42,70,.08);}.jagoza-video-card--share:hover{background:linear-gradient(145deg,#edf7ff 0%,#e3f1ff 100%);}.jagoza-video-card__share-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:10px;box-sizing:border-box;text-align:center;}.jagoza-video-card__share-icon{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:36px;margin-bottom:12px;border-radius:7px;background:#1264e8;box-shadow:0 5px 12px rgba(18,100,232,.2);}.jagoza-video-card__share-camera{position:absolute;right:-7px;top:9px;width:12px;height:18px;border-radius:0 4px 4px 0;background:#1264e8;}.jagoza-video-card__share-camera::after{content:"";position:absolute;left:3px;top:5px;width:7px;height:7px;border-radius:50%;background:#fff;}.jagoza-video-card__share-plus{position:relative;z-index:2;color:#fff;font-size:29px;font-weight:400;line-height:1;transform:translateY(-1px);}.jagoza-video-card__share-title{color:#1264e8;font-size:15px;font-weight:650;line-height:1.15;}.jagoza-video-card__share-text{margin-top:9px;color:#68778b;font-size:10px;font-weight:400;line-height:1.4;}@media(max-width:1200px){.jagoza-video-updates{padding-left:15px;padding-right:15px;}.jagoza-video-updates__title{font-size:23px;}.jagoza-video-updates__subtitle{font-size:13px;}.jagoza-video-card{flex-basis:170px;width:170px;height:255px;min-width:170px;min-height:255px;}.jagoza-video-card__duration{min-width:40px;height:24px;font-size:11px;}.jagoza-video-card__play{width:40px;height:40px;}.jagoza-video-card__play span{border-top-width:5px;border-bottom-width:5px;border-left-width:8px;}.jagoza-video-card__category{bottom:60px;height:20px;padding:0 7px;font-size:8px;line-height:20px;}.jagoza-video-card__title{font-size:13px;}.jagoza-video-card__avatar{flex-basis:27px!important;width:27px!important;height:27px!important;min-width:27px!important;max-width:27px!important;min-height:27px!important;max-height:27px!important;}.jagoza-video-card__creator-name{font-size:9px;}.jagoza-video-card__verified{flex-basis:13px;width:13px;height:13px;font-size:8px;line-height:13px;}}@media(max-width:767px){.jagoza-video-updates{width:100%;padding:11px 8px 8px;margin-bottom:10px;border-radius:6px;}.jagoza-video-updates__header{margin-bottom:9px;}.jagoza-video-updates__title{font-size:16px;line-height:20px;letter-spacing:-.15px;}.jagoza-video-updates__subtitle{margin-top:2px;font-size:9px;line-height:13px;}.jagoza-video-updates__watch-all{gap:3px;margin-left:8px;font-size:10px;line-height:14px;}.jagoza-video-updates__watch-arrow{font-size:18px;line-height:14px;}.jagoza-video-updates__viewport{width:100%;max-width:100%;overflow:hidden;}.jagoza-video-updates__track{width:100%;max-width:100%;gap:8px;padding:0 0 8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#c7cbd1 transparent;}.jagoza-video-updates__track::-webkit-scrollbar{height:6px;}.jagoza-video-updates__track::-webkit-scrollbar-track{background:transparent;}.jagoza-video-updates__track::-webkit-scrollbar-thumb{background:#c7cbd1;border-radius:10px;}.jagoza-video-updates__track::-webkit-scrollbar-thumb:hover{background:#aeb4bc;}.jagoza-video-card{flex:0 0 calc((100vw - 42px)/2.2);width:calc((100vw - 42px)/2.2);min-width:calc((100vw - 42px)/2.2);height:calc((100vw - 42px)/2.2*1.5);min-height:calc((100vw - 42px)/2.2*1.5);border-radius:7px;}.jagoza-video-card__duration{top:7px;right:6px;min-width:38px;height:23px;padding:0 5px;border-radius:4px;font-size:10px;}.jagoza-video-card__play{width:35px;height:35px;}.jagoza-video-card__play span{margin-left:2px;border-top-width:5px;border-bottom-width:5px;border-left-width:8px;}.jagoza-video-card__category{left:7px;bottom:57px;height:19px;padding:0 6px;border-radius:10px;font-size:7px;line-height:19px;}.jagoza-video-card__info{left:7px;right:7px;bottom:7px;}.jagoza-video-card__title{font-size:10px;line-height:12px;letter-spacing:0;-webkit-line-clamp:2;}.jagoza-video-card__creator{margin-top:5px;}.jagoza-video-card__avatar{flex:0 0 23px!important;width:23px!important;height:23px!important;min-width:23px!important;max-width:23px!important;min-height:23px!important;max-height:23px!important;margin-right:5px!important;border-width:1.5px!important;}.jagoza-video-card__creator-name{font-size:8px;line-height:10px;}.jagoza-video-card__verified{flex:0 0 11px;width:11px;height:11px;margin-left:3px;font-size:7px;line-height:11px;}.jagoza-video-card--share{padding:8px;}.jagoza-video-card__share-icon{width:38px;height:31px;margin-bottom:9px;border-radius:6px;}.jagoza-video-card__share-camera{right:-6px;top:8px;width:10px;height:15px;}.jagoza-video-card__share-camera::after{left:3px;top:4px;width:6px;height:6px;}.jagoza-video-card__share-plus{font-size:25px;}.jagoza-video-card__share-title{font-size:11px;line-height:14px;}.jagoza-video-card__share-text{margin-top:7px;font-size:7px;line-height:10px;}}.property-share-wrapper{position:relative;}.share-popup{position:absolute;top:42px;right:0;z-index:1000;width:230px;padding:14px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 8px 25px rgba(0,0,0,.15);}.share-popup-title{margin-bottom:12px;font-size:13px;font-weight:600;color:#333;}.share-popup-options{display:grid;grid-template-columns:repeat(4,40px);gap:10px;}.share-option{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;color:#fff;cursor:pointer;transition:transform .15s ease,opacity .15s ease;}.share-option:hover{transform:translateY(-2px);opacity:.9;}.share-option svg{width:20px;height:20px;}.share-option.facebook{background:#1877f2;}.share-option.instagram{background:#e4405f;}.share-option.linkedin{background:#0a66c2;}.share-option.whatsapp{background:#25d366;}.share-option.x{background:#000;}.share-option.telegram{background:#229ed9;}.share-option.pinterest{background:#e60023;}.share-option.copy{background:#555;}.share-option.copy.copied{background:#198754;}.share-copied-message{margin-top:10px;font-size:12px;font-weight:500;text-align:center;color:#198754;}