/* Prawo odstąpienia od umowy — style frontu (neutralne, dziedziczą po motywie) */
.wcpo-wrap {
	max-width: 720px;
	margin: 1.5em 0;
}

.wcpo-title {
	margin: 0 0 .5em;
}

.wcpo-intro,
.wcpo-order-meta,
.wcpo-help {
	color: #444;
}

.wcpo-help {
	display: block;
	font-size: .9em;
	margin-top: .25em;
}

.wcpo-optional {
	color: #666;
	font-weight: 400;
	font-size: .9em;
}

.wcpo-req {
	color: #b32d2e;
}

.wcpo-form .wcpo-field {
	margin: 0 0 1em;
}

.wcpo-form label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: .25em;
}

.wcpo-field--checkbox label,
.wcpo-radio {
	font-weight: 400;
}

.wcpo-form input[type="text"],
.wcpo-form input[type="email"],
.wcpo-form input[type="number"],
.wcpo-form select,
.wcpo-form textarea {
	width: 100%;
	max-width: 420px;
	padding: .55em .7em;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	font: inherit;
	box-sizing: border-box;
}

.wcpo-form input[type="number"] {
	max-width: 90px;
	width: auto;
}

/* Widoczny focus — wymóg dostępności (WCAG). */
.wcpo-form :focus-visible,
.wcpo-button:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 2px;
}

.wcpo-fieldset {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 1em 1.25em;
	margin: 0 0 1.25em;
}

.wcpo-fieldset legend {
	font-weight: 700;
	padding: 0 .5em;
}

.wcpo-scope {
	margin-bottom: 1em;
}

.wcpo-radio {
	display: block;
	margin-bottom: .35em;
}

.wcpo-items-table {
	width: 100%;
	border-collapse: collapse;
}

.wcpo-items-table th,
.wcpo-items-table td {
	text-align: left;
	padding: .5em;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

.wcpo-col-pick {
	width: 36px;
}

.wcpo-col-qty {
	width: 130px;
	white-space: nowrap;
}

.wcpo-qty-max {
	color: #777;
	margin-left: .25em;
}

.wcpo-actions {
	margin-top: 1em;
}

.wcpo-button--confirm {
	font-weight: 700;
}

.wcpo-notice {
	padding: 1em 1.25em;
	border-radius: 6px;
	margin: 0 0 1.25em;
	border: 1px solid transparent;
}

.wcpo-notice--error {
	background: #fbeaea;
	border-color: #e0a3a3;
	color: #8a1f1f;
}

.wcpo-notice--success {
	background: #eaf7ec;
	border-color: #9ad0a4;
	color: #1e5b2a;
}

.wcpo-notice--info {
	background: #eef4fb;
	border-color: #a9c6e6;
	color: #1d4f86;
}

.wcpo-thankyou {
	margin: 1.5em 0;
	padding: 1.25em;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}

/* Gdy JS wyłączony – pozycje zawsze widoczne. */
.wcpo-items--toggle {
	display: block;
}
