/* Stage 20 root-cause diagnostic: prevent route/detail content from creating horizontal document scroll. */
html,
body,
.app-shell,
.app-main {
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.app-shell,
.app-main {
  width: 100%;
}

.trail-detail,
.trail-detail > *,
.map-section,
.elevation-profile {
  min-width: 0;
  max-width: 100%;
}

.trail-detail svg,
.map-section svg,
.elevation-profile svg,
.trail-detail img {
  max-width: 100%;
}
