:root{--primary-color: #173B45;--secondary-color: #006847;--tertiary-color: #131b20;--yellow-color: #ffc107;--text-gray-color: #606060;--white-color: #ffffff;--white-color-2: #fafcff;--white-color-3: hsl(212, 100%, 97%);--border-color: #f0ecf6;--alert-color: #FA9505}.property-details-container{margin-top:2rem}.modern-card{background:var(--white-color-2);border-radius:16px;box-shadow:0 6px 18px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:none}.modern-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.modern-card-header{background:var(--primary-color);color:var(--white-color);font-weight:700;font-size:1.2rem;border-radius:16px 16px 0 0;padding:1rem 1.5rem}.modern-card-body{padding:1.5rem}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{display:flex;justify-content:space-between;background:var(--white-color-3);padding:.6rem 1rem;border-radius:12px;border:1px solid var(--border-color);font-weight:500;color:var(--tertiary-color)}.detail-item span:first-child{color:var(--text-gray-color)}.property-contact-container{margin-top:2rem}.contact-card{background:var(--white-color-2);border-radius:16px;box-shadow:0 6px 18px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:none}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.contact-card-header{font-weight:700;font-size:1.25rem;color:var(--white-color);background:var(--primary-color);border-radius:16px 16px 0 0;padding:1rem 1.5rem}.contact-card-body{padding:1.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-numbers{display:flex;flex-direction:column;gap:.5rem}.contact-number{background:var(--white-color-3);border:1px solid var(--border-color);padding:.6rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;color:var(--primary-color);text-align:center;transition:all .3s ease}.contact-number:hover{background:var(--secondary-color);color:var(--white-color)}.chat-button{background:var(--secondary-color);border:none;padding:.6rem 1.2rem;border-radius:12px;color:var(--white-color);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .3s ease,transform .2s ease}.chat-button:hover{background:var(--primary-color);transform:translateY(-2px);color:var(--white-color)}.login-note{background:var(--yellow-color);color:var(--tertiary-color);border-left:5px solid var(--alert-color);padding:.75rem 1rem;border-radius:8px;font-weight:500;box-shadow:0 4px 12px #00000014}.login-note-btn{background:var(--primary-color);color:var(--white-color);border:none;padding:.5rem 1.2rem;border-radius:50px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}.login-note-btn:hover{background:var(--secondary-color);transform:translateY(-2px);color:var(--white-color)}.mb-35{margin-bottom:35px}.product-details-breadcrumbs .product-d-breadcrumbs-menu li{display:inline-flex;align-items:center}.product-details-breadcrumbs .product-d-breadcrumbs-menu a{color:var(--primary-color);text-decoration:none}.product-details-breadcrumbs .product-d-breadcrumbs-menu a:hover{text-decoration:underline}@media (min-width: 768px){.contact-info{flex-direction:row;justify-content:space-between;align-items:center}.contact-numbers{flex-direction:row;gap:1rem}.contact-number{min-width:150px}}.property-image-swiper{position:relative}.property-image-fullscreen-btn{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s}.property-image-fullscreen-btn:hover{background:#fffffff2!important}#imageLightboxModal .modal-content{background:transparent}#imageLightboxModal .modal-dialog{max-width:95vw}@media (max-width: 575px){.details-grid{grid-template-columns:1fr}.chat-button,.contact-number{width:100%}.contact-card-body{padding:1rem}.contact-card-header{font-size:1.1rem;padding:.8rem 1rem}}.property-show-page{padding-bottom:2rem}.property-hero{background:linear-gradient(135deg,#173b45,#0b1220);padding:1.5rem 1.25rem 2rem;margin-bottom:1.5rem;position:relative;overflow:hidden;border-radius:20px}.property-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(255,255,255,.08),transparent 60%);pointer-events:none}.property-hero .container{position:relative;z-index:1}.property-hero__badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.5rem;padding:.3rem .6rem;background:#ffffff1a;border-radius:999px}h1.property-hero__title{font-size:clamp(.875rem,.65rem + 1.75vw,1.125rem);font-weight:700;color:#fff;line-height:1.32;margin-bottom:.5rem;letter-spacing:-.02em;overflow-wrap:anywhere;word-break:break-word}.property-hero__location{font-size:.9rem;color:#ffffffd9;display:flex;align-items:center;gap:.35rem}@media (min-width: 768px){.property-hero{padding:2rem 2rem 2.5rem;margin-bottom:2rem}h1.property-hero__title{font-size:clamp(1.15rem,1rem + .65vw,1.45rem);line-height:1.35}.property-hero__location{font-size:1rem}}.property-show-breadcrumb{padding:.25rem 0;margin-bottom:.75rem}.property-show-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem;list-style:none;margin:0;padding:0;font-size:.8rem}.property-show-breadcrumb__link{color:#ffffffbf;text-decoration:none;transition:color .2s ease}.property-show-breadcrumb__link:hover{color:#fff}.property-show-breadcrumb__sep{color:#fff6;font-size:.65rem}.property-gallery-wrap{background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:0 4px 20px #0f172a0f;margin-bottom:1.5rem}.property-gallery-wrap .carousel{border-radius:20px}.property-gallery-wrap .carousel-inner{min-height:280px}@media (min-width: 768px){.property-gallery-wrap .carousel-inner{min-height:400px}}.property-gallery-wrap .carousel-control-prev,.property-gallery-wrap .carousel-control-next{width:44px;height:44px;top:50%;transform:translateY(-50%);background:#0006;border-radius:50%;opacity:1;margin:0 .5rem}.property-gallery-wrap .carousel-control-prev{left:0}.property-gallery-wrap .carousel-control-next{right:0}.property-gallery-wrap .carousel-indicators{bottom:12px}.property-gallery-wrap .carousel-indicators button{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none}.property-gallery-wrap .carousel-indicators button.active{background:#fff;transform:scale(1.2)}.property-fullscreen-btn{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:none;color:#333;z-index:10;transition:all .2s ease}.property-fullscreen-btn:hover{background:#fff;color:var(--brand-primary)}.property-info-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0f172a0d;margin-bottom:1.25rem}.property-info-card__header{padding:1rem 1.25rem;background:rgba(var(--brand-primary-rgb),.08);border-bottom:1px solid rgba(15,23,42,.06);font-size:1rem;font-weight:700;color:var(--text-1);display:flex;align-items:center;gap:.5rem}.property-info-card__header i{color:var(--brand-primary)}.property-info-card__body{padding:1.25rem}.property-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.property-detail-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#0f172a08;border-radius:12px;font-size:.9rem}.property-detail-item__label{font-size:.75rem;font-weight:600;color:#0f172a8c;text-transform:uppercase;letter-spacing:.04em}.property-detail-item__value{font-weight:600;color:var(--text-1)}.property-contact-card{background:linear-gradient(135deg,#173b45,#0b1220);border-radius:20px;overflow:hidden;padding:1.5rem 1.25rem;color:#fff}.property-contact-card__title{font-size:1rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.property-contact-card__actions{display:flex;flex-wrap:wrap;gap:.75rem}.property-contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;border-radius:12px;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.property-contact-btn:hover{transform:translateY(-1px);color:inherit}.property-contact-btn--call{background:#fff;color:var(--brand-primary)}.property-contact-btn--whatsapp{background:#25d366;color:#fff}.property-contact-btn--chat{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.4)}.property-tolet-placeholder{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:2rem;text-align:center;box-shadow:0 4px 16px #0f172a0d;margin-bottom:1.5rem}.property-tolet-placeholder__title{font-size:2rem;font-weight:800;border-bottom:3px solid var(--brand-primary);display:inline-block;padding-bottom:4px;margin-bottom:.5rem}.property-tolet-placeholder__meta{font-size:.95rem;color:#0f172ab3}.property-description{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:1.5rem 1.25rem;font-size:.95rem;line-height:1.7;color:#0f172ad9;margin-bottom:1.5rem}.property-share{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.property-share__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:10px;margin-bottom:.5rem}.login-note{background:linear-gradient(135deg,#fff9e6,#fff3cd);border-left:4px solid #ffc107;padding:.75rem 1rem;border-radius:10px;font-weight:500;box-shadow:0 2px 8px #0000000f}.login-note-mobile{background:#173b450f;padding:.6rem 1rem;border-radius:10px;font-size:.9rem;color:var(--text-1)}.login-note-mobile i{color:var(--brand-primary)}.login-note-btn{white-space:nowrap}#chatModal .modal-dialog{padding:.5rem}.chat-modal{border:0;border-radius:24px;overflow:hidden;box-shadow:0 30px 70px #0f172a38;background:radial-gradient(circle at top right,rgba(23,59,69,.08),transparent 28%),linear-gradient(180deg,#fff,#f8fafc)}.chat-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.35rem 1.35rem .75rem;border-bottom:0}.chat-modal__head{min-width:0}.chat-modal__badge{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border-radius:999px;font-size:.72rem;font-weight:700;color:var(--brand-primary, #173b45);background:#173b4514;border:1px solid rgba(23,59,69,.09);margin-bottom:.85rem}.chat-modal__title{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:#0f172a;margin-bottom:.35rem}.chat-modal__subtitle{font-size:.95rem;line-height:1.6;color:#0f172aa6;max-width:36rem}.chat-modal__close{flex-shrink:0;margin:0;padding:.7rem;border-radius:999px;background-color:#0f172a0d;box-shadow:none}.chat-modal__body{padding:.35rem 1.35rem 1.35rem}.chat-modal-form{display:flex;flex-direction:column;gap:1rem}.chat-modal-form__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.chat-modal-form__meta-item{padding:.95rem 1rem;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.07);box-shadow:0 10px 24px #0f172a0d}.chat-modal-form__meta-label{display:block;font-size:.73rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0f172a75;margin-bottom:.3rem}.chat-modal-form__meta-item strong{font-size:.98rem;color:#0f172a}.chat-modal-form__field{padding:1rem;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.07);box-shadow:0 12px 30px #0f172a0d}.chat-modal-form__label{display:inline-block;font-size:.9rem;font-weight:700;color:#0f172a;margin-bottom:.65rem}.chat-modal-form__textarea{min-height:150px;resize:vertical;border-radius:16px;border:1px solid rgba(148,163,184,.35);padding:.95rem 1rem;font-size:.96rem;line-height:1.6;box-shadow:inset 0 1px 2px #0f172a08}.chat-modal-form__textarea:focus{border-color:rgba(var(--brand-primary-rgb),.35);box-shadow:0 0 0 .22rem rgba(var(--brand-primary-rgb),.12)}.chat-modal-form__hint{font-size:.83rem;color:#0f172a8c;margin-top:.65rem}.chat-modal-form__footer{display:flex;justify-content:flex-end}.chat-modal__submit{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-width:180px;min-height:48px;padding:.75rem 1.25rem;border-radius:14px;font-weight:700;box-shadow:0 16px 30px rgba(var(--brand-primary-rgb),.22)}.chat-modal-login-prompt{padding:0}.chat-modal-login-prompt__card{text-align:left;padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(145deg,#ffffffeb,#f8fafcfa);border:1px solid rgba(15,23,42,.07);box-shadow:0 1px #fffc inset,0 12px 28px #0f172a0f}.chat-modal-login-prompt__top{display:flex;align-items:flex-start;gap:.85rem}.chat-modal-login-prompt__icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:1.2rem;color:var(--brand-primary, #173b45);background:linear-gradient(160deg,rgba(var(--brand-primary-rgb, 23, 59, 69),.14),rgba(var(--brand-primary-rgb, 23, 59, 69),.06));border:1px solid rgba(var(--brand-primary-rgb, 23, 59, 69),.12)}.chat-modal-login-prompt__meta{min-width:0;flex:1}.chat-modal-login-prompt__title{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:#0f172a;margin:0 0 .3rem;line-height:1.35}.chat-modal-login-prompt__text{margin:0;font-size:.8125rem;line-height:1.45;color:#0f172a94}.chat-modal-login-prompt__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem .5rem;margin:.85rem 0 0;padding:.75rem 0 0;border-top:1px solid rgba(15,23,42,.06);list-style:none}.chat-modal-login-prompt__feature{display:flex;flex-direction:column;align-items:center;gap:.2rem;text-align:center;padding:.35rem .2rem;border-radius:10px;background:#ffffffa6;border:1px solid rgba(15,23,42,.05)}.chat-modal-login-prompt__feature-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;font-size:.95rem;color:rgba(var(--brand-primary-rgb, 23, 59, 69),.95);background:rgba(var(--brand-primary-rgb, 23, 59, 69),.08)}.chat-modal-login-prompt__feature-label{font-size:.6875rem;font-weight:600;line-height:1.25;color:#0f172ab8}.chat-modal-login-prompt__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.85rem}.chat-modal-login-prompt__btn{min-width:0;min-height:42px;padding:.5rem .75rem;border-radius:11px;font-weight:700;font-size:.875rem}.chat-modal-login-prompt__btn--primary{box-shadow:0 10px 22px rgba(var(--brand-primary-rgb),.18)}.chat-modal-login-prompt__btn--secondary{background:#fff}@media (max-width: 575.98px){.chat-modal__header{padding:1rem 1rem .55rem}.chat-modal__body{padding:.25rem 1rem 1rem}.chat-modal__title{font-size:1.15rem}.chat-modal-form__meta{grid-template-columns:1fr}.chat-modal__submit,.chat-modal-login-prompt__btn{width:100%;min-width:0}.chat-modal-login-prompt__actions{grid-template-columns:1fr}.chat-modal-login-prompt__card{padding:.85rem}.chat-modal-login-prompt__feature-label{font-size:.625rem}}.property-similar-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(15,23,42,.08)}.property-similar-section__title{font-size:1.25rem;font-weight:700;color:var(--text-1);margin-bottom:1.25rem}.property-recent-section__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.92rem;font-weight:600;color:var(--primary, #269e70);text-decoration:none}.property-recent-section__link:hover{color:var(--primary, #269e70);text-decoration:underline}.property-recent-section__loading,.property-recent-section__empty{display:flex;align-items:center;justify-content:center;gap:.65rem;min-height:108px;padding:1rem 1.25rem;border-radius:18px;background:#f8fafcd9;border:1px dashed rgba(148,163,184,.35);color:#64748b;font-size:.95rem}.property-similar-section .row{--bs-gutter-x: 1rem;--bs-gutter-y: 1rem}@media (min-width: 768px){.property-similar-section__title{font-size:1.4rem}}.property-hero--modern{padding:1.1rem 1rem 1.4rem;margin-bottom:1.25rem;border-radius:16px}@media (min-width: 768px){.property-hero--modern{padding:1.35rem 1.5rem 1.65rem;margin-bottom:1.5rem}.property-hero--modern h1.property-hero__title{font-size:clamp(1.05rem,.92rem + .55vw,1.48rem);margin-bottom:.55rem}.property-hero--modern .property-hero__location{font-size:.88rem;padding:.4rem .95rem .45rem}}.property-show-breadcrumb--modern{padding:0;margin-bottom:.65rem}.property-show-breadcrumb--modern .property-show-breadcrumb__list{width:fit-content;max-width:100%;padding:.32rem .65rem;background:#ffffff17;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.72rem;gap:.28rem}.property-show-breadcrumb--modern .property-show-breadcrumb__sep{margin:0 .05rem;-webkit-user-select:none;user-select:none}.property-show-breadcrumb--modern span.property-show-breadcrumb__link{color:#ffffffeb;cursor:default}.property-hero--modern .property-hero__badge{margin-bottom:.42rem;padding:.2rem .52rem;font-size:.64rem;letter-spacing:.07em}.property-hero--modern h1.property-hero__title{font-size:clamp(.95rem,.8rem + 1.15vw,1.38rem);line-height:1.3;margin-bottom:.5rem}.property-hero--modern .property-hero__location{display:inline-flex;align-items:flex-start;gap:.45rem;margin:0;padding:.38rem .85rem .42rem;max-width:100%;background:#ffffff1c;border:1px solid rgba(255,255,255,.14);border-radius:12px;font-size:.82rem;line-height:1.35;color:#ffffffeb}.property-hero--modern .property-hero__location .bi{flex-shrink:0;margin-top:.12rem;opacity:.9;font-size:.95rem}.property-hero--modern .property-hero__location-text{min-width:0;word-break:break-word}.property-contact-card:has(.property-contact-card__actions--modern){padding:1.25rem 1rem}.property-contact-card:has(.property-contact-card__actions--modern) .property-contact-card__title{margin-bottom:.75rem}.property-contact-card__actions--modern{flex-direction:column;align-items:stretch;gap:.65rem}.property-contact-numbers{display:flex;flex-direction:column;gap:.5rem;width:100%}.property-contact-number-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .5rem .4rem .65rem;background:#fff;border-radius:10px;min-height:2.5rem}.property-contact-tel{flex:1;min-width:0;font-size:.9rem;font-weight:600;letter-spacing:.02em;color:var(--brand-primary, #173b45);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease,filter .2s ease}.property-contact-tel:hover{color:#0c2228;filter:brightness(.92)}.property-contact-number-row__tools{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.property-contact-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;padding:0;border:0;border-radius:8px;background:#173b4514;color:var(--brand-primary, #173b45);text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease}.property-contact-icon-btn:hover{background:#173b4529;color:var(--brand-primary, #173b45);transform:translateY(-1px)}.property-contact-icon-btn:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:2px}@media (min-width: 992px){.property-contact-card:has(.property-contact-card__actions--modern){padding:1.35rem 1.35rem 1.25rem}.property-contact-card__actions--modern{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;column-gap:1rem;row-gap:.75rem}.property-contact-numbers{display:grid;grid-template-columns:repeat(auto-fit,minmax(14.5rem,22rem));justify-content:start;gap:.6rem;flex:0 1 auto;min-width:0;max-width:min(46rem,100%);width:auto}.property-contact-number-row{width:100%;min-width:0}.property-contact-card__actions--modern>.property-contact-btn--chat{flex:0 0 auto;align-self:center}.property-contact-tel{font-size:.95rem}}@media (min-width: 1200px){.property-contact-numbers{grid-template-columns:repeat(auto-fit,minmax(15.5rem,24rem));max-width:min(50rem,100%)}}.property-share.property-share--modern{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35rem .55rem;max-width:100%;margin-top:1.25rem;padding:.35rem .45rem .35rem .65rem;background:#0f172a09;border:1px solid rgba(15,23,42,.08);border-radius:999px}.property-share--modern .property-share__label{display:inline-flex;align-items:center;gap:.35rem;padding-right:.15rem;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#0f172a7a;-webkit-user-select:none;user-select:none}.property-share--modern .property-share__label .bi{font-size:.85rem;opacity:.85}.property-share--modern .property-share__action{display:inline-flex;align-items:center;gap:.4rem;margin:0;padding:.38rem .85rem;font-size:.8125rem;font-weight:600;line-height:1.2;color:var(--brand-primary, #173b45);background:#fff;border:1px solid rgba(23,59,69,.2);border-radius:999px;box-shadow:0 1px 2px #0f172a0d;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.property-share--modern .property-share__action:hover{background:#173b450d;border-color:#173b4559;box-shadow:0 2px 6px #0f172a12;transform:translateY(-1px)}.property-share--modern .property-share__action:active{transform:translateY(0)}.property-share--modern .property-share__action:focus-visible{outline:2px solid var(--brand-primary, #173b45);outline-offset:2px}.property-share--modern .property-share__feedback{display:none;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;color:#0f6b46;background:#0f6b461a;border-radius:999px}.property-share--modern .property-share__feedback--visible{display:inline-flex}.property-info-card--location{margin-bottom:1rem;border-radius:14px;box-shadow:0 2px 12px #0f172a0f}.property-info-card--location .property-info-card__header{padding:.625rem .95rem;font-size:.875rem}.property-info-card--location .property-info-card__body--location{padding:.8rem .95rem .95rem}.property-location{display:flex;flex-direction:column;gap:.65rem}.property-location__main{display:flex;align-items:flex-start;gap:.65rem}.property-location__pin{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;margin-top:.1rem;border-radius:10px;background:rgba(var(--brand-primary-rgb, 23, 59, 69),.12);color:var(--brand-primary, #173b45);font-size:1rem}.property-location__primary{min-width:0;flex:1}.property-location__eyebrow{display:block;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#0f172a73;margin-bottom:.2rem}.property-location__address{margin:0;font-size:.9rem;font-weight:600;line-height:1.45;color:var(--text-1, #0f172a)}.property-location__chips{display:flex;flex-wrap:wrap;gap:.4rem .45rem;margin:0;padding:0;list-style:none}.property-location__chip{display:inline-flex;align-items:baseline;gap:.35rem;max-width:100%;padding:.26rem .52rem .3rem;background:#0f172a09;border:1px solid rgba(15,23,42,.08);border-radius:999px;font-size:.78rem;line-height:1.2}.property-location__chip--wide{flex:1 1 100%;flex-direction:column;align-items:flex-start;border-radius:10px;padding:.45rem .65rem}.property-location__chip-label{flex-shrink:0;font-weight:700;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:#0f172a73}.property-location__chip-value{font-weight:600;color:var(--text-1, #0f172a);word-break:break-word}.property-location__chip--wide .property-location__chip-value{font-size:.85rem;line-height:1.4}.property-info-card--specs{margin-bottom:1rem;border-radius:14px;box-shadow:0 2px 12px #0f172a0f}.property-info-card--specs .property-info-card__header{padding:.625rem .95rem;font-size:.875rem}.property-info-card--specs .property-info-card__body--specs{padding:.8rem .95rem .95rem}.property-spec-chips{display:flex;flex-wrap:wrap;gap:.4rem .45rem;margin:0;padding:0;list-style:none}.property-spec-chip{display:inline-flex;align-items:baseline;gap:.35rem;max-width:100%;padding:.26rem .52rem .3rem;background:#0f172a09;border:1px solid rgba(15,23,42,.08);border-radius:999px;font-size:.78rem;line-height:1.2}.property-spec-chip--accent{background:rgba(var(--brand-primary-rgb, 23, 59, 69),.08);border-color:rgba(var(--brand-primary-rgb, 23, 59, 69),.22)}.property-spec-chip--accent .property-spec-chip__value{color:var(--brand-primary, #173b45)}.property-spec-chip__label{flex-shrink:0;font-weight:700;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:#0f172a73}.property-spec-chip__value{font-weight:600;color:var(--text-1, #0f172a);word-break:break-word}
