/* A square typographic composition. No motion, color cycling or image of text. */
body[data-view] .story.story-tone-falling,
body[data-view] .story.story-tone-falling .story-inner,
body[data-view] .story.story-tone-falling .story-content,
body[data-view] .story.story-tone-falling .panel.text.falling {
  min-height: 0;
  background: #fff;
  color: #000;
}

body[data-view] .story.story-tone-falling .panel.text.falling,
.time-post-text.is-falling,
.backfloor-text.is-falling {
  display: block;
  padding: 0;
  height: auto;
  min-height: 0;
  background: #fff;
  color: #000;
}

.falling-text {
  display: block;
  width: 100%;
  margin: 0;
  letter-spacing: 0;
}

.falling-art {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
  color: #000;
  fill: currentColor;
  font: 400 32px "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  word-spacing: 0;
  text-transform: none;
  white-space: pre;
}

.falling-art a {
  fill: currentColor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  cursor: pointer;
}

.falling-art a:focus-visible { outline: 1px solid currentColor; }
body[data-view="grid"] .story-tone-falling .read-more { margin: 0 14px 14px; }
