.status {
    padding: 1em !important;
}

.status__content .direct {
  color: #d73e3e;
}

.status__content .mention {
  color: #5161bf;
}

body.theme-mastodon-light .status__wrapper-direct .status__wrapper-reply {
   background-color: #edbcbc;
}

body.theme-contrast .status__wrapper-direct .status__wrapper-reply {
   background-color: #352828;
}

body.theme-mastodon-light .status__wrapper-direct {
   background-color: #edbcbc;
}

body.theme-contrast .status__wrapper-direct {
   background-color: #352828;
}

body.theme-mastodon-light .status__wrapper-reply  {
   background-color: #d3def1;
}

body.theme-contrast .status__wrapper-reply  {
   background-color: #202951;
}

