.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;
  }
}

