.admin {
	padding: 4px;
	border-radius: 4px;
	background: green;
	margin: 6px;
	width: 200px;
	display: inline-block;
}
.admin.protected {
	background: red;
}
.admin INPUT[type="submit"] {
	width: 100%;
}
.admin.protected INPUT[type="submit"] {
	width: 90%;
}



CODE {
	background: #DEDEDE;
	font-size: 0.8em;
}
BLOCKQUOTE {
	border: 1px solid black;
	padding: 8px;
	background: #DDD;
}
.anchor A.alink {
	visibility: hidden;
}
.anchor:hover A.alink {
	visibility: visible;
}

span.kolyma-spoiler{
	filter: blur(4px);
}
span.kolyma-spoiler:hover,
span.kolyma-spoiler:focus
{
	filter: blur(0px);
	transition: 0.5s;
}
.comment {
    text-align: left;
    position: relative;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box; 
    overflow-x: hidden !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important; 
    line-break: loose;
    contain: paint;
    max-height: 400px; 
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding: 3px;
    background: #2D3136;
    color: #E2E2E2;
    font-family: Roboto, Tahoma, sans-serif;
}

.comment_add .comment, 
.comment_add {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    contain: none !important;
}

.comment * {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: inherit !important; 
    box-sizing: border-box !important;
}

.comment .info {
    display: block; 
    font-size: 11px;
    color: #A0AAB4;
    border-bottom: 1px solid #3F444A;
    margin-bottom: 5px;
}

.comment .info IMG {
    float: left;
    width: 64px;
    height: 64px;
    max-width: 64px !important;
    max-height: 64px !important;
    object-fit: contain;
    margin-right: 5px;
    background: #24292E;
    border: 1px solid #3F444A;
    padding: 2px;
}

.comment .info a:first-of-type {
    font-weight: bold;
    display: inline-block;
    margin-top: 2px;
    color: #79B8FF;
}

.comment IMG:not(.info IMG) {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.poster_ip {
    filter: blur(5px);
    display: inline-block;
}

.poster_ip:hover,
.poster_ip:active {
    filter: blur(0px);
}

.comment_add TEXTAREA, 
.comment_add INPUT {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #444C56;
    background: #1A1C1E;
    color: #FFFFFF;
    padding: 10px;
    font-size: 16px; 
    display: block;
}

.blockbody {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.command_example {
	margin: 12pt;
	padding-left: 16pt;
}

.command_example pre {
    padding:4pt;
    border: dashed 2px black;
}

.command_example p {
    padding-left: 16pt;
}

@media (min-width: 750px) {
    .command_example pre {
        display: table-cell;
        width: 256px;
    }

    .command_example p {
        display: table-cell;
    }
}

 /*noinspection CssRedundantUnit*/

#image-list .blockbody {

        background: none;

        border: none;

        box-shadow: none;

        margin: 0px;

        padding: 0px;

        text-align: justify;

} 

.setupblocks {
	column-width: 400px;
	-moz-column-width: 400px;
	-webkit-column-width: 400px;
	max-width: 1200px;
	margin: auto;
}
.setupblocks > .setupblock:first-of-type { margin-top: 0; }

.setupblock {
	break-inside: avoid;
	-moz-break-inside: avoid;
	-webkit-break-inside: avoid;
	column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	text-align: center;
	width: 90%;
}
.setupblock TEXTAREA {
	width: 100%;
	font-size: 0.75em;
	resize: vertical;
}

.helpable {
	border-bottom: 1px dashed gray;
}

.ok {
	background: #AFA;
}
.bad {
	background: #FAA;
}

#Setupmain .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}


ARTICLE SELECT {width: 150px;}
INPUT, TEXTAREA {box-sizing: border-box;}
TD>INPUT[type="button"],
TD>INPUT[type="submit"],
TD>INPUT[type="text"],
TD>INPUT[type="password"],
TD>INPUT[type="email"],
TD>SELECT,
TD>TEXTAREA,
TD>BUTTON {width: 100%;}

TABLE.form {width: 300px;}
TABLE.form TD, TABLE.form TH {vertical-align: middle;}
TABLE.form TBODY TD {text-align: left;}
TABLE.form TBODY TH {text-align: right; padding-right: 4px; width: 1%; white-space: nowrap;}
TABLE.form TD + TH {padding-left: 8px;}

*[onclick],
H3[class~="shm-toggler"],
.sortable TH {
	cursor: pointer;
}
IMG {border: none;}
FORM {margin: 0;}
IMG.lazy {display: none;}

#flash {
	background: #FF7;
	display: block;
	padding: 8px;
	margin: 8px;
	border: 1px solid #882;
}

