.status__content .emojione, .reply-indicator__content .emojione, .status__content .emojione, .emojione, .emoji-mart-category .emoji-mart-emoji span {
width: 20px !important;
height: 20px !important;
padding: 1px;
}

.ui__header__links [href="/publish"] span {
display:none;
}

.compose-form__publish-button-wrapper .button {
display: flex;
font-size: 0;
}

.compose-form__publish-button-wrapper .button::after,
.ui__header__links [href="/publish"]::after {
content: ' Meow!';
font-size: 1rem;
display: block;
}

a.account__action-bar__tab:nth-child(2) {
  display: none;
}

a.account__action-bar__tab:nth-child(3) {
  display: none;
}

div.counter:nth-child(2) {
  display: none;
}

div.counter:nth-child(3) {
  display: none;
}

a.status-link:not(.mention) {
text-decoration: underline;
}

.drawer__inner__mastodon {
  background-image: url("");
  background-size: contain;
  
  opacity: 0.95;
}

.drawer__inner__mastodon img {
  display: none;
}

.account__header__extra__links a:nth-child(3) {
visibility: hidden;
font-size: 0;
}

.account__header__extra__links a:nth-child(2) {
visibility: hidden;
font-size: 0;
}

.spoiler-button__overlay {
background-color: #000000;
}

.user-role-3 {
  --user-role-accent: #37c8a7;
  --user-role-background: #37c8a719;
  --user-role-border: #37c8a780;
}

