.wc-recesso-btn {
	background-color: #dc3232 !important;
	color: #fff !important;
	display: inline-block !important;
	font-weight: 700 !important;
	text-align: center !important;
	border: 1px solid #dc3232 !important;
}

.wc-recesso-btn:hover {
	background-color: #b32d2e !important;
	border-color: #b32d2e !important;
	color: #fff !important;
}

.wc-recesso-button-wrapper {
	margin-top: 20px;
}

.wc-recesso-notice {
	margin-top: 20px;
	padding: 15px;
	background: #fdf5e6;
	border-left: 4px solid #dc3232;
}

.wc-recesso-notice .wc-recesso-ts-label {
	font-weight: 600;
	color: #1d2327;
}

.wc-recesso-notice .wc-recesso-ts-value {
	color: #50575e;
}

.wc-recesso-ospite-container {
	max-width: 500px;
	margin: 20px auto;
	padding: 25px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.wc-recesso-ospite-container .form-row {
	margin-bottom: 15px;
}

.wc-recesso-ospite-container label {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.wc-recesso-ospite-container input[type="number"],
.wc-recesso-ospite-container input[type="email"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.wc-recesso-ospite-container input[type="submit"] {
	background-color: #111;
	color: #fff;
	padding: 12px 25px;
	border: none;
	border-radius: 4px;
	width: 100%;
	font-weight: 700;
	cursor: pointer;
}

.wc-recesso-ospite-container input[type="submit"]:hover {
	background-color: #333;
}

.wc-recesso-withdrawal-form {
	margin-top: 25px;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fafafa;
}

.wc-recesso-withdrawal-form h3 {
	margin-top: 0;
	color: #cc0000;
}

.wc-recesso-items-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.wc-recesso-items-table th,
.wc-recesso-items-table td {
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

.wc-recesso-items-table thead th {
	background: #f5f5f5;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
}

.wc-recesso-items-table input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.wc-recesso-items-table input[type="number"] {
	width: 70px;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
}

.wc-recesso-items-table label {
	display: flex;
	align-items: center;
	gap: 6px;
}

.wc-recesso-form-actions {
	margin-top: 15px;
}

.wc-recesso-form-actions .button {
	background: #dc3232;
	color: #fff;
	border: 1px solid #dc3232;
	padding: 10px 20px;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.wc-recesso-form-actions .button:hover {
	background: #b32d2e;
	border-color: #b32d2e;
	color: #fff;
}

.wc-recesso-myaccount-timeline {
	font-size: 12px;
	color: #646970;
	line-height: 1.4;
	margin-top: 4px;
}

.wc-recesso-myaccount-timeline .wc-recesso-ts-label {
	font-weight: 600;
	color: #1d2327;
	margin-top: 4px;
}

.wc-recesso-myaccount-timeline .wc-recesso-ts-value {
	color: #50575e;
}

.wc-recesso-myaccount-timeline .wc-recesso-ts-sep {
	height: 6px;
}
