.returns-notice {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.returns-notice h1 {
	text-align: center;
	color: #2c3e50;
	margin-bottom: 30px;
}

.returns-notice h2 {
	color: #2c3e50;
	margin-top: 30px;
	margin-bottom: 15px;
}

.returns-notice h3 {
	color: #34495e;
	margin-top: 20px;
	margin-bottom: 10px;
}

.returns-contact-block {
	padding: 15px;
	border-radius: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.returns-notice ul {
	padding-left: 20px;
}

.returns-notice li {
	margin-bottom: 8px;
}

.returns-notice a {
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.returns-notice a:hover,
.returns-notice a:focus {
	opacity: 0.8;
	text-decoration: underline;
}
