.property-owner-card{width:100%;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#ffffff;text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:visible;box-shadow:0 1px 4px rgba(0,0,0,.05);transition:box-shadow .3s,transform .2s;font-size:.85rem;position:relative;box-sizing:border-box;cursor:pointer;padding:4px;text-align:left}.property-owner-card:hover{transform:scale(1.02);box-shadow:0 2px 12px rgba(0,0,0,.1)}.property-owner-card:focus-visible{outline:2px solid var(--owner-primary,#4c1d95);outline-offset:2px}.property-owner-card__image-wrapper{width:100%;border-radius:8px;aspect-ratio:1/1;overflow:hidden;background-color:#f3f4f6;position:relative}.property-owner-card__image{width:100%;height:100%;object-fit:cover;display:block}.property-owner-card__no-image{width:100%;height:100%;background-color:#e9d5ff}.property-owner-card__content{padding:.5rem;display:flex;flex-direction:column;flex-grow:1;align-items:stretch}.property-owner-card__title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .25rem;line-height:1.2}.property-owner-card__address{font-size:.9rem;color:#5a606c;margin:0 0 .4rem;line-height:1.2}.property-owner-card__price{font-size:1.15rem;font-weight:800;color:var(--color-primary-dark,#413a97);margin:0;line-height:1.2}.property-owner-card__divider{border:none;border-top:1px solid #e5e7eb;margin:.25rem 0;width:100%}.property-owner-card__info{font-weight:600;display:flex;gap:.5rem;font-size:.85rem;color:#000000}.property-owner-card__info-item{display:flex;align-items:center;gap:.25rem;background-color:transparent;padding:0;border-radius:0}.property-owner-card__info-item img{width:1.75rem;height:1.75rem}.property-owner-card__icon,.property-owner-card__info-icon{width:1.75rem;height:1.75rem;flex-shrink:0}.property-owner-card__icon{display:inline-block;mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-mode:luminance;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-mode:luminance}.property-owner-card__bottom{margin-top:auto;width:100%}.property-owner-card__no-vacancies{margin-top:.5rem;font-weight:700;color:#9ca3af;font-size:.85rem}.property-owner-card__arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.75);background-image:url(/property-card-left-grey-icon.svg);background-repeat:no-repeat;background-position:50%;background-size:100%;border:none;font-size:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;border-radius:50%;transition:background .2s;padding:0}.property-owner-card__arrow:hover{background-image:url(/property-card-left-grey-icon-hover.svg);background-color:rgba(255,255,255,1)}.property-owner-card__arrow.left{left:8px;transform:translateY(-50%) rotate(180deg)}.property-owner-card__arrow.right{right:8px;transform:translateY(-50%)}@media (max-width:768px){.property-owner-card{min-height:420px}}@media (max-width:480px){.property-owner-card{margin-top:.5rem}}