.rights-wrapper {
	padding: 40px 20px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
}

.rights-wrapper h1 {
	text-align: center;
	font-size: 2rem;
	color: #333333;
	margin-bottom: 30px;
}

.rights-section h2 {
	color: #5865f2;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.rights-section h3 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #5865f2;
}

.rights-section p,
.rights-section li {
	line-height: 1.6;
	color: #444;
	font-size: 1rem;
}

.rights-section ul {
	padding-left: 20px;
	margin-bottom: 20px;
	list-style: none;
}

.rights-section li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.rights-section li::before {
	content: '•';
	position: absolute;
	left: -7px;
	top: 0.1em;
	color: #222;
	z-index: 1;
	font-size: 1.1em;
}

.rights-section li::after {
	content: '•';
	position: absolute;
	left: -4px;
	top: 0.1em;
	color: #7c86ff;
	z-index: 2;
	font-size: 1.1em;
}

body.dark-theme .rights-section li::before {
	color: #111;
}

body.dark-theme .rights-section li::after {
	color: #8da1ff;
}

body.dark-theme .rights-wrapper h1 {
	color: #eee;
}

body.dark-theme .rights-section h2,
body.dark-theme .rights-section h3 {
	color: #8da1ff;
}

body.dark-theme .rights-section p,
body.dark-theme .rights-section li {
	color: #ccc;
}
