/* Δικαίωμα Υπαναχώρησης — front-end styles */
.wcw-wrap {
	max-width: 760px;
	margin: 0 auto;
}
.wcw-wrap h2 {
	margin-top: 0;
}
.wcw-custom-text {
	margin-bottom: 1.5em;
}
.wcw-notice {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 1.25em;
	border-left: 4px solid #666;
	background: #f6f7f7;
}
.wcw-notice--error {
	border-left-color: #b32d2e;
	background: #fcf0f1;
}
.wcw-notice--success {
	border-left-color: #00814e;
	background: #edfaf3;
}
.wcw-field {
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
}
.wcw-field label {
	font-weight: 600;
	margin-bottom: 4px;
}
.wcw-field input[type="text"],
.wcw-field input[type="number"],
.wcw-field textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 400px;
}
.wcw-field .required {
	color: #b32d2e;
}
.wcw-actions {
	margin-top: 1.25em;
}
.wcw-btn,
a.button.wcw_withdrawal,
.woocommerce-button.wcw_withdrawal {
	display: inline-block;
	padding: 11px 22px;
	background: #1a73e8 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	transition: background 0.15s ease, box-shadow 0.15s ease;
}
.wcw-btn:hover,
.wcw-btn:focus,
a.button.wcw_withdrawal:hover,
.woocommerce-button.wcw_withdrawal:hover {
	background: #1558b0 !important;
	color: #fff !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}
.wcw-btn--small {
	padding: 7px 14px;
	font-size: 13px;
}
.wcw-btn--primary {
	background: #00814e !important;
}
.wcw-btn--primary:hover,
.wcw-btn--primary:focus {
	background: #006b41 !important;
}
.wcw-orders-table,
.wcw-items-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
.wcw-orders-table th,
.wcw-orders-table td,
.wcw-items-table th,
.wcw-items-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #e2e4e7;
	text-align: left;
	vertical-align: middle;
}
.wcw-items-table img {
	border-radius: 4px;
	display: block;
}
.wcw-col-thumb {
	width: 56px;
}
.wcw-col-check {
	width: 32px;
}
.wcw-item-qty {
	width: 64px;
}
.wcw-qty-max {
	color: #777;
	font-size: 12px;
	margin-left: 4px;
}
.wcw-muted {
	color: #999;
}
.wcw-or {
	font-weight: 600;
	margin: 1.5em 0 0.5em;
}
.wcw-deadline {
	color: #8c5e00;
	font-weight: 600;
}
.wcw-legal {
	font-size: 13px;
	color: #555;
	background: #f6f7f7;
	padding: 10px 14px;
	border-radius: 4px;
}
.wcw-success {
	padding: 20px;
	border: 1px solid #00814e;
	border-radius: 6px;
	background: #edfaf3;
}
