/* The original Sass source's ".slick-slide div:first-of-type" rule only
   ever contained a commented-out "margin-bottom: -4px" declaration --
   Sass compiles an empty ruleset to nothing, so it produces no real CSS
   and is not reproduced here. */

.story-slide {
  /* important flag preserved verbatim from the Sass source. */
  margin: 0 0 -6px 0 !important;
}

@media only screen and (max-width: 769px) {
  .story-slide {
    /* important flags preserved verbatim from the Sass source. */
    margin: var(--space-triple) 0 0 0 !important;
    padding: 0 0 var(--space-triple) 0 !important;
    border-bottom: 1px solid var(--color-grey-light);
  }
}
