/**
 * Stili per la modale "Esercita il recesso" nell'area "Il mio account".
 * Personalizzare colori/font in base al tema attivo.
 */

.bsdr-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.bsdr-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.5 );
}

.bsdr-modal-content {
	position: relative;
	background: #fff;
	max-width: 480px;
	margin: 60px auto;
	padding: 24px;
	border-radius: 6px;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 4px 20px rgba( 0, 0, 0, 0.2 );
}

.bsdr-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #444;
}

.bsdr-modal h2 {
	margin-top: 0;
}

.bsdr-order-info {
	font-weight: 600;
	margin-bottom: 10px;
}

.bsdr-items-list {
	margin-bottom: 12px;
}

.bsdr-item-checkbox {
	display: block;
	margin-bottom: 6px;
}

#bsdr-reason {
	width: 100%;
	margin: 8px 0 4px;
}

.bsdr-actions {
	margin-top: 18px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.bsdr-summary-items {
	margin: 10px 0;
	padding-left: 20px;
}

.bsdr-summary-reason {
	font-style: italic;
	color: #555;
}

.bsdr-disclaimer {
	font-size: 0.9em;
	color: #555;
	margin-top: 12px;
}

.bsdr-error-message {
	padding: 8px 12px;
}

.bsdr-tc-label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 14px 0 6px;
	font-size: 0.9em;
	line-height: 1.4;
	cursor: pointer;
}

.bsdr-tc-label input[type="checkbox"] {
	margin-top: 2px;
	flex-shrink: 0;
}

.bsdr-tc-label a {
	text-decoration: underline;
}

.bsdr-view-order-action {
	margin-top: 20px;
}
