/* Twitter Block --------------------------------------------------------------------------------------------------------*/
.twitter-block {
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}

.twitter-block-heading-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.twitter-block-heading {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  color: #141719;
}

.twitter-block-heading-small {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #5A6C7B;
}

.twitter-block-heading-info-link {
  display: block;
}

.twitter-block-heading-info-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.tweet-wrapper + .tweet-wrapper {
  margin-top: 20px;
}

.tweet-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.tweet-avatar-link {
  display: block;
  margin-right: 10px;
}

.tweet-avatar-img {
  display: block;
  width: 48px;
  height: 48px;
}

.tweet-user-detail {
  flex-grow: 1;
  align-self: center;
}

.tweet-user-name {
  line-height: 1.063rem;
  font-weight: 700;
  color: #141719;
}

.tweet-user-id {
  color: #5A6C7B;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 500;
}

.tweet-heading-icon {
  display: block;
  width: 25px;
  height: 25px;
}

.tweet-content {
  color: #292F33;
  line-height: 1.125rem;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

.tweet-img {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.tweet-footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.tweet-footer-action-list {
  display: flex;
  align-items: center;
}

.tweet-footer-action-item + .tweet-footer-action-item {
  padding-left: 30px;
}

.tweet-footer-action-link, .tweet-footer-action-icon {
  display: block;
}

.tweet-posting-time {
  color: #5A6C7B;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "Roboto", sans-serif;
}

/*# sourceMappingURL=twitter-block.css.map */
