/*
Theme Name: BestSale Child
Template: bestsale-parent
Author: BestSale Team
Description: Child theme for BestSale Real Estate.
Version: 3.0.0
Text Domain: bestsale-child
*/
.bsp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}
.bsp-property-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:.2s}
.bsp-property-card:hover{box-shadow:0 12px 30px rgba(0,0,0,.08);transform:translateY(-3px)}
.bsp-property-card .thumb{position:relative;aspect-ratio:4/3;background:#cbd5e1}
.bsp-property-card .thumb img{width:100%;height:100%;object-fit:cover}
.bsp-badge-ref{position:absolute;top:12px;left:12px;background:#0f172a;color:#fff;font-weight:700;font-size:13px;padding:6px 12px;border-radius:6px;letter-spacing:.5px}
.bsp-property-card .body{padding:18px 20px;display:flex;flex-direction:column;gap:10px;flex:1}
.bsp-property-card h2{font-size:18px;margin:0;line-height:1.4}
.bsp-property-card .price{color:#dc2626;font-weight:700;font-size:20px}
.bsp-property-card .specs{font-size:14px;color:#475569;display:flex;gap:12px;flex-wrap:wrap}
.bsp-single-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;margin-bottom:40px}
.bsp-single-wrap h1{margin:10px 0 16px;font-size:32px;color:#0f172a}
.bsp-ref-tag{display:inline-block;background:#0f172a;color:#fff;padding:6px 14px;border-radius:6px;font-weight:700;font-size:14px}
.bsp-specs-table{width:100%;border-collapse:collapse;margin:24px 0}
.bsp-specs-table th,.bsp-specs-table td{border:1px solid #e2e8f0;padding:12px 16px;text-align:left;font-size:15px}
.bsp-specs-table th{width:200px;background:#f8fafc;color:#334155;font-weight:600}
.bsp-contact-box{background:#0f172a;color:#fff;border-radius:14px;padding:24px;margin-top:28px;text-align:center}
.bsp-contact-box a{color:#38bdf8;font-size:26px;font-weight:700;display:inline-block;margin-top:8px}
@media (max-width:700px){.bsp-single-wrap{padding:20px}.bsp-single-wrap h1{font-size:25px}.bsp-specs-table th{width:130px}}
