/* Use the forecast engine's shared palette for every ski-guide map. */
#guide-places-map .map-temperature-chip,
#guide-places-map .map-temperature-chip:link,
#guide-places-map .map-temperature-chip:visited,
#guide-places-map .map-temperature-chip:hover {
 background:var(--temperature-colour,#536878);
 color:#fff!important;
 border-color:#fff;
 text-decoration:none;
}
#guide-places-map .map-temperature-chip .map-weather-name,
#guide-places-map .map-temperature-chip .map-weather-values,
#guide-places-map .map-temperature-chip .map-weather-values strong {
 color:#fff!important;
}
#guide-places-map .map-temperature-chip:focus-visible {
 outline:3px solid #162f44;
 outline-offset:3px;
 box-shadow:0 0 0 2px #fff;
}
.xgp-destination-photo{margin:18px 0 22px;max-width:960px}
.xgp-destination-photo img{display:block;width:100%;height:auto;max-height:540px;object-fit:contain;border-radius:10px;background:#e6eef3}
.xgp-destination-photo figcaption{font-size:13px;line-height:1.6;margin-top:8px;overflow-wrap:anywhere}
.xgp-destination-photo details{margin:5px 0}.xgp-destination-photo summary{cursor:pointer}
.xgp-destination-photo p{margin:6px 0}

.xgp-trip-planning{margin:28px 0;padding:22px;border:1px solid #c8dbe5;border-radius:12px;background:#f4f8fb;color:#17394f}
.xgp-trip-planning h2{margin-top:0}.xgp-trip-planning h3{margin-top:20px}
.xgp-more-destinations>h2{margin-top:32px}
@media(max-width:600px){.xgp-trip-planning{padding:16px}.xgp-destination-photo{margin:14px 0}}
