 @media only screen and (min-width: 0rem) {#property-list-container {padding: var(--sectionPadding);width: 94%;max-width: 80rem;margin: 0 auto;}#property-list-container .property-list {list-style-type: none;}#property-list-container .property-item {padding-top: 2rem;padding-bottom: 2rem;cursor: pointer;}#property-list-container .property-item:first-child {padding-top: 0;}#property-list-container .property-item:last-child {padding-bottom: 0;}#property-list-container .property-image {width: 100%;height: auto;aspect-ratio: 1/1;object-fit: cover;border-radius: 1rem;}#property-list-container .property-details {display: grid;grid-template-columns: 1fr;}#property-list-container .property-row-2 {display: grid;grid-template-columns: 1fr 1fr;}#property-list-container .property-row + .property-row {grid-template-columns: 1fr;}#property-list-container .property-name {font-weight: bold;}#property-list-container .property-info, #property-list-container .property-location {color: var(--bodyTextColorLight);font-size: 0.9rem;}#property-list-container .property-review {margin-left: auto;}#property-list-container .property-nightly-price {font-weight: bold;}#property-list-container .property-total-price {text-decoration: underline;}}@media only screen and (min-width: 48rem) {#property-list-container .property-list {display: grid;grid-template-columns: repeat(2, 1fr);gap: 2rem;}#property-list-container .property-item {display: flex;flex-direction: column;padding: 0;}#property-list-container hr {display: none;}}@media only screen and (min-width: 64rem) {#property-list-container .property-list {display: grid;grid-template-columns: repeat(3, 1fr);gap: 2rem;}}.filters-wrapper {position: relative;}@media only screen and (min-width: 0rem) {#filters-container .cs-button-solid {width: 100%;}}