/* Concrafts Compliance — Produktseiten-Anzeige (dezent, sachliche Pflichtangabe) */
.ccc-safety {
	margin: 24px 0;
	padding: 16px 18px;
	border: 1px solid #e8e8ec;
	border-radius: 10px;
	background: #fbfbfc;
	font-size: 0.8125rem;
	color: #444;
}
/* Hauptüberschrift dezent (Theme-Größen überschreiben) */
.ccc-safety .ccc-safety__title {
	margin: 0 0 12px !important;
	font-size: 0.95rem !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	color: #2a2a2e !important;
}
/* Unterüberschriften als kleines Label */
.ccc-safety h3 {
	margin: 14px 0 6px !important;
	font-size: 0.72rem !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #8a8a92 !important;
}
.ccc-pictos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}
.ccc-picto {
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
}
.ccc-signal {
	display: inline-block;
	margin: 0 0 8px;
	padding: 3px 10px;
	border-radius: 50px;
	font-size: 0.75rem;
	background: #fdf3e7;
	color: #8a5300;
	border: 1px solid #f0d9b5;
}
.ccc-signal--gefahr {
	background: #fbece9;
	color: #9a2318;
	border-color: #eebcb4;
}
.ccc-safety ul {
	margin: 0;
	padding-left: 18px;
}
.ccc-safety li {
	margin: 3px 0;
	line-height: 1.45;
	font-size: 0.8125rem;
}
.ccc-manufacturer {
	margin: 12px 0 0;
	font-size: 0.78rem;
	color: #666;
}
.ccc-docs {
	margin-top: 14px;
}
.ccc-docs ul {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
}
.ccc-docs li {
	margin: 6px 0;
}
.ccc-docs a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	min-height: 44px;
	box-sizing: border-box;
	border: 1px solid #e0e0e4;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	color: #333;
	font-size: 0.8125rem;
	font-weight: 500;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ccc-docs a:hover {
	border-color: #c4c4cc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.ccc-doc-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 19px;
	flex: 0 0 auto;
	border-radius: 4px;
	background: #c0392b;
	color: #fff;
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
@media (max-width: 768px) {
	.ccc-safety { padding: 14px; }
}

/* ── Widerrufsformular (§ 356a BGB) ─────────────────────── */
body.page-id-8062 .entry-content { padding-bottom: 64px; }
.ccc-widerruf {
	max-width: 640px;
	margin: 16px auto 64px !important;
	padding: 24px 26px;
	background: #ffffff;
	border: 1px solid #e6e6ea;
	border-radius: 14px;
	font-size: 0.95rem;
	color: #2a2a2e;
}
.ccc-widerruf .ccc-wr-title {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	margin: 0 0 16px !important;
}
.ccc-wr-hinweis {
	padding: 14px 16px;
	border: 1px solid #ffd591;
	background: #fff8ec;
	border-radius: 10px;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.ccc-wr-hinweis a { color: #b35900; text-decoration: underline; }
.ccc-wr-error {
	padding: 12px 16px;
	border: 1px solid #f0b3ab;
	background: #fbece9;
	color: #9a2318;
	border-radius: 10px;
	margin-bottom: 18px;
}
.ccc-wr-error ul { margin: 0; padding-left: 18px; }
.ccc-wr-row { margin-bottom: 16px; }
.ccc-widerruf .ccc-wr-row label { font-weight: 600; display: block; margin-bottom: 6px; color: #2a2a2e !important; }
.ccc-widerruf .ccc-wr-check > span { font-weight: 500; color: #2a2a2e !important; }
.ccc-widerruf .ccc-wr-row input,
.ccc-widerruf .ccc-wr-row textarea {
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1.5px solid #d4d4da;
	border-radius: 8px;
	font-size: 1rem;
	box-sizing: border-box;
	background: #f7f7f9 !important;
	color: #2a2a2e !important;
}
.ccc-wr-row textarea { min-height: 90px; }
.ccc-wr-row input:focus,
.ccc-wr-row textarea:focus {
	outline: none;
	border-color: #c0392b;
	box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}
.ccc-wr-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 18px;
}
.ccc-wr-check input { margin-top: 2px; width: 18px; height: 18px; flex: 0 0 auto; }
.ccc-wr-check span { font-weight: 500; margin: 0; }
.ccc-wr-req { display: inline; color: #c0392b; }
.ccc-wr-btn {
	display: inline-block;
	min-height: 52px;
	padding: 0 28px;
	border: none;
	border-radius: 50px;
	background: #c0392b;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.08s ease;
}
.ccc-wr-btn:hover { background: #a93226; box-shadow: 0 4px 14px rgba(192, 57, 43, 0.25); }
.ccc-wr-btn:active { transform: scale(0.98); }
.ccc-wr-note { font-size: 0.82rem; color: #777; margin-top: 10px; }
.ccc-wr-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.ccc-wr-success {
	padding: 20px 22px;
	border: 1px solid #b6dcc0;
	background: #f0faf3;
	border-radius: 12px;
}
.ccc-wr-success .ccc-wr-title { color: #1d7a3d !important; }
