.md-banner {
  background-color: #0F766E !important;
}
.announce {
  color: #fff !important;
  font-weight: 700 !important;
  text-align: center;
}
.announce p {
  margin: 0;
}
.announce-badge {
  display: inline-block;
  background-color: #fff !important;
  color: #0F766E !important;
  padding: 0.1rem 0.6rem !important;
  border-radius: 0.3rem !important;
  margin-inline-end: 0.6rem !important;
  margin-left: 0.6rem !important;
  font-weight: 800 !important;
  font-size: 0.85em !important;
}
.hashtag {
  color: #035DB8 !important;
}
.mdx-author {
  display: flex;
  font-size: 0.68rem;
}
.mdx-author img {
  height: 2.5rem;
  border-radius: 100%;
}
.mdx-author p {
  margin: 0;
}
.mdx-author p:first-child {
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.mdx-author p > span {
  display: block;
}
