p > .emojione[alt^=":"]:only-child {
  width: 20em; height: 20em; margin: 0;
}

.status__content p .emojione {
  width: 5em; height: 5em; margin: 0;
}

.status__wrapper[aria-label~="hirachon"], .status__wrapper[aria-label~="hirachon,"] {
    background-color: rgba(252, 255, 55, 0.4);
}

.notification .status__wrapper[aria-label~="hirachon,"]  {
    background-color: rgba(252, 255, 55, 0.1);
}

.status__wrapper[aria-label~="otakan"], .status__wrapper[aria-label~="otakan,"]  {
    background-color: rgba(255, 44, 44, 0.4);
}

.notification .status__wrapper[aria-label~="otakan"] {
    background-color: rgba(255, 44, 44, 0.1);
    color: #ffffff;
}

.status__wrapper[aria-label~="paralleltree"], .status__wrapper[aria-label~="paralleltree,"]  {
    background-color: rgba(44, 44, 255, 0.4);
}

.notification .status__wrapper[aria-label~="paralleltree"] {
    background-color: rgba(44, 44, 255, 0.1);
    color: #ffffff;
}

.warning-banner {
  display: none;
}

.account__header__image {
    height: 300px;
}

