.see-more-button-component{color:#1a7758;cursor:pointer;align-items:center;gap:10px;font-size:1.125rem;font-weight:600;line-height:130%;display:flex}.see-more-button-component svg{rotate:45deg}
.property-card-component{cursor:pointer;border-radius:14px;flex-direction:column;height:100%;transition:transform .22s cubic-bezier(.4,0,.2,1);display:flex}@media (hover:hover){.property-card-component:hover{transform:translateY(-2px)}}.property-card-component__content{background-color:#fcfbf7;border:1px solid #ebe9e0;border-radius:0 0 14px 14px;flex-direction:column;flex:1;justify-content:space-between;gap:14px;padding:20px;transition:border-color .22s cubic-bezier(.4,0,.2,1);display:flex}@media (hover:hover){.property-card-component:hover .property-card-component__content{border-color:#1a7758}.property-card-component:hover .property-card-component__name{text-decoration:underline}}.property-card-component__top{justify-content:space-between;align-items:flex-start;gap:13px;display:flex}.property-card-component__top .review-section-component,.property-card-component__top .review-section-component__rating-square{flex-shrink:0}.property-card-component__name{min-width:0;font-size:1.25rem;font-weight:600;line-height:130%}.property-card-component__price{color:#076243;white-space:nowrap;align-self:flex-end;font-size:1.375rem;font-weight:400;line-height:130%}.property-card-component__price-highlight{font-size:1.625rem;font-weight:600}.property-card-component__address{line-height:130%}
