.abuseipdb-image {
  width: 250px;
  background: #35c246 linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0));
  padding: 5px;
  margin-top: 5px;
}

.compose-form .spoiler-input__input {
  padding: 12px;
}

.compose-form .spoiler-input__border {
  display: none;
}

.notification-group__embedded-status__account .account_avatar {
  flex: 0 0 auto;
}

p > .emojione[title^=":stamp"]:only-child {
  width: auto;
  height: 10em;
  margin: 0;
}

p > .emojione[title=":teriyakichickenfileto:"]:only-child {
  width: 15em;
  height: 10em;
  margin: 0;
}

/* for AI Labyrinth support */
body > a {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (width >= 631px) {
  .columns-area__panels__main .account__header__image {
    height: 250px;
  }
}