#installer {
	background: #EEE;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	width: 512px;
	margin: 16px auto auto;
	border: 1px solid black;
	border-radius: 16px;
}
#installer P {
	padding: 5px;
}
#installer A {
	text-decoration: none;
}
#installer A:hover {
	text-decoration: underline;
}
#installer H1, #installer H3 {
	background: #DDD;
	text-align: center;
	margin: 0;
	padding: 2px;
}
#installer H1 {
	border-radius: 16px 16px 0 0;
}
#installer H3 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#installer TH {
	text-align: right;
}
#installer INPUT,
#installer SELECT {
	width: 100%;
	box-sizing: border-box;
}

/* Only need to change the file/url inputs */
#large_upload_form INPUT.wid {
	width: 100%;
}
#radio_button {
	width: auto;
}
#wrapper {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

/* This is needed since the theme style.css forcibly sets vertical align to "top". */
TABLE.vert TD, TABLE.vert TH {vertical-align: middle;}
.mini_upload INPUT {
	width: 100%;
}
/* Image Preview Styling */
.upload-preview-thumb {
    display: none;
    max-width: 300px;
    max-height: 300px;
    margin: 10px auto;
    border: 1px solid #ccc;
    padding: 4px;
    background: #fff;
    display: block;
}

.setupblocks {
	column-width: 400px;
	-moz-column-width: 400px;
	-webkit-column-width: 400px;
	max-width: 1200px;
	margin: auto;
}
.setupblocks > .setupblock:first-of-type { margin-top: 0; }

.setupblock {
	break-inside: avoid;
	-moz-break-inside: avoid;
	-webkit-break-inside: avoid;
	column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	text-align: center;
	width: 90%;
}
.setupblock TEXTAREA {
	width: 100%;
	font-size: 0.75em;
	resize: vertical;
}

.helpable {
	border-bottom: 1px dashed gray;
}

.ok {
	background: #AFA;
}
.bad {
	background: #FAA;
}

#Setupmain .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}


.js .image_info .edit {
	display: none;
}
.js .image_info .view {
	display: block;
}

.no-js .image_info .edit {
	display: block;
}
.no-js .image_info .view {
	display: none;
}


#Navigationleft .blockbody { overflow: visible; }

.tagit { background: white !important; border: 1px solid grey !important; cursor: text; }
.tagit-choice { cursor: initial; }
input[name=search] ~ input[type=submit] { display: inline-block !important; }

.tag-negative { background: #ff8080 !important; }
.tag-positive { background: #40bf40 !important; }
.tag-metatag   { background: #eaa338 !important; }

#blotter1 {font-size: 80%; position: relative;}
#blotter2 {font-size: 80%;}

.selected {
	outline: 3px solid blue;
}

.bulk_action {
	margin-top: 8pt;
}
.bulk_selector_controls table td {
	width: 33%;
}
table.log th {
	width: 200px;
}
#downtime #message, #downtime #login {
	text-align: center;
}
#downtime H3 {
	margin-top: 32px;
}
#downtime #login_table {
	margin: auto;
}


