.verified-badge_verifiedOld__zcaba {
  color: var(--tweet-verified-old-color);
}
.verified-badge_verifiedBlue__s3_Vu {
  color: var(--tweet-verified-blue-color);
}
.verified-badge_verifiedGovernment__qRJxq {
  /* color: var(--tweet-verified-government-color); */
  color: rgb(130, 154, 171);
}

.tweet-in-reply-to_root__o784R {
  text-decoration: none;
  color: var(--tweet-font-color-secondary);
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.tweet-in-reply-to_root__o784R:hover {
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
}

.tweet-link_root__4EzRS {
  font-weight: inherit;
  color: var(--tweet-color-blue-secondary);
  text-decoration: none;
  cursor: pointer;
}
.tweet-link_root__4EzRS:hover {
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
}

.tweet-body_root__ChzUj {
  font-size: var(--tweet-body-font-size);
  font-weight: var(--tweet-body-font-weight);
  line-height: var(--tweet-body-line-height);
  margin: var(--tweet-body-margin);
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

