.pvr-listings .pvr-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.pvr-listings .pvr-tab { padding: 8px 20px; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; color: #333; }
.pvr-listings .pvr-tab.active { background: #b1272d; color: #fff; border-color: #b1272d; }
.pvr-listings .pvr-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.pvr-listings .pvr-filters input, .pvr-listings .pvr-filters select { padding: 6px 10px; border: 1px solid #ccc; border-radius: 4px; }
.pvr-listings .pvr-filters button { padding: 6px 16px; border: none; border-radius: 4px; background: #b1272d; color: #fff; cursor: pointer; }
.pvr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.pvr-card { display: block; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow .15s ease; }
.pvr-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.pvr-card-image img { width: 100%; height: 180px; object-fit: cover; display: block; }
.pvr-card-noimage { width: 100%; height: 180px; background: #f2f2f2; display: flex; align-items: center; justify-content: center; color: #999; }
.pvr-card-body { padding: 14px; }
.pvr-card-body h3 { margin: 0 0 4px; font-size: 16px; }
.pvr-card-location { color: #666; font-size: 13px; margin: 0 0 6px; }
.pvr-card-meta { font-size: 13px; color: #333; margin: 0 0 8px; }
.pvr-card-cta { font-size: 13px; font-weight: 600; color: #b1272d; }
.pvr-pagination { display: flex; gap: 6px; margin-top: 20px; }
.pvr-pagination a { padding: 6px 12px; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; color: #333; }
.pvr-pagination a.active { background: #b1272d; color: #fff; border-color: #b1272d; }

.pvr-single-wrap { max-width: 960px; margin: 40px auto; padding: 0 16px; }
.pvr-single-image img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 8px; }
.pvr-single-heading h1 { margin: 16px 0 4px; }
.pvr-single-location { color: #666; }
.pvr-single-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.pvr-tag { background: #f2f2f2; border-radius: 20px; padding: 4px 12px; font-size: 12px; }
.pvr-single-body { display: flex; gap: 32px; margin-top: 24px; flex-wrap: wrap; }
.pvr-single-specs { flex: 2; min-width: 260px; }
.pvr-single-price-cta { flex: 1; min-width: 220px; background: #fafafa; border: 1px solid #eee; border-radius: 8px; padding: 20px; height: fit-content; }
.pvr-enquire-btn { background: #b1272d; color: #fff; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-weight: 600; }

/* --- Sidebar mode: [resale_listings project_id="…"] on a project page --- */
.pvr-listings-sidebar { border: 1px solid #eee; border-radius: 8px; padding: 16px; }
.pvr-sidebar-heading { margin: 0 0 12px; font-size: 15px; }
.pvr-sidebar-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pvr-sidebar-item a { display: flex; gap: 10px; text-decoration: none; color: inherit; }
.pvr-sidebar-thumb { width: 64px; height: 64px; flex-shrink: 0; border-radius: 6px; overflow: hidden; }
.pvr-sidebar-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pvr-sidebar-thumb .pvr-card-noimage { width: 64px; height: 64px; font-size: 11px; }
.pvr-sidebar-title { font-size: 14px; font-weight: 600; line-height: 1.3; }
.pvr-sidebar-meta { font-size: 12px; color: #666; margin: 2px 0 4px; }
