/*
Figure (Bootstrap)

Add to Bootstrap styles. See:

- [Bootstrap Figures](https://getbootstrap.com/docs/4.0/content/figures/)
- [HTML: Figure | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure)
- [HTML: Figcaption | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption)

Styleguide Components.Bootstrap.Figure
*/

.figure > a > img,
.figure > img {
  margin-bottom: 20px;
}
.figure-caption {
  color: var(--global-color-primary--dark);
  font-size: var(--global-font-size--medium);
  border-top: var(--global-border-width--normal) solid var(--global-color-primary--normal);
  padding-top: 12px;
}
