/*
 * Rechtsseiten & Widerrufsformular — Marke Zweisam Corporate Fashion.
 * Zurückhaltend, gut lesbar; nutzt --zcf-*-Vars mit Fallbacks.
 */
.zwcl-widerruf { max-width: 640px; }
.zwcl-widerruf__intro,
.zwcl-widerruf__hint { color: #55606a; }
.zwcl-widerruf__hint { font-size: 0.85rem; }

.zwcl-field { display: flex; flex-direction: column; gap: 0.3rem; margin: 0 0 1rem; }
.zwcl-field label { font-weight: 600; font-size: 0.92rem; color: var(--zcf-ink, #1E252D); }
.zwcl-field__hint { font-weight: 400; color: #8a8f95; }
.zwcl-field input,
.zwcl-field textarea {
	width: 100%;
	padding: 0.6rem 0.7rem;
	border: 1px solid rgba(35, 67, 74, 0.3);
	border-radius: 8px;
	font: inherit;
	background: #fff;
	color: var(--zcf-ink, #1E252D);
}
.zwcl-field input:focus,
.zwcl-field textarea:focus {
	outline: 2px solid var(--zcf-petrol, #23434A);
	outline-offset: 1px;
	border-color: var(--zcf-petrol, #23434A);
}

.zwcl-btn {
	appearance: none;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 0.7rem 1.6rem;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}
.zwcl-btn--primary { background: var(--zcf-petrol, #23434A); color: #fff; }
.zwcl-btn--primary:hover { background: #1b343a; }

/* Honeypot komplett aus dem Blick nehmen. */
.zwcl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.zwcl-legal-notice {
	border-radius: 10px;
	padding: 0.9rem 1.1rem;
	margin: 0 0 1.2rem;
	border: 1px solid transparent;
}
.zwcl-legal-notice ul { margin: 0; padding-left: 1.2rem; }
.zwcl-legal-notice--error { background: #fbecec; border-color: #e3b7b7; color: #7a2222; }
.zwcl-legal-notice--info { background: #eef4f5; border-color: #b9d2d6; color: #23434A; }
.zwcl-legal-notice--success { background: #eef6ef; border-color: #b9d6bf; color: #1f5130; }
.zwcl-legal-notice--success h2 { margin-top: 0; color: inherit; }

.zwcl-widerruf__summary {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0.35rem 1.2rem;
	background: var(--zcf-sand, #F6F1E8);
	border-radius: 10px;
	padding: 1rem 1.2rem;
	margin: 0 0 1.2rem;
}
.zwcl-widerruf__summary dt { font-weight: 600; color: #55606a; }
.zwcl-widerruf__summary dd { margin: 0; }

.zwcl-widerruf__actions { margin-top: 0.5rem; }

@media (max-width: 480px) {
	.zwcl-widerruf__summary { grid-template-columns: 1fr; gap: 0.15rem; }
	.zwcl-widerruf__summary dd { margin-bottom: 0.5rem; }
}