#comicMain {
    background: black;
    color: white;
    font-size: 3em;
}
#comicPageList {
    width: 90%;
}

#comicView {
    display: flex;
    flex-flow: row;
}
#comicView #comicPage {
    flex: 10 auto;
}
#comicView #comicPrev,
#comicView #comicNext {
    flex: 1 auto;
    padding-top: 45%;
}
#comicView .comicPager {
    position: absolute;
    top: 0;
    margin: auto;
}

div#front-page h1 {font-size: 4em; margin-top: 2em; margin-bottom: 0; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
div#front-page {text-align:center;}
.space {margin-bottom: 1em;}
div#front-page div#links a {margin: 0 0.5em;}
div#front-page li {list-style-type: none; margin: 0;}
@media (max-width: 800px) {
	div#front-page h1 {font-size: 3em; margin-top: 0.5em; margin-bottom: 0.5em;}
	#counter {display: none;}
}

div#front-page > #search > form { margin: 0 auto; }
div#front-page > #search > form > ul { width: 225px; vertical-align: middle; display: inline-block; }
div#front-page > #search > form > input[type=submit]{ padding: 4px 6px; }

.tagcategoryblock {
	margin:0.6rem 1rem 0.6rem 0;
	padding:0.5rem 0.6rem 0.7rem;
	width:18rem;
	border:1px solid #AAAAAA;
	border-radius:0.25rem;
	display:inline-block;
}
.tagcategoryblock table {
	width:100%;
	border-spacing:0;
}
.tagcategoryblock input, .tagcategoryblock span {
	width:100%;
	height:100%;
}
.tagcategoryblock td:first-child {
	padding:0.3rem 0.7rem 0.4rem 0;
	text-align:right;
	width:40%;
}
.tagcategoryblock td:last-child {
	width:60%;
}
.tagcategoryblock td:last-child span {
	padding:0.24rem 0.7rem 0.5rem 0;
	display:block;
}
.tagcategoryblock button {
	width:100%;
	margin-top:0.4rem;
	padding:0.2rem 0.6rem;
}

.wiki-page {
	text-align:center;
}
.wiki-footer {
	text-align: center;
}

BODY {
    background: #1C1E22;
    font-family: Roboto, Tahoma, sans-serif;
    font-size: 16px;
    margin: 0;
    color: #D1D5DB;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3                            menu bar                            *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.menu {
    border-bottom: 1px solid #374151;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    background: #2D3136;
}

.navlinksmenu {
    display: Flex;
    gap: 5px;
    flex-flow: row wrap;
}

@media screen and (max-width: 640px) {
    .navlinksmenu {
        justify-content: center;
    }
}

a.tab, a.tab:visited {
    color: #E5E7EB;
    text-decoration: none;
}

a.tab:hover, a.tab:active, .tab-selected {
    color: #FFFFFF;
    background-color: #374151;
    text-decoration: none;
}

.tab, .tab-selected, .tframe, #tips {
    border-bottom: 1px solid #000;
    cursor: default;
    padding: 2px;
}

.tframe {
    border: 1px solid #374151;
    margin: 4px;
    background: #24272C;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3                        secondary bars                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sbar {
    display: flex;
    gap: 5px;
    border-bottom: 1px solid #374151;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 4px;
    background: #2D3136;
    text-align: left;
}

.sfoot {
    border-top: 1px solid #374151;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    background: #2D3136;
    text-align: right;
    display: flex;
    gap: 5px;
}

.navside {
    background: #2D3136;
    text-align: center;
    padding: 4px;
    font-size: 85%;
    margin-bottom: 5px;
}

.lazy {
    background: #2D3136;
    padding: 4px;
    border: 1px solid #374151;
    margin: 5px;
}

.navtop, .maintop {
    border-bottom: 0 none;
    padding: 2px 10px;
    position: relative;
    left: 0;
    width: fit-content;
}

.navtop {
    top: 7px;
}

