.blacklist-info {
padding: 5px 60px; 
text-align:justify;
}

.blacklist-button {
padding:6px 20px;
margin:10px;
background-color: var(--bg-card);
color:var(--bg-main);
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
}

.whitelist-notice {
text-align:center;
	background: var(--palecolor5);
	padding:4px 10px;
	color:var(--lightback);
}

.whitelist-notice a:link,.whitelist-notice a:hover, .whitelist-notice a:active, .whitelist-notice a:visited {
	color: var(--lightback);
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: underline dotted;
}

.blacklist-entry {
margin: 5px 80px;
padding:5px;
font-size:12px;
border-bottom: 1px solid var(--bordercolor);
}

.blacklist-box {
    margin: 5px;
    border-bottom: 1px solid var(--border);
    font-size: 11px;
    padding-bottom: 10px;

}

.whitelist-box {
	margin: 5px;
border-bottom: 1px solid var(--border);
	font-size:11px;
	padding-bottom:10px;
}

.whitelist-box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
	padding:10px 20px;
}

.whitelist-team {
font-size:10px;
	padding:10px;
border: 2px solid var(--glass-border);}

.char-info-wrapper {
    margin-top: 10px;
    font-size: 14px;
font-size:10px;
}

.char-info-row {
    display: flex;
    gap: 20px;
font-size:10px;
    margin-bottom: 10px;
    flex-wrap: wrap; /* für Mobilgeräte */
}

.char-info-row > div {
    background: var(--scenetracker);
    padding: 6px 10px;
    flex: 1 1 auto;
font-size:10px;
    min-width: 150px;
}

.scene-scrollbox {
    max-height: 200px;
    overflow: auto;
font-size:10px;
    padding: 5px;
border:1px solid var(--hgdarker);
    background: var(--scenetracker);
}

.scene-scrollbox table {
    width: 100%;
    border-collapse: collapse;
}

.scene-scrollbox td {
    padding: 6px;
    border-bottom: 1px solid var(--hggreyer);
}

.activity-active {
            color: var(--fontnormal);
        }
        .activity-warning {
            color: var(--h4font);
        }
        .activity-inactive {
            color: var(--link3);
        }

      table {
            width: 100%;
            border-collapse: collapse;
        }

        table th, table td {
            border-bottom: 1px solid var(--hgdarker);
            padding: 8px;
            text-align: left;
        }
        table th {
            background-color: var(--hgdarker);
        }
  
        .stats-table {
            margin-top: 10px;
            width: 80%;

        }