.akkordeonButton {
	width: 100%;
	padding: 8px;
	margin-bottom: 3px;
	border: 0px;
	background-color: #e8e8e8;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	transition: 0.5s;
	text-align: left;
}

.akkordeonButtonAktiv, .akkordeonButton:hover {
	background-color: #a5b519;
	color: #ffffff;
	font-weight: bold; 
}

.akkordeonEinheit {
	background-color: #ffffff;
	padding: 0px 12px;
	overflow: hidden;
	display: none; 
}

.table-header{
	text-align: left;
	border = 1px;
}

.paginator{
	float: right;
	margin-left: auto; 
	margin-right: 20px;
}

.action_bar{
	float: left;
}

.filter{
	width:100%;
	padding: 20px;
    /*border: 1px solid grey; Border color */
    box-shadow: 0 0 10px lightgrey; /* Box shadow */
	margin-top: 20px;    /* Äußerer Abstand oberhalb des div */
    margin-bottom: 20px; /* Äußerer Abstand unterhalb des div */
}

.filter_head{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
    gap: 10px; /* Gap between grid items */
	align-self: center;
}

.filter_checkboxes{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
    gap: 10px; /* Gap between grid items */
}

.centered-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
	padding: 50px;
    transform: translate(-50%, -50%);
    z-index: 1000;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 10px grey; /* Box shadow */
}

.centered-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: white;
	font-weight:bold;
    background-color: red; /* Background color */
    padding: 10px;
    border: 4px solid whitesmoke; /* Border color */
    z-index: 1000;
}

.centered-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: white;
	font-weight: bold;
    background-color: green; /* Background color */
    padding: 10px;
    border: 4px solid whitesmoke; /* Border color */
    z-index: 1000;
}

#results{
	width:100%;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-top: 40px;
	padding: 10px;
}

#resultTable{
	width: 100%;
}

.check_message{
	width: 30;
}

.check_message_col{
	padding-left: 10px;
}

.large-smiley {
    font-size: 24px;
}
/* One-click "Block this sender"/"Block this domain" buttons in the message detail view. */
.gdpr-block-btn {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.6;
	color: #b32d2e;
	background: #fff;
	border: 1px solid #b32d2e;
	border-radius: 12px;
	cursor: pointer;
	vertical-align: middle;
}

.gdpr-block-btn:hover:not(:disabled) {
	color: #fff;
	background: #b32d2e;
}

.gdpr-block-btn:disabled {
	color: #8a8a8a;
	border-color: #cfcfcf;
	cursor: default;
}

/* "Treat as credential field" — same pill, deliberately quieter than the red
 * block buttons: it is offered on every posted row, so it must not shout. */
.gdpr-credential-btn {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.6;
	color: #646970;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 12px;
	cursor: pointer;
	vertical-align: middle;
}

.gdpr-credential-btn:hover:not(:disabled) {
	color: #1d2327;
	border-color: #8c8f94;
}

/* Classification-reason badge above the detail table (Message_Page::render_message()).
 * Mirrors .gdpr-badge / .gdpr-status-amber from style_admin.css — that stylesheet is
 * only enqueued on the settings page, so the pill is redefined here. Amber, because
 * every message carrying this badge was blocked as spam. */
.gdpr-reason-line {
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #555;
}

.gdpr-reason-badge {
	display: inline-block;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 8px;
	white-space: nowrap;
	background: #fdf3e1;
	color: #8a5a00;
}

/* The cause behind the badge (Classification_Reason::detail_label). Deliberately quiet —
 * it is a full sentence and must not compete with the badge for attention — but it is the
 * line a site owner actually needs when the same badge can mean four different things.
 * max-width in ch so a long sentence stays readable next to a wide message table. */
.gdpr-reason-detail {
	margin: -4px 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	max-width: 90ch;
}

/* REST route line above the detail table (technical row `_gdpr_route`,
 * Message_Page::render_message(), REST_ROUTES_PLAN.md AP5). Neutral, not amber like the
 * reason badge — a route is a fact about the submission, not a verdict: it is shown on
 * clean messages and analysis-mode captures too, not only blocked ones. */
.gdpr-route-line {
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #555;
}

.gdpr-route-line code {
	font-size: 11px;
	background: #f0f0f1;
	padding: 1px 6px;
	border-radius: 4px;
}

/* Gibberish-scoring line above the detail table (technical row `_gdpr_scoring`,
 * Message_Page::render_message()). Only ever present on non-spam messages, so it
 * carries the same neutral tone as the route line — a diagnostic fact, not a verdict. */
.gdpr-scoring-line {
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #555;
}

.gdpr-scoring-line code {
	font-size: 11px;
	background: #f0f0f1;
	padding: 1px 6px;
	border-radius: 4px;
}

/* Link from a "No proof of work" verdict to the settings-page self-test. Quiet, but it
 * is the one actionable step from this screen — see Message_Page::render_message(). */
.gdpr-reason-selftest {
	margin: -4px 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	max-width: 90ch;
}

/* PoW-probe line above the detail table (technical row `_gdpr_pow_probe`,
 * Message_Page::render_message()). Only present on "no proof of work" verdicts, and the
 * one line worth quoting in a support report — hence the monospace value plus a full
 * sentence of guidance underneath, styled like .gdpr-reason-detail so the two read as
 * one block: verdict, cause, evidence. */
.gdpr-probe-line {
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #555;
}

.gdpr-probe-line code {
	font-size: 11px;
	background: #f0f0f1;
	padding: 1px 6px;
	border-radius: 4px;
}

.gdpr-probe-hint {
	display: inline-block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	max-width: 90ch;
}

/* Same pill shape as .gdpr-block-btn, neutral color like .gdpr-credential-btn — this
 * button adds an admin-configured monitoring rule, not a block. */
.gdpr-monitor-route-btn {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.6;
	color: #646970;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 12px;
	cursor: pointer;
	vertical-align: middle;
}

.gdpr-monitor-route-btn:hover:not(:disabled) {
	color: #1d2327;
	border-color: #8c8f94;
}

.gdpr-monitor-route-btn:disabled {
	color: #8a8a8a;
	border-color: #cfcfcf;
	cursor: default;
}
