/*
 * Markup des "Carbon Badge" (klimaneutral-Widget), erzeugt von js/carbonbadge.min.js.
 * IDs/Klassen (#wcb, #wcb_a, #wcb_g, #wcb_2) kommen aus dem Drittanbieter-Script,
 * nicht aus unseren Templates - unverändert übernommen.
 */

footer .wp-block-columns #wcb.carbonbadge {
	--b1: #d40f14 !important;
	--b2: #d40f14 !important;
	font-size: 15px;
	text-align: left;
	color: #f5f4e9;
	line-height: 1.15;
}

footer #wcb #wcb_a {
	border-radius: 0 .3em .3em 0;
	border-left: 1rem;
	border-left-color: #fbf2ed !important;
	background: #d40f14;
	color: #fbf2ed !important;
	font-weight: 700;
	border-color: #d40f14;
}

#wcb_a,
footer #wcb.carbonbadge {
	--b1: #d40f14 !important;
	--b2: #d40f14 !important;
	font-size: 15px;
	text-align: center;
	color: var(--b1);
	line-height: 1.15;
}

footer.footer #wcb.carbonbadge {
	--b1: #d40f14 !important;
	--b2: #d40f14;
	font-size: 15px;
	text-align: left;
	color: var(--b1);
	line-height: 1.15;
}

#wcb #wcb_g {
	padding: .3em .5em;
	border: .13em solid #fbf2ed !important;
}

#wcb #wcb_2 {
	color: #fbf2ed;
}
