/* ==========================================
   TEXT STORY — Block-specific responsive
   Supplements TextStory.css base styles
   ========================================== */

/* ── Tablet portrait (≤ 1023px) ───────────────── */
/* Complements the existing 1023px breakpoint
   in Timeline.css — only add what's missing. */
@media (max-width: 1023px) {
        .text-story__body {
        padding-left: 0rem!important;
    }
    .text-story__bg-image{
      position: inherit!important;
      width: 100%!important;
      right: 0px;
      min-height: auto;
    }
}

@media (max-width: 600px) {
   .text-story__figures {
      grid-template-columns: repeat(1, 1fr);
   }
}