/**
 * Guide theme stylesheet
 */

.story-body > .guide-breaker:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: var(--story-body);
  margin: 60px auto;
  background: linear-gradient(to right, transparent, #999 50%, transparent);
}

figure[class*=photo-inline].guide-group, .inline-video.guide-group {
  margin-top: 0;
  margin-bottom: 45px;
}

/* Remove when fixed in SDS */
figcaption {
  margin-top: 5px;
}

h3.guide-group {
  font: 400 2rem var(--sans);
  text-transform: none;
}

.h4.guide-group {
  --hs: 18px;
}

