/* Recesso EU 2023/2673 — front-end styles */

.wre-footer-link {
	text-align: center;
	margin: 1.5em 0;
	font-size: 0.9em;
}

.wre-footer-link a {
	text-decoration: underline;
}

.wre-order-summary {
	margin-bottom: 1.5em;
}

.wre-order-summary .shop_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0.75em;
}

.wre-order-summary .shop_table th,
.wre-order-summary .shop_table td {
	padding: 8px 12px;
	border: 1px solid #e5e5e5;
	text-align: left;
}

.wre-excluded-flag {
	display: inline-block;
	margin-left: 6px;
	font-size: 0.82em;
	color: #b8860b;
	white-space: nowrap;
}

.wre-excluded-note {
	margin-bottom: 1.25em;
}

.wre-form .form-row {
	margin-bottom: 1.1em;
}

.wre-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.wre-form select,
.wre-form textarea {
	width: 100%;
	max-width: 520px;
}

.wre-form .checkbox input {
	width: auto;
	margin-right: 0.5em;
}

.wre-form .checkbox span {
	font-weight: 400;
}

.wre-form .required {
	color: #c62828;
}
