.property-single-card{flex-direction:column;width:100%;align-items:flex-start;border-radius:.5rem;border:1px solid var(--medium-grey);overflow:hidden;max-width:20rem}.property-single-card .property-single-card-sliders{width:100%;height:12.5rem;flex-direction:column;align-items:flex-start;gap:.625rem;background:linear-gradient(180deg,#fff,#fff 50%,#999)}.property-single-card .property-single-card-sliders>svg{position:absolute;width:1.5rem;height:1.5rem;right:.875rem;top:.8125rem;cursor:pointer}.property-single-card .property-single-card-data{padding:1.5rem;gap:1.5rem;flex-direction:column;align-items:flex-start;height:100%;justify-content:space-between}.property-single-card .property-single-card-data .property-single-card-top-information{flex-direction:column;gap:1.5rem}.property-single-card .property-single-card-data .property-single-card-top-information .property-single-card-information{align-items:flex-start;gap:1rem;flex-wrap:wrap}.property-single-card .property-single-card-data .property-single-card-top-information .property-single-card-information>.full-width{width:100%}.property-single-card .property-single-card-data .property-single-card-top-information .property-single-card-information .property-single-card-primary-info{flex-wrap:nowrap;gap:1rem;width:100%}.property-single-card .property-single-card-data .property-single-card-analysis{width:100%;align-items:center;justify-content:space-between}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis{align-items:center;gap:.25rem}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis svg{width:1rem;height:1rem;flex-shrink:0;stroke:var(--green)}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis svg.negative{stroke:var(--red)}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis h5.negative{color:var(--red)}@media(orientation:portrait){.property-single-card{max-width:100%}}