.status__wrapper-direct {
    background-color: rgb(29, 30, 32);
}

.theme-mastodonte .status__wrapper-direct {
    background-color: #19221b;
}

.theme-mastodon-light .status__wrapper-direct{
    background-color: #eff3f5;
}

a.status-link:not(.mention){
    text-decoration: underline;
}

.media-gallery__item-thumbnail img:not([alt]),
.audio-player__canvas:not([title]),
.video-player video:not([title]),
.media-gallery__gifv video:not([title]),
.media-gallery__item-thumbnail img[alt=""],
.audio-player__canvas[title=""],
.video-player video[title=""],
.media-gallery__gifv video[title=""] {
    border: 2px dashed #ffa018;
    box-sizing: border-box;
}

/* Copy/pasted from soniop@eldritch.cafe, used to make emoji bigger when active */

/* Zoom on emojis on hover (in post content only */ 

.layout-single-column .status__content { /* So the emoji doesn't clip out when zoomed on. */
    overflow: visible;
}

.layout-single-column .status__content .emojione {
    transition: transform .8s .8s;
}

.layout-single-column .status__content .emojione:hover {
    transform: scale(2.5);
}

.status__content.status__content--collapsed {
  max-height: 100%;
}

.user-role-4 {
  --user-role-accent: #c64600;
}

.user-role-1 {
  --user-role-accent: #b5835a;
}

