/* IPDI — striscia legale sotto footer (workflow) */
.ipdi-footer-legal-bar {
	max-width: 1222px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	text-align: center;
}

.ipdi-footer-legal-bar__aiuti {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	text-align: center;
}

.ipdi-footer-legal-bar__aiuti-title {
	margin: 0 0 8px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
}

.ipdi-footer-legal-bar__aiuti-text {
	margin: 0 auto 8px;
	max-width: 920px;
	text-align: center;
}

.ipdi-footer-legal-bar__aiuti-links {
	margin: 0;
	text-align: center;
}

.ipdi-footer-legal-bar__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 4px;
	margin: 0;
	text-align: center;
}

.ipdi-footer-legal-bar__links a {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
}

.ipdi-footer-legal-bar__links a:hover {
	color: #fff;
	text-decoration: underline;
}

.ipdi-footer-legal-bar__sep {
	color: rgba(255, 255, 255, 0.45);
	user-select: none;
}

.ipdi-footer-legal-bar-row .vc_column-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.ipdi-footer-legal-bar-row .wpb_wrapper,
.ipdi-footer-legal-bar-row .vc_column_text {
	text-align: center !important;
}

.ipdi-footer-legal-bar-row.vc_row {
	background-color: transparent !important;
}

@media (max-width: 767px) {
	.ipdi-footer-legal-bar__links {
		flex-direction: column;
		gap: 8px;
	}

	.ipdi-footer-legal-bar__sep {
		display: none;
	}
}
