/*Twitter Social*/

.tweet-hashtags a {
  display: inline-block;
}
.tweet-hashtags a:not(:last-child) {
  margin-right: .5em;
}
/* .tweet-hashtags a:not(:last-child)::after {
  content: ' ';
} */

.tweet-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tweet-footer div svg {
  height: 2.5rem;
  display: block;
  margin: .5rem auto;
}
.tweet-footer .tweet-retweets,
.tweet-footer .tweet-favorites {
  flex-grow: 1;
  position: relative;
}
.tweet-footer .tweet-retweets-count,
.tweet-footer .tweet-favorites-count {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  position: absolute;
  left: calc(50% - 1.25rem);
  top: calc(50% - 1.25rem);
  line-height: 3.5;
}

/*Twitter Social*/
