.lat46-gdpr-document {
	max-width: 860px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.7;
	color: #333;
}

.lat46-gdpr-doc h1 {
	font-size: 1.75rem;
	margin-bottom: .25rem;
}

.lat46-gdpr-doc h2 {
	font-size: 1.2rem;
	margin-top: 2rem;
	border-bottom: 1px solid #eee;
	padding-bottom: .4rem;
}

.lat46-gdpr-doc h3 {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.lat46-gdpr-doc__date {
	color: #777;
	font-size: .875rem;
	margin-bottom: 2rem;
}

.lat46-gdpr-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
	font-size: .875rem;
}

.lat46-gdpr-table th,
.lat46-gdpr-table td {
	border: 1px solid #ddd;
	padding: .5rem .75rem;
	text-align: left;
}

.lat46-gdpr-table th {
	background: #f5f5f5;
	font-weight: 600;
}

.lat46-gdpr-table tr:nth-child(even) td {
	background: #fafafa;
}

/* Sezione gestione preferenze nella Cookie Policy */
.lat46-gdpr-manage-consent {
	margin-top: 2rem;
	padding: 1.5rem;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-left: 4px solid #cc0000;
	border-radius: 4px;
}

.lat46-gdpr-manage-consent h2 {
	margin-top: 0;
	border: none;
	font-size: 1.1rem;
}

.lat46-gdpr-open-preferences {
	background: #1a1a1a;
	color: #fff;
	border: none;
	padding: .6rem 1.25rem;
	border-radius: 4px;
	font-size: .95rem;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s;
}

.lat46-gdpr-open-preferences:hover {
	background: #cc0000;
}

.lat46-gdpr-placeholder {
	font-weight: 600;
	color: #0073aa;
}
