/* 地点详情弹窗基础样式，手机端和桌面地图全屏共用内容结构。 */
.mobile-place-modal{position:fixed;inset:0;z-index:12000;display:flex;align-items:center;justify-content:center;padding:14px;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
.mobile-place-dialog{position:relative;width:100%;max-width:560px;max-height:88dvh;overflow:auto;border:1px solid #79442f;background:#111415;color:#e9dfce;box-shadow:0 18px 55px rgba(0,0,0,.68);-webkit-overflow-scrolling:touch}
.mobile-place-close{position:absolute;right:8px;top:8px;z-index:6;width:34px;height:34px;border:1px solid rgba(255,255,255,.24);background:rgba(5,9,10,.9);color:#f2e8d8;font-size:24px;line-height:28px;cursor:pointer}
.mobile-place-content{padding:16px}
.mobile-place-gallery{position:relative;width:calc(100% + 32px);height:190px;margin:-16px -16px 15px;background:#20242e;overflow:hidden}
.mobile-place-content .mobile-place-image{display:block;width:100%;height:100%;margin:0;object-fit:cover;background:#20242e;cursor:zoom-in}
.mobile-gallery-prev,.mobile-gallery-next{position:absolute;top:50%;z-index:2;width:30px;height:30px;margin-top:-15px;padding:0;border:1px solid rgba(230,213,182,.62);border-radius:50%;background:rgba(8,12,13,.72);color:#fff4df;font:27px/25px Georgia,serif;cursor:pointer}
.mobile-gallery-prev{left:9px}.mobile-gallery-next{right:9px}
.mobile-gallery-dots{position:absolute;right:9px;bottom:9px;z-index:2;display:flex;gap:5px}.mobile-gallery-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#948c81}.mobile-gallery-dots button.active{width:18px;border-radius:6px;background:#e3ad56}
.mobile-place-content .place-intro-head{padding-right:38px}.mobile-place-content .place-intro-head h2{margin:3px 0;font-size:20px}.mobile-place-content .place-intro-body{padding:9px 0;border-top:1px dotted #4a453d}.mobile-place-content .place-intro-body h3{margin:0 0 5px;color:#d6b276;font-size:14px}.mobile-place-content .place-intro-body p,.mobile-place-content .rich{margin:0;color:#b5c1bd;font-size:12px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.mobile-place-content .profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.mobile-place-content .profile-actions button,.mobile-place-content .profile-actions a{padding:6px 10px;border:1px solid #79442f;background:#171a19;color:#e9dfce;text-decoration:none}.mobile-place-content .close{display:none!important}
@media(min-width:721px){
  body.map-fullscreen-active .mobile-place-modal{padding:24px;background:rgba(0,0,0,.72)}
  body.map-fullscreen-active .mobile-place-dialog{width:min(620px,calc(100vw - 48px));max-height:84vh}
  body.map-fullscreen-active .mobile-place-content{padding:18px}
  body.map-fullscreen-active .mobile-place-gallery{width:calc(100% + 36px);height:230px;margin:-18px -18px 17px}
}
@media(max-width:720px){
  .mobile-place-modal{z-index:10000}
}
