.custom-css-placeholder body:not(.theme-mastodon-light) .column-header>button {
    margin: 0;
    border: none;
    padding: 15px 0 15px 15px;
    color: inherit;
    background: #0052ec14;
    font: inherit;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
body:not(.theme-mastodon-light) ::-webkit-scrollbar-thumb {
    background: #252629;
    border: 0 none #fff;
    border-radius: 50px;
}

blockquote.rules {
    margin: 0;
}

blockquote.rules p.rules {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}

blockquote.rules p.rules::before {
    content: '\201C';
}

blockquote.rules p.rules::after {
    content: '\201D';
}

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

.user-role-7 {
  --user-role-accent: #8e9bfb;
}

.user-role-3 {
  --user-role-accent: #3d54ff;
}

