/* Page styles: polityka prywatnosci */
#opt-privacy-page {
	font-family: "Segoe UI", system-ui, sans-serif;
	color: #333;
	line-height: 1.8;
	padding: 12px 0 40px;
	background: #fff;
}

.opt-privacy-container {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 20px;
}

.opt-privacy h1 {
	font-size: 32px;
	color: #2b2e34;
	font-weight: 900;
	margin: 0 0 40px;
	text-align: center;
	letter-spacing: -0.5px;
	text-transform: none;
}

.opt-privacy h2 {
	font-size: 19px;
	color: #000;
	text-transform: none;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-weight: 800;
}

.opt-privacy-content p {
	margin-bottom: 15px;
	text-align: justify;
}

.opt-privacy-list {
	padding-left: 20px;
	margin-bottom: 20px;
}

.opt-privacy-list li {
	margin-bottom: 10px;
	list-style-type: decimal-leading-zero;
	color: #555;
}

.opt-privacy-list li::marker {
	color: #000;
	font-weight: bold;
}

.opt-highlight-text {
	color: #000;
	font-weight: 600;
}
