/* ============================================
   CATEGORY IMAGE & CAPTION
   ============================================ */

.page-listing-image .container-fluid {
    display: flex;
    justify-content: center;
}

.page-listing-image figure {
    display: table;
    margin: 0 auto;
}

.page-listing-image figure img.category-image {
    display: block;
}

.page-listing-image figcaption {
    display: table-caption;
    caption-side: bottom;
    min-width: 200px;
    text-align: center;
}

/* ============================================
   LISTING CARD IMAGE (replaces inline style)
   ============================================ */

.listing-card-img {
    max-height: 200px;
    object-fit: cover;
}

/* ============================================
   LISTING THUMBNAIL IMAGE (replaces inline style)
   ============================================ */

.listing-thumb-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
