/* Saved listings page visibility contract. */
.saved-listings-page .listing-card[hidden] {
    display: none !important;
}