.maintop {
    top: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

#tips, #blotter1, #blotter2 {
    margin-right: 16px;
    margin-left: 16px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3                  things common to all pages                    *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
H1 A {
    color: #F9FAFB;
}

A, A:hover, A:active, A:visited {
    color: #60A5FA;
}

H3 {
    text-align: center;
    margin: 0;
}

THEAD {
    font-weight: bold;
}

TD {
    vertical-align: top;
    text-align: center;
}

CODE {
    background: #111827;
    font-size: 0.8em;
    color: #F3F4F6;
    padding: 2px 4px;
}

#subtitle {
    width: 256px;
    font-size: 0.75em;
    margin: -16px auto auto;
    text-align: center;
    border: 1px solid #000;
    border-top: none;
    background: #374151;
}

TABLE.zebra {
    border-spacing: 0;
    border: 2px solid #374151;
}

TABLE.zebra TD, TABLE.zebra TH {
    vertical-align: middle;
    padding: 4px;
}

TABLE.zebra THEAD TD, TABLE.zebra THEAD TH {
    border-bottom: 2px solid #4B5563;
}

TABLE.zebra TFOOT TD, TABLE.zebra TFOOT TH {
    border-top: 2px solid #4B5563;
}

TABLE.zebra TR TD {
    border-bottom: 1px solid #374151;
}

TABLE.zebra TR:nth-child(odd) {
    background: #24272C;
}

TABLE.zebra TR:nth-child(even) {
    background: #1C1E22;
}

INPUT, TEXTAREA, button {
    border: 1px solid #4B5563;
    cursor: default;
    margin-right: 2px;
    padding: 4px;
    background: #0F172A;
    color: #F9FAFB;
}

INPUT:hover, button:hover, TEXTAREA:hover {
    background-color: #1E293B;
    text-decoration: none;
}

FOOTER {
    clear: both;
    padding: 8px;
    font-size: 0.7em;
    text-align: right;
    border-top: 1px solid #374151;
    background: #111827;
}

A {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

BLOCKQUOTE {
    border: 1px solid #4B5563;
    padding: 8px;
    background: #1E293B;
    color: #E5E7EB;
}

UL {
    text-align: left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* the navigation bar, and all its blocks             *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
NAV {
    width: 200px;
    float: left;
    text-align: center;
    margin-left: 16px;
}

NAV .blockbody {
    font-size: 0.85em;
    text-align: center;
}

NAV TABLE {
    width: 190px;
}

NAV TD {
    vertical-align: middle;
}

NAV INPUT, nav button {
    width: 95%;
    padding: 2px;
}

NAV SELECT {
    width: 100%;
    padding: 2px;
    background: #0F172A;
    color: #F9FAFB;
    border: 1px solid #4B5563;
}

#comments P {
    text-align: left;
    width: 150px;
    max-width: 150px;
    overflow: hidden;
}

.comment {
    text-align: left;
    background: #1C1E22;
    padding: 10px;
    border-radius: 4px;
}

TABLE.tag_list {
    border-collapse: collapse;
}

TABLE.tag_list>THEAD {
    display: none;
}

TABLE.tag_list>TBODY>TR>TD {
    display: inline;
    padding: 0;
    line-height: 1em;
}

TABLE.tag_list>TBODY>TR>TD:after {
    content: " ";
}

.more:after {
    content: " >>>";
}

.tag_count:before {
    content: "(";
}

.tag_count:after {
    content: ")";
}

.paginator {
    clear: none;
    padding: 4px;
    border-right: 1px solid #374151;
    border-left: 1px solid #374151;
}

.paginator A {
    color: #F9FAFB;
    border: 1px solid #4B5563;
    cursor: default;
    margin-right: 2px;
    padding: 2px;
}

.paginator A:hover {
    background-color: #374151;
    text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* the main part of each page                     *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
ARTICLE {
    margin-left: 226px;
    margin-right: 16px;
    text-align: center;
    height: 1%;
}

ARTICLE.body_noleft {
    margin-left: 4px;
    margin-right: 16px;
    margin-bottom: 16px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    height: 1%;
}

ARTICLE TABLE {
    width: 100% !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* specific page types                        *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#pagelist {
    margin-top: 32px;
}

.setupblock {
    text-align: center;
    width: 350px;
}

.setupblock TEXTAREA {
    width: 300px;
    font-size: 0.75em;
}

.helpable {
    border-bottom: 1px dashed #9CA3AF;
}

.ok {
    background: #065F46;
    color: #A7F3D0;
}

.bad {
    background: #991B1B;
    color: #FECACA;
}

NAV .thumbblock {
    float: none;
    height: auto;
}

NAV .thumb {
    margin-bottom: 0;
}

.thumbblock {
    width: 220px;
    height: 220px;
    display: inline-block;
    float: left;
}

.thumb {
    display: inline-block;
    text-align: center;
    margin-bottom: 32px;
    min-width: 50px !important;
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: #1F2937;
    border: 1px solid #4B5563;
    padding: 5px;
}

/* TAG HISTORY */
.taghist-first,
.taghist-first a {
    color: #9CA3AF;
}

.taghist-added,
a.taghist-added {
    color: #34D399;
}

.taghist-removed,
a.taghist-removed {
    color: #F87171;
}

.taghist-created,
a.taghist-created {
    color: #60A5FA;
}

.taghist-vandal {
    background-color: #451A03;
}

/* MISC */
#front-page>.litecustom-logo {
    margin: 20px;
}

a.tab[href='/popular_images'] {
    display: none;
}

#Uploadleft {
    display: none;
}

