/* Drept de Retragere pentru WooCommerce */

.wdr-buton {
	display: inline-block;
	padding: 10px 18px;
	background: #1d2327;
	color: #fff !important;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none !important;
	cursor: pointer;
}

.wdr-buton:hover,
.wdr-buton:focus {
	background: #3c434a;
	color: #fff !important;
}

.wdr-footer {
	text-align: center;
	padding: 16px 10px;
}

.wdr-footer-in-theme {
	padding: 12px 10px;
	margin: 0;
}

/* În footer Elementor: containerul interior e flex cu coloane — butonul ocupă rând întreg. */
.wdr-footer-elementor {
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}

.wdr-powered-by {
	margin-top: 24px;
	padding-top: 12px;
	border-top: 1px solid #e0e0e0;
	font-size: 12px;
	color: #646970;
	text-align: center;
}

.wdr-powered-by a {
	color: inherit;
	text-decoration: underline;
}

.wdr-order-view {
	margin-top: 16px;
}

/* Formular */
.wdr-formular {
	max-width: 720px;
}

.wdr-info,
.wdr-catre {
	background: #f6f7f7;
	border-left: 4px solid #1d2327;
	padding: 12px 16px;
	margin-bottom: 20px;
}

.wdr-camp {
	margin-bottom: 16px;
}

.wdr-camp label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.wdr-camp input[type="text"],
.wdr-camp input[type="email"],
.wdr-camp input[type="tel"],
.wdr-camp input[type="date"],
.wdr-camp textarea {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	box-sizing: border-box;
}

.wdr-descriere {
	display: block;
	font-size: 13px;
	color: #646970;
	margin-top: 4px;
}

.wdr-obligatoriu {
	color: #d63638;
}

.wdr-declaratie label {
	font-weight: 400;
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.wdr-declaratie input[type="checkbox"] {
	margin-top: 4px;
	flex-shrink: 0;
}

.wdr-honeypot {
	position: absolute !important;
	left: -9999px !important;
	height: 0;
	overflow: hidden;
}

/* Notificări */
.wdr-notice {
	padding: 14px 18px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.wdr-notice-succes {
	background: #edfaef;
	border: 1px solid #00a32a;
}

.wdr-notice-eroare {
	background: #fcf0f1;
	border: 1px solid #d63638;
}

.wdr-notice ul {
	margin: 0;
	padding-left: 18px;
}

/* Excepție pe pagina produsului */
.wdr-exceptie {
	background: #fcf9e8;
	border: 1px solid #dba617;
	border-radius: 4px;
	padding: 10px 14px;
	margin: 12px 0;
	font-size: 14px;
}

@media (min-width: 600px) {
	.wdr-form {
		display: block;
	}
}
