.cppa-notice {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.cppa-notice h1 {
	text-align: center;
	color: #2c3e50;
	margin-bottom: 30px;
}

.cppa-notice h2 {
	color: #2c3e50;
	margin-top: 30px;
	margin-bottom: 15px;
}

.cppa-notice h3 {
	color: #34495e;
	margin-top: 20px;
	margin-bottom: 10px;
}

.cppa-intro {
	background-color: #f8f9fa;
	padding: 15px;
	border-left: 4px solid #3498db;
	margin-bottom: 20px;
}

.cppa-contact-block {
	padding: 15px;
	border-radius: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.cppa-notice table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0 25px;
}

.cppa-notice th,
.cppa-notice td {
	border: 1px solid #e1e4e8;
	padding: 10px;
	vertical-align: top;
}

.cppa-notice th {
	background: #f8f9fa;
	text-align: left;
}

.cppa-notice ul {
	padding-left: 20px;
}

.cppa-notice li {
	margin-bottom: 8px;
}

.cppa-notice a {
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.cppa-notice a:hover,
.cppa-notice a:focus {
	opacity: 0.8;
	text-decoration: underline;
}
