.terms-notice {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.terms-notice h1 {
	text-align: center;
	color: #2c3e50;
	margin-bottom: 30px;
}

.last-updated {
	text-align: center;
	font-style: italic;
	color: #666;
	margin-bottom: 20px;
}

.terms-notice-body {
	color: inherit;
}

.terms-notice h2 {
	color: #2c3e50;
	margin-top: 30px;
	margin-bottom: 15px;
}

.terms-notice h3 {
	color: #34495e;
	margin-top: 20px;
	margin-bottom: 10px;
}

.disclaimer {
	background-color: #fff3cd;
	border: 1px solid #ffeaa7;
	padding: 15px;
	border-radius: 5px;
	margin: 20px 0;
}

.contact-info {
	padding: 15px;
	border-radius: 5px;
	margin-top: 20px;
}

.terms-notice ul {
	padding-left: 20px;
}

.terms-notice li {
	margin-bottom: 8px;
}

.terms-notice a {
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.terms-notice a:hover,
.terms-notice a:focus {
	opacity: 0.8;
	text-decoration: underline;
}