.menu-logo {
    display: flex;
}

.menu-logo img {
    top: 3px;
    position: relative;
}

.menu-logo b {
    margin-left: 5px;
}

.menu-logo,
.menu-logo:visited,
.menu-logo:active,
.menu-logo:hover {
    font-size: 25pt;
    align-items: center;
    color: #F9FAFB !important;
    text-decoration: none !important;
}

#Write_a_PMmain table.form {
    width: 100% !important;
}

.sfoot span.tab {
    display: none;
}

@media screen and (max-width: 640px) {

    #Featured_Postleft,
    #Uploadleft,
    #Popular_Tagsleft,
    #Tagsleft,
    #Related_Tagsleft,
    #Link_to_Postmain,
    #Bulk_Actionsleft {
        display: none;
    }

    nav {
        float: none;
        margin: 0 10px 10px 10px;
        width: auto;
    }

    article {
        margin: 0px 10px;
        text-align: center;
    }

    .navtop,
    .maintop {
        width: auto;
    }

    .tab {
        margin: 0;
        margin-bottom: 10px;
    }

    .navside {
        text-align: center;
    }

    .sfoot,
    .sbar {
        text-align: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .sbar .tab {
        margin-bottom: 0;
    }

    .thumb {
        width: 47%;
    }

    .thumb img,
    #main_image {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
    }

    .comment .info {
        top: 100%;
        left: 0;
        width: auto;
    }

    .navlinksmenu .tab {
        margin-bottom: 0px;
    }

    .menu-logo b {
        font-size: 18px;
    }

    article table,
    #Signupmain table.form,
    #Operationsmain table.form,
    table.zebra,
    #Write_a_PMmain table.form {
        width: auto;
    }

    #Write_a_PMmain table,
    #IPsmain table {
        width: 100% !important;
    }

    table.zebra {
        word-wrap: break-word;
        table-layout: fixed;
    }

    pre {
        word-wrap: break-word;
        white-space: pre-wrap;
    }

    .comment_list_table .thumb {
        margin-bottom: 10px;
        width: auto;
    }

    .comment_list_table td {
        width: 50% !important;
        text-align: center;
    }

    .comment_list .tframe {
        width: 100%;
    }

    .comment_list>div>a.thumb {
        margin-bottom: 0px;
    }

    .image_info td {
        width: auto;
    }
}

