/* ============================================================
   Regent 詳情頁「相關樓盤」內鏈 block 美化(.alsobd)
   —— 只加 CSS,唔使改 Cheung 現有 markup(純 <h3>+<a> 都靚到)
   貼落 detail 頁 CSS 或共用 stylesheet 即可。
   ============================================================ */
.alsobd{max-width:1018px;margin:26px auto 10px;padding:0 12px;font-family:-apple-system,"PingFang HK","Microsoft JhengHei",Arial,sans-serif}

/* 區標題:navy + 金槓 */
.alsobd h3{font-size:16px;font-weight:700;color:#132c47;margin:24px 0 0;padding:0 0 9px 11px;position:relative;border-bottom:1px solid #e5e9ee}
.alsobd h3::before{content:"";position:absolute;left:0;top:2px;width:4px;height:15px;background:#b08d3a;border-radius:2px}

/* 樓盤連結列:乾淨 row + hover + 箭咀 */
.alsobd a[href*="special_prop_detail"]{
  display:block;padding:12px 14px 12px 15px;font-size:14px;color:#1c3a5c;text-decoration:none;
  border-bottom:1px solid #eef1f4;background:#fff;transition:background .12s,color .12s;position:relative}
.alsobd a[href*="special_prop_detail"]:hover{background:#f5f8fb;color:#c01f1f;padding-left:19px}
.alsobd a[href*="special_prop_detail"]::after{content:"›";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#b08d3a;font-weight:700;font-size:16px}

/* 「睇晒全部」= 描邊掣 */
.alsobd a[href*="_prop.php"],.alsobd a[href*="dcode"],.alsobd a[href*="for-rent"]{
  display:inline-block;margin-top:13px;padding:9px 20px;font-size:13.5px;font-weight:700;
  color:#132c47;text-decoration:none;border:1.5px solid #132c47;border-radius:99px;transition:.14s}
.alsobd a[href*="_prop.php"]:hover,.alsobd a[href*="dcode"]:hover,.alsobd a[href*="for-rent"]:hover{background:#132c47;color:#fff}
