/* Final slideshow typography — loaded after all legacy page styles. */
.manufacturing-carousel .slide-copy h1,
.manufacturing-carousel .slide-copy h2 {
  display: block !important;
  width: fit-content !important;
  max-width: 560px !important;
  margin: 8px 0 10px !important;
  color: #b8c6ce !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: clamp(24px, 2.5vw, 36px) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42) !important;
}

.manufacturing-carousel .slide-copy h1::after,
.manufacturing-carousel .slide-copy h2::after {
  content: "" !important;
  display: block !important;
  width: 70px !important;
  height: 4px !important;
  margin-top: 10px !important;
  background: #d6403a !important;
}

/* Prevent the former rule from drawing the line after the full copy block. */
.manufacturing-carousel .slide-copy::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  .manufacturing-carousel .slide-copy h1,
  .manufacturing-carousel .slide-copy h2 {
    font-size: 24px !important;
  }

  .manufacturing-carousel .slide-copy h1::after,
  .manufacturing-carousel .slide-copy h2::after {
    width: 62px !important;
    height: 3px !important;
    margin-top: 8px !important;
  }
}
