/* Web24 MultiForum Suite - AdManager Frontend-Styles */

/* Wrapper um Anzeige + Kennzeichnung (nur bei label_position: empty_only ohne Anzeigen) */
.w24mf-admanager-zone-wrap {
	margin: 8px 0;
}

/* Kennzeichnungs-Zeile */
.w24mf-adm-label {
	display: flex;
	align-items: baseline;
	gap: 6px;
	padding: 4px 0;
	font-size: 0.75em;
	line-height: 1.4;
	color: #646970;
}

.w24mf-adm-label__badge {
	display: inline-block;
	background: #f0f0f1;
	border: 1px solid #dcdcde;
	border-radius: 3px;
	padding: 1px 5px;
	font-size: 0.85em;
	font-weight: 600;
	color: #3c434a;
	white-space: nowrap;
	flex-shrink: 0;
}

.w24mf-adm-label__text {
	flex: 1;
}

/* Textanzeige (ad_type: text) */
a.w24mf-adm-text-ad,
span.w24mf-adm-text-ad {
	display: inline-block;
	padding: 4px 8px;
	background: #f9f9f9;
	border: 1px solid #dcdcde;
	border-radius: 3px;
	color: #2271b1;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.5;
}

a.w24mf-adm-text-ad:hover {
	background: #f0f0f1;
	text-decoration: underline;
}

/* Anzeigen-Ueberschrift */
.w24mf-admanager-headline {
	margin: 0 0 8px;
	padding: 0;
	font-size: 1.15em;
	line-height: 1.3;
	font-weight: 600;
}

/* Umgebungstexte: Freitexte + globale Textbausteine, bewusst ausserhalb
   des klickgetrackten Anzeigen-Divs. */
.w24mf-admanager-ad-wrap {
	margin: 0;
}

.w24mf-adm-ad-text {
	font-size: 0.85em;
	line-height: 1.5;
	color: #50575e;
}

.w24mf-adm-ad-text--above {
	margin: 0 0 8px;
}

.w24mf-adm-ad-text--below {
	margin: 8px 0 0;
}

.w24mf-adm-ad-text a {
	color: #2271b1;
}

/* Globale Textbausteine (per Referenz) */
.w24mf-adm-textblocks {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 0.8em;
	line-height: 1.5;
	color: #646970;
}

.w24mf-adm-textblocks--zone {
	margin: 4px 0;
}

.w24mf-adm-textblocks--ad {
	margin: 6px 0;
}

.w24mf-adm-textblock a {
	color: #2271b1;
}
