/* ============================================
   Mobile Building Detail Card - 移动端楼盘详情卡+统计卡
   抽取自 coworking/index.php、coworking/property.php、property/index.php
   三处 31 行内联重复（m-building-* + m-row-* + m-stats-*），统一收口。
   ============================================ */
.m-building-section{padding:0 14px}
.m-building-card{background:var(--white);border:1px solid #eceef1;border-radius:12px;box-shadow:0 4px 14px rgba(28,55,90,.045);overflow:hidden}
.m-building-main{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-bottom:1px solid #edf2f7;background:linear-gradient(180deg,var(--white),#fbfdff)}
.m-building-photo{flex:0 0 120px;display:block;width:120px;height:90px;background:#eef4f8;border-radius:8px;overflow:hidden}
.m-building-photo img{width:100%;height:100%;object-fit:cover;display:block}
.m-building-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;justify-content:center}
.m-building-name{display:block;font-size:16px;font-weight:700;color:var(--text-deep-2);line-height:1.3;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.m-building-rows{display:flex;flex-direction:column;gap:3px}
.m-building-row{display:flex;align-items:baseline;gap:8px;font-size:13px;line-height:1.5}
.m-row-label{color:#8a94a3;flex-shrink:0}
.m-row-value{color:#29384d;font-weight:700;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.m-row-price{color:var(--price-red)!important}
.m-row-link{color:#29384d!important;text-decoration:none!important;font-weight:700}
.m-row-link:active{opacity:.7}
.m-building-intro{padding:12px 14px 14px;color:#566273;font-size:13px;line-height:1.85;border-top:1px solid var(--bg-soft)}
.m-building-intro strong{color:#26384d}
.m-stats-section{padding:0 14px;margin-top:-4px}
.m-stats-card{display:flex;background:linear-gradient(135deg,#1e3a5f 0%,#2d4a6e 100%);border-radius:12px;overflow:hidden;color:var(--white);box-shadow:0 6px 20px rgba(28,55,90,.15)}
.m-stats-col{flex:1;padding:18px 12px;text-align:center}
.m-stats-divider{width:1px;background:rgba(255,255,255,.35);flex-shrink:0}
.m-stats-title{font-size:13px;color:var(--white)!important;margin-bottom:8px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.m-stats-big{font-size:28px;font-weight:800;line-height:1.2;color:var(--white)!important;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.35)}
.m-stats-big small{font-size:13px;font-weight:700;margin-left:2px;color:var(--white)!important;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.m-stats-sub{font-size:12px;color:var(--white)!important;line-height:1.6;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3)}
@media(max-width:374px){
.m-building-photo{flex:0 0 100px;width:100px;height:75px}
.m-building-name{font-size:15px}
.m-building-row{font-size:12px}
.m-stats-big{font-size:24px}
.m-stats-sub{font-size:11px}
}
