.privacy-policy-notice {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	max-width: 1200px !important;
	margin: 0 auto;
	padding: 20px;
}

.privacy-policy-notice h1 {
	text-align: center;
	color: #2c3e50;
	margin-bottom: 30px;
}

.privacy-policy-notice h2 {
	color: #2c3e50;
	margin-top: 30px;
	margin-bottom: 15px;
}

.last-updated {
	text-align: center;
	font-style: italic;
	color: #666;
	margin-bottom: 20px;
}

.privacy-policy-body {
	color: inherit;
}

.intro {
	background-color: #f8f9fa;
	padding: 15px;
	border-left: 4px solid #3498db;
	margin-bottom: 20px;
}

.contact-info {
	padding: 15px;
	border-radius: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.privacy-policy-notice ul {
	padding-left: 20px;
}

.privacy-policy-notice li {
	margin-bottom: 8px;
}

.privacy-policy-notice a {
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.privacy-policy-notice a:hover,
.privacy-policy-notice a:focus {
	opacity: 0.8;
	text-decoration: underline;
}