/* Wiki styles */
.wiki-page h1 {
    padding: 0.5rem 0 1rem;
    font-size: 2.4em;
    color: #F9FAFB;
}

.wiki-page h2 {
    padding: 1rem 0 0.25rem;
    font-size: 2.0em;
    color: #F9FAFB;
}

.wiki-page h3 {
    padding: 1rem 0 0.25rem;
    font-size: 1.6em;
    color: #F9FAFB;
}

.wiki-page h4 {
    padding: 0.75rem 0 0.25rem;
    font-size: 1.2em;
    color: #F9FAFB;
}

.wiki-page hr {
    margin-top: 20px;
    color: #4B5563;
    background-color: #4B5563;
}

.wiki-page {
    line-height: 1.2;
}

.wiki-page ul {
    line-height: 1.5;
}

.wiki-page img {
    padding: 10px;
    border-radius: 6px;
}

.wiki-page .float {
    border: 2px solid #374151;
    border-radius: 6px;
}

.wiki-page table tr:nth-child(odd) {
    background-color: #2D3136;
}

pre {
    padding: 5px;
    background: #0F172A;
    color: #E5E7EB;
    font-family: monospace;
    border: 1px solid #374151;
}

.wiki-page table td,
.wiki-page table th {
    padding: 0.5rem 0.25rem 0.25rem;
}

.bb-thumb {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.bb-thumb img {
    width: 100%;
    height: auto;
    padding: 0 !important;
}

.inline,
.inline * {
    display: inline;
    white-space: normal;
    max-width: 271px;
    max-height: 192px;
}

.inline img {
    display: block;
    white-space: normal;
    max-width: 271px;
    max-height: 192px;
    width: auto;
    height: auto;
}

.float.left {
    float: left;
}

.float.right {
    float: right;
}

.float {
    margin: 10px;
}

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #374151;
}

#Setupmain .blockbody {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

/* User Classes */
a.classadmin[href^="/user/custard"] {
    font-weight: bold;
    color: #fffd78 !important;
}

a.classadmin[href^="/user/BBQ"] {
    font-weight: bold;
    color: #FF8C00 !important; /* Adjusted for dark theme visibility */
}

a.classmoderator[href^="/user/Warrior-Z"] {
    font-weight: bold;
    color: #FFFFFF !important;
}

a.classmoderator[href^="/user/Warrior-Z"]:after {
    font-weight: bold;
    color: #FF4444 !important;
    content: ' (KEEP TAKING LZZZ)';
}

a.classmoderator[href^="/user/Broot"] {
    font-weight: bold;
    color: #FF6B9D !important; /* Brighter pink for dark bg */
}

a.classmoderator[href^="/user/jimbo"]:after {
    font-weight: bold;
    color: #4ADE80 !important;
    content: ' (brraaap!)';
}

a.classtrusted[href^="/user/MoistPepper"]:after {
    font-weight: bold;
    color: #ffc0cb !important;
    content: '(♀)';
}

a.classblocked[href^="/user/zuptik"]:after {
    font-weight: bold;
    color: #4ADE80 !important;
    content: ' (CAPTURED!)';
}

.classadmin {
    font-weight: bold;
    color: #EF4444 !important;
}

.classblocked,
.classghost {
    text-decoration: line-through;
    color: #6B7280 !important;
}

.classblocked:after,
.classghost:after {
    color: #6B7280 !important;
    content: ' (BANNED!)';
}

.classmoderator {
    font-weight: bold;
    color: #A855F7 !important;
}

.classjanitor {
    font-weight: bold;
    color: #F1C40F !important;
}

.classapprover {
    font-weight: bold;
    color: #E67E22 !important;
}

.classtrusted {
    color: #60A5FA !important;
}

