/* W3S EU Withdrawal Request — public form + checkout consent styles. */

.w3s-ewr-pro-form-wrap {
	max-width: 720px;
	margin: 0 auto;
}

.w3s-ewr-pro-intro {
	margin-bottom: 1.25em;
}

.w3s-ewr-pro-notice {
	border-left: 4px solid #2271b1;
	background: #f0f6fc;
	padding: 0.75em 1em;
	margin: 0 0 1.25em;
}

.w3s-ewr-pro-notice--error {
	border-left-color: #d63638;
	background: #fcf0f1;
}

.w3s-ewr-pro-notice--success {
	border-left-color: #00a32a;
	background: #edfaef;
}

.w3s-ewr-pro-fieldset {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1em 1.25em;
	margin: 0 0 1.5em;
}

.w3s-ewr-pro-fieldset legend {
	font-weight: 600;
	padding: 0 0.5em;
}

.w3s-ewr-pro-field {
	margin-bottom: 1em;
}

.w3s-ewr-pro-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.w3s-ewr-pro-field input[type="text"],
.w3s-ewr-pro-field input[type="email"],
.w3s-ewr-pro-field input[type="date"],
.w3s-ewr-pro-field textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.w3s-ewr-pro-field--half input {
	max-width: 240px;
}

.w3s-ewr-pro-field__help {
	display: block;
	font-size: 0.85em;
	color: #666;
	margin-top: 0.25em;
}

.w3s-ewr-pro-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.w3s-ewr-pro-item {
	padding: 0.5em 0;
	border-bottom: 1px dashed #e0e0e0;
}

.w3s-ewr-pro-item label {
	display: flex;
	align-items: flex-start;
	gap: 0.75em;
	cursor: pointer;
}

.w3s-ewr-pro-item--excluded label {
	cursor: default;
}

.w3s-ewr-pro-item__thumb img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.w3s-ewr-pro-item__info {
	display: block;
}

.w3s-ewr-pro-item__name {
	display: block;
	font-weight: 600;
}

.w3s-ewr-pro-item__sku,
.w3s-ewr-pro-item__meta,
.w3s-ewr-pro-item__qty {
	display: block;
	font-size: 0.85em;
	color: #666;
}

.w3s-ewr-pro-item__meta dl,
.w3s-ewr-pro-item__meta dt,
.w3s-ewr-pro-item__meta dd {
	display: inline;
	margin: 0;
}

.w3s-ewr-pro-item:last-child {
	border-bottom: 0;
}

.w3s-ewr-pro-item--excluded {
	opacity: 0.85;
}

.w3s-ewr-pro-item--excluded .w3s-ewr-pro-item__name {
	color: #777;
}

.w3s-ewr-pro-item__notice {
	margin: 0.25em 0 0 1.75em;
	font-size: 0.85em;
	color: #a4632a;
}

.w3s-ewr-pro-item__brand {
	color: #777;
	font-size: 0.9em;
}

.w3s-ewr-pro-summary {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

.w3s-ewr-pro-summary th,
.w3s-ewr-pro-summary td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	padding: 0.5em 0.75em;
}

.w3s-ewr-pro-summary th {
	width: 35%;
}

.w3s-ewr-pro-summary__items {
	list-style: disc;
	margin: 0 0 0 1.25em;
	padding: 0;
}

.w3s-ewr-pro-actions {
	text-align: center;
	margin: 1.75em 0 0.75em;
}

.w3s-ewr-pro-button {
	display: inline-block;
	padding: 0.85em 2.5em;
	border: 0;
	border-radius: 6px;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.15s ease, transform 0.05s ease;
}

.w3s-ewr-pro-button:hover {
	opacity: 0.85;
}

.w3s-ewr-pro-button:active {
	transform: translateY(1px);
}

.w3s-ewr-pro-button--primary {
	background: #2271b1;
	color: #fff;
}

.w3s-ewr-pro-button--primary:hover {
	color: #fff;
}

.w3s-ewr-pro-button--secondary {
	background: #f0f0f1;
	color: #1d2327;
}

.w3s-ewr-pro-actions .w3s-ewr-pro-button + .w3s-ewr-pro-button {
	margin-left: 0.75em;
}

.w3s-ewr-pro-deadline {
	margin: 0.5em 0 0;
}

.w3s-ewr-pro-status__badge {
	display: inline-block;
	padding: 0.15em 0.6em;
	border-radius: 3px;
	background: #f0f0f1;
}

.w3s-ewr-pro-status__badge--requested {
	background: #fcf9e8;
}

.w3s-ewr-pro-status__badge--approved,
.w3s-ewr-pro-status__badge--closed {
	background: #edfaef;
}

.w3s-ewr-pro-status__badge--rejected {
	background: #fcf0f1;
}

/* Checkout consent box (classic checkout). */
.w3s-ewr-pro-consent {
	border: 1px solid #d63638;
	border-radius: 4px;
	background: #fcf0f1;
	padding: 0.9em 1.1em;
	margin-bottom: 1.25em;
}

.w3s-ewr-pro-consent__notice {
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 0.6em;
}

.w3s-ewr-pro-consent .form-row {
	margin: 0;
}
