  .stories-feature {
  margin-top: var(--spacing--large);
  position: relative;
}

@media print, screen and (width >= 48.0625em) {
  .stories-feature > .grid-container > i {
    position: absolute;
    top: 3.75rem;
    font-size: 3.5rem;
  }
}

/* Horizontal gray line separator (small down) */
@media print, screen and (width <= 47.9375em) {
  .stories-feature {
    position: relative;
  }

  .stories-feature::before {
    position: static;
    display: block;
    background-color: var(--gray--bg);
    margin: var(--spacing--default) auto var(--spacing--default) auto;
    content: '';
    height: 10px;
    width: calc(100% - 40px);
  }
}

/* Grid container inside feature */
.stories-feature > .grid-container {
  position: relative;
}

@media print, screen and (width >= 48.0625em) and (width >= 48.0625em) {
  .stories-feature > .grid-container {
    padding-top: 3.125rem;
  }
}

/* Vertical gray line separator */
@media print, screen and (width >= 48.0625em) {
  .stories-feature > .grid-container::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.5rem;
    display: block;
    border-left: 1px solid var(--gray--line);
    content: '';
    width: 0.0625rem;
    height: 100%;
  }
}

/* Large margin top for medium up */
@media print, screen and (width >= 48.0625em) {
  .stories-feature {
    margin-top: var(--spacing--xlarge);
  }

  .stories-feature__inner.btn-wrapper {
    padding-bottom: var(--spacing--xlarge);
  }
}

/* Small down: button wrapper margin */
@media print, screen and (width <= 40em) {
  .stories-feature__inner.btn-wrapper {
    margin-top: 1.875rem;
  }
}

/* Headings */
.stories-feature h3 {
  font-weight: 700;
  margin-top: 0;
}

.stories-feature h2 {
  margin-bottom: var(--spacing--default);
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0;
}

@media print, screen and (width >= 48.0625em) {
  .stories-feature h2 {
    margin-bottom: var(--spacing--xlarge);
    font-size: 4.5rem;
  }
}

/* Link arrow color */
.stories-feature .link-arrow::after {
  color: var(--brand--bright-blue);
}

/* Eyebrow utility */
.stories-feature__eyebrow,
.stories-feature__overline {
  margin-top: var(--spacing--xsmall);
  color: var(--accent-green);
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.075rem;
}

@media print, screen and (width >= 48.0625em) {
  .stories-feature__eyebrow,
  .stories-feature__overline {
    font-size: 1rem;
    margin-top: 0;
  }
}

/* Aspect ratio frame margin */
.stories-feature .aspect-ratio-frame {
  margin-bottom: var(--spacing--medium);
}

@media print, screen and (width >= 48.0625em) {
  .stories-feature .aspect-ratio-frame {
    max-width: 29.375em;
  }
}

/* Small stories/news grid container */
.grid-container.small-stories {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
  background-color: var(--white);
}

.grid-container.small-stories h3 {
  margin-bottom: var(--spacing--small);
}

@media print, screen and (width <= 40em) {
  .grid-container.small-stories.swiper-container {
    padding-right: 50px;
  }

  .grid-container.small-stories::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgb(255 255 255 / 50%);
    content: '';
    width: 50px;
  }
}

/* Swiper pagination */
.stories-swiper-pagination {
  text-align: left;
  margin-top: -0.3125rem;
}

.stories-swiper-pagination .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  margin-right: 0.375rem;
  background-color: var(--brand--dark-blue-alternative);
}

.stories-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brand--bright-blue);
}

@media print, screen and (width >= 48.0625em) {
  .stories-swiper-pagination {
    display: none;
    visibility: hidden;
  }
}

/* Slider overflow container */
@media print, screen and (width <= 40em) {
  .slider-overflow-container {
    margin-right: -20px;
    overflow: hidden;
  }
}

/* Slider navigation */
.slider-navigation {
  position: absolute;
  z-index: 2;
  right: 20px;
  opacity: 1;
  transition: 0.3s opacity;
}

