/* Stack the "Fragment" label above its paragraph instead of the
   original side-by-side editorial column layout. */
.overview_myStory__ID4Bi,
.overview_desc__Fvez0 {
  grid-column: 1 / -1 !important;
}

.overview_myStory__ID4Bi {
  padding-bottom: 0.75rem;
}

/* Hide the footer's "Follow me" column. Done via CSS rather than removing
   the DOM node so React's client-side re-render can't hydration-mismatch
   against it -- the node still exists, it's just not shown. */
.footer_linksContainer__T7A5C {
  display: none !important;
}

/* The /studio entrance animation lives on that page itself rather than being
   a cross-document View Transition: those are Chrome-only and are skipped
   entirely when the visitor has prefers-reduced-motion enabled, so the effect
   would silently vanish for a lot of people. */
