/*
 Theme Name: RealtyGAI
 Theme URI: https://example.com
 Description: 地產佬（Property Guy）香港房地產門戶的 WordPress 重建主題。自定義文章類型：property / agent / advert / news / haunted_house / presale / job / request；分類法 district / property_type / transaction_type / news_category。
 Version: 1.0.0
 Requires at least: 6.0
 Tested up to: 6.6
 Requires PHP: 8.0
 Author: WorkBuddy Migration
 License: GPL-2.0-or-later
 Text Domain: realtygai
*/
:root{
  --rg-green:#1f9d6b;
  --rg-green-d:#157a52;
  --rg-ink:#1c2b27;
  --rg-muted:#6b7c77;
  --rg-line:#e3e9e7;
  --rg-bg:#f5f8f7;
}
*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,"PingFang HK","Microsoft YaHei",sans-serif;color:var(--rg-ink);background:var(--rg-bg);line-height:1.6}
a{color:var(--rg-green-d);text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:1140px;margin:0 auto;padding:0 16px}
.site-header{background:var(--rg-green);color:#fff}
.site-header a{color:#fff}
.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px}
.site-title{font-size:20px;font-weight:700;margin:0}
.main-nav ul{display:flex;gap:18px;list-style:none;margin:0;padding:0}
.main-nav a{font-weight:600}
.site-footer{background:var(--rg-ink);color:#cfe;padding:28px 0;margin-top:40px;font-size:14px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.card{border:1px solid var(--rg-line);border-radius:10px;overflow:hidden;background:#fff}
.card .thumb{aspect-ratio:4/3;background:#dfe7e4;object-fit:cover}
.card .body{padding:12px 14px}
.card .price{color:var(--rg-green-d);font-weight:700}
.badge{display:inline-block;background:var(--rg-green);color:#fff;border-radius:4px;padding:1px 8px;font-size:12px}
.property-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--rg-muted);font-size:14px;margin:10px 0}
.section-title{border-left:4px solid var(--rg-green);padding-left:10px;margin:28px 0 14px}
