/* Real Estate Core Plugin — Supplemental Styles */
/* Main styles live in the child theme style.css  */

/* Admin column improvements */
.column-property_price { width: 120px; }
.column-property_reference_id { width: 130px; }
.column-property_bedrooms { width: 80px; }

/* Admin thumbnail in list */
.re-admin-thumb {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border-radius: 4px;
}
