#cd-map{position:relative;display:flex;flex-direction:column;background:#f4f5f1;cursor:default;touch-action:auto}
.cmp-canvas{position:relative;flex:1;min-height:0;width:100%;touch-action:none}
.cmp-address{padding:10px 5px 4px;font:13px/1.5 Arial;color:#34483c}.cmp-address strong{display:block;padding-right:10px}.cmp-address p{color:#6b766e;margin:8px 0 12px}
.cmp-address>button:not(.cd-primary){display:block;padding:12px;background:white;border:1px solid #ddd;width:100%}
#cd-map .maplibregl-popup-content{border-radius:12px;box-shadow:0 6px 24px #24392a33}
#cd-map .maplibregl-popup-close-button{width:26px;height:26px;font-size:20px}
@media(max-width:700px){#cd-map{height:450px;min-height:450px;flex-shrink:0}.cmp-canvas{min-height:340px}}
.cmp-address{max-height:260px;overflow:auto}
.cmp-notice{position:absolute;z-index:3;bottom:36px;left:12px;right:48px;background:#fff8df;color:#614d1d;padding:12px;border-radius:8px;font:12px/1.4 Arial;pointer-events:none}
