/* Glocal Sconti a Soglia — stili front-end (default, sovrascrivibili da Elementor) */

.gtd-progress-bar {
	width: 100%;
}

.gtd-progress-message {
	margin: 0 0 10px;
	color: #7D7E7C;
	line-height: 1.4;
}

.gtd-progress-congrats {
	margin: 0 0 10px;
	color: #80C141;
	font-weight: 700;
	line-height: 1.4;
}

.gtd-progress-track {
	position: relative;
	width: 100%;
	height: 14px;
	background-color: #EDEDED;
	border-radius: 20px;
	overflow: hidden;
}

.gtd-progress-fill {
	display: block;
	height: 100%;
	background-color: #80C141;
	border-radius: 20px;
	width: 0;
	transition: width 0.5s ease;
}

/* Tabella soglie */
.gtd-tiers-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.gtd-tiers-table thead th {
	background-color: #80C141;
	color: #fff;
	text-align: left;
	padding: 10px;
	font-weight: 600;
}

.gtd-tiers-table tbody td {
	padding: 10px;
	color: #7D7E7C;
	border-bottom: 1px solid #ececec;
}

.gtd-tiers-table tr.gtd-tier-active td {
	background-color: #F0F7E6;
	color: #4a7016;
	font-weight: 700;
}

@media ( prefers-reduced-motion: reduce ) {
	.gtd-progress-fill {
		transition: none;
	}
}
