/* ### neue bl ### */
.at-blacklistinfo,
.at-blacklist {
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 300;
    font-size: 13px;
    padding: 10px 30px 20px 30px;
    line-height: 200%;
    text-align: justify;
    color: var(--font_main);	
}
.at-blacklist h3 { 
	font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 900;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

/* ### neue bl ende ### */

.at-blacklist__user {

}

.at-blacklist__userinfos {
	background: var(--forumhg_tablecat);
    padding: 3px 5px;
}

.at-blacklist__user h2 {
	margin: 0;
    line-height: normal;
    color: var(--font_normal);
    font-size: 13px;
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
}

.at-blacklist__user h3 {
	margin: 0;
	margin-bottom: 10px;

}

.at-blacklist__chara {
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: 25% auto 20%;
	width: 100%;
	gap: 10px;
}

.at-blacklist__charaname h3,
.at-blacklist__threadlink a {
	font-family: 'Chivo', sans-serif;
    font-weight: 500;
	font-style: normal;
    font-size: 12px;
    color: var(--font_dlink);
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;	
}
.at-blacklist__charaname h3 a:hover,
.at-blacklist__threadlink a:hover,
.at-blacklist__useroptions a:hover,
.at-blacklist__modoptions a:hover,
.at-blacklist__charainfors a:hover {
    background: var(--andarna_ondark);
    color: var(--font_onhigh);
}

.at-blacklist__charainfors {
	flex-grow: 1;
}
.at-blacklist__charainfors ul {
	padding: 0px 0px 0px 25px;
	list-style-type: square;
}

.at-blacklist__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.at-blacklist__useroptions {
	display: flex;
	flex-direction: column;
}
.at-blacklist__useroptions b,
.at-blacklist__modoptions b {
    font-weight: 700;	
}

.at-blacklist__modoptions a {
	display: block;	
}

.at-blacklist__awaymodinfo b {
	font-style: italic;	
}
.at-blacklist__awaymodinfo::before {
	content: '▪';	
	font-size: 17px;
	margin: 0px 9px 0px -16px;
}

.at-strokeuser {
	text-decoration: line-through;
}
.at-strokeinfo {
	text-decoration: line-through !important;
}

.at-opacity {
	opacity: 0.5;
}

.at-blacklist__alertbutton {
	    display: flex;
    justify-content: flex-end;
    padding: 0px;
}
.at-blacklist__alertbutton button {
    display: block;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-weight: 200;
    color: var(--font_link_darkhg);
    background: var(--link_darkhg);
    padding: 0.2em 1em;
    text-decoration: none;
    border: solid 1px var(--link_darkhg);
    outline: 0;
    cursor: pointer;
}
.at-blacklist__alertbutton button:hover {
    color: var(--font_onhigh);
    background: var(--andarna_ondark);
}

.at-blacklist__charaname.at-strokeuser {
    text-decoration: none;
}

.at-blacklist__charaname.at-strokeuser h3{
    text-decoration: line-through;
}

.at-blacklist__modoptions span {
    display: flex;
    gap: 5px;
}
