/* Long-form destination guides: readable measures and compact mobile navigation. */
.destination-body { min-width: 0; }
.guide-jump-links { display: flex; flex-wrap: wrap; gap: .6rem 1rem; margin: 0 0 2.25rem; padding: 1rem 0; border-top: 1px solid #dbe3df; border-bottom: 1px solid #dbe3df; }
.guide-jump-links a { color: #124d3e; font-size: .9rem; line-height: 1.5; text-underline-offset: .25em; padding: .25rem 0; }
.guide-jump-links a:focus-visible, .guide-sources a:focus-visible { outline: 2px solid #124d3e; outline-offset: 4px; }
.planning-estimate { color: #626e68; font-size: .94rem; line-height: 1.75; max-width: 70ch; }
.destination-body .route-steps p, .expanded-guide-details p, .guide-location-note p, .guide-sources p { max-width: 70ch; line-height: 1.85; overflow-wrap: anywhere; }
.destination-body .route-steps h3 { line-height: 1.45; text-wrap: pretty; }
.expanded-guide-details { display: grid; gap: 2rem; margin: 2.5rem 0; }
.expanded-guide-details h2, .guide-location-note h2, .guide-sources h2 { margin: 0 0 .75rem; line-height: 1.35; text-wrap: pretty; }
.expanded-guide-details p, .guide-location-note p { margin: 0; }
.destination-body [id] { scroll-margin-top: 7rem; }
.guide-location-note { border-left: 3px solid #b5c8bf; background: #f5f7f5; padding: 1.25rem 1.5rem; margin: 2rem 0; }
.guide-location-note h2 { font-size: 1.1rem; }
.guide-location-note p { font-size: .95rem; }
.guide-sources { margin: 2.5rem 0; padding-bottom: 1.5rem; border-bottom: 1px solid #dbe3df; }
.guide-sources ul { padding-left: 1.25rem; }
.guide-sources li { margin: .65rem 0; line-height: 1.65; }
.guide-sources a { color: #124d3e; overflow-wrap: anywhere; text-underline-offset: .2em; }
@media (max-width: 600px) {
  .guide-jump-links { gap: .4rem 1rem; margin-bottom: 1.75rem; }
  .guide-jump-links a { min-height: 2.25rem; display: inline-flex; align-items: center; }
  .destination-body .route-steps li { padding-left: 2.4rem; }
  .expanded-guide-details { gap: 1.75rem; }
  .guide-location-note { padding: 1.15rem; }
}