@media print, screen and (width >= 48.0625em) {
  .slider-navigation {
    display: none;
    visibility: hidden;
  }
}

.slider-navigation button {
  position: relative;
  color: var(--white);
  background-color: var(--brand--dark-blue-alternative);
  width: 40px;
  height: 40px;
  padding: 0;
}

.slider-navigation button .fa-chevron-right::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  font-size: 30px;
  content: '\f178';
  transform: translate(-50%, -50%);
}

.slider-navigation button.slider-navigation__prev {
  display: none;
  visibility: hidden;
}

/* Stories/news slider navigation position */
.stories-feature .slider-navigation {
  top: 140px;
}

/* Swiper wrapper grid-x */
@media print, screen and (width <= 40em) {
  .swiper-wrapper.grid-x {
    flex-flow: row;
  }

  .swiper-wrapper.grid-x > .cell {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }
}

@media print, screen and (width >= 48.0625em) {
  .swiper-wrapper.grid-x {
    width: auto;
    transform: none !important;
  }

  .swiper-wrapper.grid-x .cell.medium-4 {
    width: calc(33.3333% - 2.5rem) !important;
  }
}

/* Main container and vertical line separator */
.stories-feature > .grid-container > i {
  color: var(--accent-green);
  font-family: var(--font-awesome);
  font-size: 2.625rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

/* Large margin top for medium up */
@media print, screen and (width >= 48.0625em) {
  .stories-feature {
    margin-top: var(--spacing--xlarge);
  }

  .stories-feature .stories-feature__inner {
    padding-left: 10rem;
  }

  .stories-feature__inner.btn-wrapper {
    padding-bottom: var(--spacing--xlarge);
  }
}

/* Small down: button wrapper margin */
@media print, screen and (width <= 40em) {
  .stories-feature__inner.btn-wrapper {
    margin-top: 30px;
  }
}

/* Small stories grid container spacing */
.stories-feature .grid-container.small-stories {
  padding-top: var(--spacing--medium);
  padding-bottom: var(--spacing--medium);
}

@media print, screen and (width >= 48.0625em) {
  .stories-feature .grid-container.small-stories {
    padding-top: var(--spacing--xlarge);
    padding-bottom: var(--spacing--xlarge);
  }
}

/* Slider navigation position */
.stories-feature .slider-navigation {
  transform: translateY(50%);
}

/* Stories feature box layout */
@media print, screen and (width >= 48.0625em) {
  .stories-feature__box {
    padding-bottom: var(--spacing--xlarge);
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
  }
}

/* Topic tag styles */
.stories-feature__box .topic-tag {
  margin-bottom: 0.3125rem;
  color: var(--brand--dark-blue-alternative);
  font-size: 0.875rem;
  font-weight: 700;
}

/* Blockquote styles inside box */
.stories-feature__box blockquote {
  border-left: 0;
  font-size: 1.125rem;
  line-height: 1.625;
  margin-bottom: var(--spacing--2xsmall);
  padding: 0;
}

/* Box inner responsive layout */
@media print, screen and (width <= 40em) {
  .stories-feature__box .stories-feature__box-inner:first-of-type {
    margin-bottom: var(--spacing--default);
  }
}

@media print, screen and (width >= 48.0625em) {
  .stories-feature__box .stories-feature__box-inner {
    flex: 1 0 50%;
  }

  .stories-feature__box .stories-feature__box-inner:first-of-type {
    padding-right: 30px;
  }

  .stories-feature__box .stories-feature__box-inner:nth-of-type(2) {
    padding-left: 30px;
  }
}

/* Attribution and pronouns */
.stories-feature__attribution {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: var(--spacing--2xsmall);
}

@media print, screen and (width >= 48.0625em) {
  .stories-feature__attribution {
    font-size: 1.125rem;
    margin-bottom: 0.1875rem;
  }
}

.stories-feature__pronouns {
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-top: 0;
}
