.BlogFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--spaceMd);
}

.BlogFooter-title {
  width: 100%;
  padding-bottom: var(--spaceSm);
  margin-bottom: var(--spaceMd);
  border-bottom: 1px solid var(--colorOutlines);
  font-weight: 700;
}

.BlogFooter-title svg {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: auto;
}

.BlogFooter-share {
  display: flex;
}

.BlogFooter-social {
  color: #fff;
  padding: var(--spaceSm);
  display: flex;
  align-items: center;
  margin-right: var(--spaceXs);
  transition: all .25s ease-in-out;
}

.BlogFooter-social:hover, .BlogFooter-social:active, .BlogFooter-social:focus {
  color: #fff;
  text-decoration: none;
}

.BlogFooter-social svg {
  width: 1em;
  height: auto;
}

.BlogFooter-social.is-fb {
  background: #3a589e;
}

.BlogFooter-social.is-fb:hover, .BlogFooter-social.is-fb:active, .BlogFooter-social.is-fb:focus {
  background: #2c4379;
}

.BlogFooter-social.is-twitter {
  background: #01acee;
}

.BlogFooter-social.is-twitter:hover, .BlogFooter-social.is-twitter:active, .BlogFooter-social.is-twitter:focus {
  background: #0187bb;
}

/*# sourceMappingURL=blog-footer.min.css.map */
