/* c-copy.css — copied from components/Copy/Copy.css
   The template shipped plain global CSS, so the class names here are already
   the ones the markup uses. */

.line {
  position: relative;
  transform: translateY(100%);
  will-change: transform;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}
