#spots .spot{grid-template-columns:minmax(0,1fr) minmax(280px,38%);gap:34px;align-items:center;padding:32px 0}
#spots .spot-info{min-width:0}
#spots .spot .name{font-size:21px;line-height:1.5;margin:0 0 16px;color:#18382e}
#spots .spot .name .en{font-size:14px;margin-top:8px;color:#756348}
#spots .spot .source-line{margin-top:15px}
.place-map-figure{margin:0;min-width:0}
.place-map-frame{position:relative;border:1px solid #c9c9b9;border-radius:5px;overflow:hidden;background:#e9ede6}
.place-map{height:230px;width:100%;z-index:0;background:#e9ede6}
.place-map-message{position:absolute;bottom:27px;left:10px;right:10px;z-index:500;background:#fffdf4eb;color:#334b41;font-size:13px!important;line-height:1.5!important;padding:7px 10px;pointer-events:none}
.place-map-message[hidden]{display:none}
.place-pin{filter:drop-shadow(0 2px 2px #152d2740)}
.place-pin-label{font-family:inherit;font-size:13px;line-height:1.4;font-weight:600;color:#173c31;border-color:#b9c4b6;padding:5px 9px;box-shadow:0 1px 5px #10261f24;white-space:normal;max-width:185px;text-align:center}
.place-map-figure figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;margin-top:9px;font-size:13px;line-height:1.6;color:#686455;letter-spacing:normal}
.place-map-figure figcaption a{font-size:14px;color:#3e5c4b;text-underline-offset:3px}
.place-map .leaflet-control-attribution{font-size:10px;background:#fffef2e6}
.place-map .leaflet-control-zoom a{width:32px;height:32px;line-height:32px;color:#264c3e}
.place-map .leaflet-tooltip-top:before{border-top-color:#fff}
.place-map-note{font-size:13px!important;line-height:1.8!important;color:#686455;margin:22px 0 0!important}
@media(max-width:760px){
 #spots .spot{grid-template-columns:1fr;gap:20px;padding:28px 0}
 .place-map{height:220px}
 #spots .spot .name{font-size:20px}
}
